PHP Classes

File: templates/wgtransifex_projects.tpl

Recommend this page to a friend!
  Classes of Goffy G   XOOPS Transifex   templates/wgtransifex_projects.tpl   Download  
File: templates/wgtransifex_projects.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Transifex
Manage project text translations with Transifex
Author: By
Last change:
Date: 3 years ago
Size: 1,086 bytes
 

Contents

Class file image Download
<{include file='db:wgtransifex_header.tpl' }> <{if $projectsCount > 0}> <div class='table-responsive'> <table class='table table-<{$table_type}>'> <thead> <tr class='head'> <th colspan='<{$divideby}>'><{$smarty.const._MA_WGTRANSIFEX_PROJECTS_TITLE}></th> </tr> </thead> <tbody> <tr> <{foreach item=project from=$projects}> <td> <div class='panel panel-<{$panel_type}>'> <{include file='db:wgtransifex_projects_item.tpl' }> </div> </td> <{if $project.count is div by $divideby}> </tr><tr> <{/if}> <{/foreach}> </tr> </tbody> <tfoot><tr><td>&nbsp;</td></tr></tfoot> </table> </div> <{if $showRefresh}> <div class='row'> <div class='cols-xs-12 center'> <a class='btn btn-success center' href='projects.php?op=refresh' title='<{$smarty.const._MA_WGTRANSIFEX_PROJECTS_REFRESH}>'><{$smarty.const._MA_WGTRANSIFEX_PROJECTS_REFRESH}></a> </div> </div> <{/if}> <{/if}> <{if $form}> <{$form}> <{/if}> <{if $error}> <{$error}> <{/if}> <{include file='db:wgtransifex_footer.tpl' }>