PHP Classes

File: templates/wgtransifex_projects_item.tpl

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

Contents

Class file image Download
<i id='proId_<{$project.pro_id}>'></i> <div class='panel-heading'><{$project.name}></div> <div class='panel-body'> <span class='col-sm-12 justify'><{$project.description}></span> <span class='col-sm-12 justify'> <{$smarty.const._MA_WGTRANSIFEX_PROJECT_LAST_UPDATED}>: <{$project.last_updated}> </span> <{if $showItem}> <span class='col-sm-12 justify'> <{$smarty.const._MA_WGTRANSIFEX_PROJECT_SOURCE_LANGUAGE_CODE}>: <{$project.source_language_code}> </span> <span class='col-sm-12 justify'> <{$smarty.const._MA_WGTRANSIFEX_PROJECT_TXRESOURCES}>: <{$project.txresources}> </span> <span class='col-sm-12 justify'> <{$smarty.const._MA_WGTRANSIFEX_PROJECT_TEAMS}>: <{$project.teams}> </span> <{/if}> </div> <div class='panel-foot'> <div class='col-sm-12 right'> <{if $showItem}> <a class='btn btn-success right' href='projects.php?op=list&amp;#proId_<{$project.pro_id}>' title='<{$smarty.const._MA_WGTRANSIFEX_PROJECTS_LIST}>'><{$smarty.const._MA_WGTRANSIFEX_PROJECTS_LIST}></a> <{else}> <a class='btn btn-success right' href='projects.php?op=show&amp;pro_id=<{$project.pro_id}>' title='<{$smarty.const._MA_WGTRANSIFEX_DETAILS}>'><{$smarty.const._MA_WGTRANSIFEX_DETAILS}></a> <{/if}> </div> </div>