PHP Classes

File: templates/blocks/publisher_category_items_sel.tpl

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS Publisher Module   templates/blocks/publisher_category_items_sel.tpl   Download  
File: templates/blocks/publisher_category_items_sel.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change:
Date: 4 years ago
Size: 784 bytes
 

Contents

Class file image Download
<form name="publisher_category_items_sel" action="javascript:void(0)"> <table> <{foreach item=category from=$block.categories}> <tr> <td style="padding-right: 5px;" align="right" valign="top"> <strong><{$category.name}></strong> <br> <select style="width: 140px;" name="publisher_category_item_link" title="publisher_category_item_link" onchange="location=this.options[this.selectedIndex].value"> <{foreach item=item from=$category.items}> <option title="<{$item.title}>" value="<{$item.itemurl}>"><{$item.title}></option> <{/foreach}> </select> </td> </tr> <{/foreach}> </table> </form>