PHP Classes

File: templates/wggallery_categoryitem_1.tpl

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   templates/wggallery_categoryitem_1.tpl   Download  
File: templates/wggallery_categoryitem_1.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,378 bytes
 

Contents

Class file image Download
<div class='col-sm-12 wgg-album-panel'> <div class='col-xs-12 col-sm-6'> <{if $category.image}> <div class='center'> <a class='' href='index.php?op=list&amp;alb_pid=<{$category.id}>' title='<{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}>'> <img class='img-responsive wgg-album-img' src='<{$category.image}>' alt='<{$category.name}>'></a> </div> <{/if}> </div> <div class='col-xs-12 col-sm-6'> <div class='center wgg-album-name'><{$category.name}></div> <div class='center wgg-album-desc'><{$category.desc}></div> <div class='center wgg-album-footer'> <a class='btn btn-default wgg-btn' href='index.php?op=list&amp;alb_pid=<{$category.id}><{if $subm_id}>&amp;subm_id=<{$subm_id}><{/if}>' title='<{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}>'> <span class = "wgg-btn-icon"><img class='' src='<{$wggallery_icon_url_16}>albums.png' alt='<{$smarty.const._CO_WGGALLERY_ALBUMS_COUNT}>' title='<{$smarty.const._CO_WGGALLERY_ALBUMS_COUNT}>'></span><{if $displayButtonText}><{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}><{/if}></a> <{if $category.edit}> <a class='btn btn-default wgg-btn' href='albums.php?op=edit&amp;alb_id=<{$category.id}>' title='<{$smarty.const._EDIT}>'> <span class = "wgg-btn-icon"><img class='' src='<{$wggallery_icon_url_16}>edit.png' alt='<{$smarty.const._EDIT}>'></span><{if $displayButtonText}><{$smarty.const._EDIT}><{/if}></a> <a class='btn btn-default wgg-btn' href='albums.php?op=delete&amp;alb_id=<{$category.id}>' title='<{$smarty.const._DELETE}>'> <span class = "wgg-btn-icon"><img class='' src='<{$wggallery_icon_url_16}>delete.png' alt='<{$smarty.const._DELETE}>'></span><{if $displayButtonText}><{$smarty.const._DELETE}><{/if}></a> <{/if}> <{if $album_showsubmitter}> <a class='btn btn-default wgg-btn' href='index.php?op=list&amp;subm_id=<{$category.alb_submitter}>' title='<{$smarty.const._CO_WGGALLERY_SUBMITTER}>'> <span class = "wgg-btn-icon"><img class='' src='<{$wggallery_icon_url_16}>submitter.png' alt='<{$smarty.const._CO_WGGALLERY_SUBMITTER}>'></span><{if $displayButtonText}><{$category.submitter}><{/if}></a> <{/if}> </div> </div> </div>