PHP Classes

File: templates/admin/wggallery_admin_albumtypes.tpl

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   templates/admin/wggallery_admin_albumtypes.tpl   Download  
File: templates/admin/wggallery_admin_albumtypes.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: wgGallery
Image gallery module for XOOPS CMS
Author: By
Last change:
Date: 3 years ago
Size: 2,845 bytes
 

Contents

Class file image Download
<!-- Header --> <{include file='db:wggallery_admin_header.tpl'}> <{if $albumtypes_list}> <h3 class=""><{$smarty.const._AM_WGGALLERY_OPTION_AT_SETINFO}></h3> <table class='table table-bordered'> <thead> <tr class="head"> <th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_ID}></th> <th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_NAME}></th> <th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_CREDITS}></th> <th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_TEMPLATE}></th> <th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_OPTIONS}></th> <th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_DATE}></th> <th class="center"><{$smarty.const._AM_WGGALLERY_GT_AT_PRIMARY_SET}></th> <th class="center width5"><{$smarty.const._CO_WGGALLERY_FORM_ACTION}></th> </tr> </thead> <{if $albumtypes_count}> <tbody> <{foreach item=albumtype from=$albumtypes_list}> <tr class="<{cycle values='odd, even'}>"> <td class='center'><{$albumtype.id}></td> <td class="center"><{$albumtype.name}></td> <td class="center"><{$albumtype.credits}></td> <td class="center"><{$albumtype.template}></td> <td class="left"><{$albumtype.options_text}></td> <td class="center"><{$albumtype.date}></td> <td class="center"> <{if 0 == $albumtype.primary}> <a href="albumtypes.php?op=set_primary&amp;at_id=<{$albumtype.id}>" title="<{$smarty.const._AM_WGGALLERY_GT_AT_PRIMARY_SET}>"> <img src="<{$wggallery_icon_url_16}>0.png" alt="_AM_WGGALLERY_GT_AT_PRIMARY_SET"> </a> <{else}> <img src="<{$wggallery_icon_url_16}>on.png" alt="_AM_WGGALLERY_GT_AT_PRIMARY"> <{/if}> </td> <td class="center width5"> <a href="albumtypes.php?op=options&amp;at_id=<{$albumtype.id}>" title="<{$smarty.const._OPTIONS}>"> <img src="<{$wggallery_icon_url_16}>options.png" alt="<{$smarty.const._OPTIONS}>"></a> <a href="albumtypes.php?op=reset&amp;at_id=<{$albumtype.id}>&amp;template=<{$albumtype.template}>" title="<{$smarty.const._RESET}>"> <img src="<{$wggallery_icon_url_16}>reset.png" alt="<{$smarty.const._RESET}>"></a> <a href="albumtypes.php?op=delete&amp;at_id=<{$albumtype.id}>" title="<{$smarty.const._DELETE}>"> <img src="<{xoModuleIcons16 delete.png}>" alt="albumtypes"></a> </td> </tr> <{/foreach}> </tbody> <{/if}> </table> <div class="clear">&nbsp;</div> <{if $pagenav}> <div class="xo-pagenav floatright"><{$pagenav}></div> <div class="clear spacer"></div> <{/if}> <{/if}> <{if $form}> <{$form}> <{/if}> <{if $error}> <div class="errorMsg"><strong><{$error}></strong> </div> <{/if}> <br> <!-- Footer --><{include file='db:wggallery_admin_footer.tpl'}>