PHP Classes

File: templates/admin/modulebuilder_devtools.tpl

Recommend this page to a friend!
  Classes of Goffy G   XOOPS Modules Builder   templates/admin/modulebuilder_devtools.tpl   Download  
File: templates/admin/modulebuilder_devtools.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Modules Builder
Generate new modules for the XOOPS CMS
Author: By
Last change:
Date: 3 years ago
Size: 2,733 bytes
 

Contents

Class file image Download
<!-- Header --> <{includeq file="db:modulebuilder_header.tpl"}> <!-- Display tables list --> <{if $devtools_list}> <table class='outer width100'> <tr class='even'> <th class='center' colspan=2><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS}></th> </tr> <tr> <td class='left'> <h5><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_FQ}></h5> <p><{$fq_desc}></p> </td> <td><{$fq_form}></td> </tr> <tr class='odd'> <td class='left'> <h5><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL}></h5> <p><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_DESC}></p> </td> <td><{$cl_form}></td> </tr> </table> <{/if}> <{if $clresults}> <div class="row"> <div class="col-xs-12"> <h3 class='center'><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULTS}></h3> <div class="col-xs-12" style="margin-bottom:50px;font-size:80%"> <p><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULT_LEGEND}></p> <p> <img src="<{$modPathIcon16}>/1.png" alt="<{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULT_SUCCESS}>"/> <{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULT_SUCCESS}> <{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULT_SUCCESS_DESCR}> </p> <p> <img src="<{$modPathIcon16}>/0.png" alt="<{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULT_FAILED}>"/> <{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULT_FAILED}> </p> </div> <{foreach item=clresultfile from=$clresults key=key}> <p><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_FILE}> <{$key}></p> <ul> <{foreach item=clresult from=$clresultfile}> <li><img src="<{$modPathIcon16}>/<{$clresult.found}>.png" alt="<{if $clresult.first}><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULT_SUCCESS}><{else}><{$smarty.const._AM_MODULEBUILDER_DEVTOOLS_CL_RESULT_FAILED}><{/if}>"/> <{$clresult.define}> <{if $clresult.first}>(<{$clresult.first}>)<{/if}></li> <{/foreach}> </ul> <{/foreach}> </div> <div class="col-xs-12 center"> <a href="devtools.php?op=list" title="<{$smarty.const._BACK}>"><{$smarty.const._BACK}></a> </div> </div> <{/if}> <{if $error}> <div class="errorMsg"> <strong><{$error}></strong> </div> <{/if}> <!-- Footer --> <{includeq file="db:modulebuilder_footer.tpl"}>