PHP Classes

File: templates/wgtransifex_packages_item.tpl

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

Contents

Class file image Download
<i id='pkgId_<{$package.pkg_id}>'></i> <div class='panel-heading'> </div> <div class='panel-body'> <div class='col-sm-3'> <img class='img-responsive' src="<{$wgtransifex_upload_url}>/logos/<{$package.logo}>" alt="<{$package.name}>" title="<{$package.name}>"> </div> <div class='col-sm-9'> <p class='package-line col-sm-9 justify'><{$smarty.const._MA_WGTRANSIFEX_PACKAGE_NAME}>: <{$package.name}></p> <{if $package.desc}> <p class='package-line col-sm-9 justify'><{$smarty.const._MA_WGTRANSIFEX_PACKAGE_DESC}>: <{$package.desc}></p> <{/if}> <p class='package-line col-sm-9 justify'><{$smarty.const._MA_WGTRANSIFEX_PACKAGE_LANG_ID}>: <img src="<{$modPathIconFlags}><{$package.lang_flag}>" alt="<{$package.lang_id}>" title="<{$package.lang_id}>"></p> <p class='package-line col-sm-9 justify'><{$smarty.const._MA_WGTRANSIFEX_PACKAGE_DATE}>: <{$package.date}></p> </div> </div> <div class='panel-foot'> <div class='col-sm-12 right'> <{if $showItem}> <a class='btn btn-success right' href='<{$link_list}>?op=list<{if $lang_id}>&amp;lang_id=<{$lang_id}>#pkgId_<{$package.pkg_id}><{/if}>' title='<{$smarty.const._MA_WGTRANSIFEX_PACKAGES_LIST}>'><{$smarty.const._MA_WGTRANSIFEX_PACKAGES_LIST}></a> <{else}> <a class='btn btn-success right' href='packages.php?op=show&amp;pkg_id=<{$package.pkg_id}><{if $lang_id}>&amp;lang_id=<{$lang_id}><{/if}>' title='<{$smarty.const._MA_WGTRANSIFEX_DETAILS}>'><{$smarty.const._MA_WGTRANSIFEX_DETAILS}></a> <{/if}> <a class='btn btn-primary right' href='download.php?op=package&amp;pkg_id=<{$package.pkg_id}>' title='<{$smarty.const._MA_WGTRANSIFEX_DOWNLOAD_PACKAGE}>'><{$smarty.const._MA_WGTRANSIFEX_DOWNLOAD_PACKAGE}></a> <a class='btn btn-warning right' href='packages.php?op=broken&amp;pkg_id=<{$package.pkg_id}>' title='<{$smarty.const._MA_WGTRANSIFEX_BROKEN}>'><{$smarty.const._MA_WGTRANSIFEX_BROKEN}></a> </div> </div>