PHP Classes

File: templates/admin/modulebuilder_building.tpl

Recommend this page to a friend!
  Classes of Goffy G   XOOPS Modules Builder   templates/admin/modulebuilder_building.tpl   Download  
File: templates/admin/modulebuilder_building.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: 3,082 bytes
 

Contents

Class file image Download
<!-- Header --> <{includeq file="db:modulebuilder_header.tpl"}> <!-- Display building form --> <br/> <{if $building_directory}> <table class="outer"> <thead> <tr class="head"> <th width="80%"><{$smarty.const._AM_MODULEBUILDER_BUILDING_FILES}></th> <th width="10%"><{$smarty.const._AM_MODULEBUILDER_BUILDING_SUCCESS}></th> <th width="10%"><{$smarty.const._AM_MODULEBUILDER_BUILDING_FAILED}></th> </tr> </thead> <tbody> <tr class="even"> <{if $base_architecture}> <td style="padding-left: 30px;"><{$smarty.const._AM_MODULEBUILDER_OK_ARCHITECTURE}></td> <td class="center"><img src="<{xoModuleIcons16 on.png}>" alt=""/></td> <td>&nbsp;</td> <{else}> <td style="padding-left: 30px;"><{$smarty.const._AM_MODULEBUILDER_NOTOK_ARCHITECTURE}></td> <td>&nbsp;</td> <td class="center"><img src="<{xoModuleIcons16 off.png}>" alt=""/></td> <{/if}> </tr> <{foreach item=build from=$builds}> <tr class="<{cycle values='odd, even'}>"> <{if $created}> <td style="padding-left: 30px;"><{$build.list}></td> <td class="center"><img src="<{xoModuleIcons16 on.png}>" alt=""/></td> <td>&nbsp;</td> <{else}> <td style="padding-left: 30px;"><{$build.list}></td> <td>&nbsp;</td> <td class="center"><img src="<{xoModuleIcons16 off.png}>" alt=""/></td> <{/if}> </tr> <{/foreach}> <tr class="<{cycle values='even, odd'}>"> <td class="center" colspan="3"><{$building_directory}></td> </tr> </tbody> </table> <br/> <{else}> <{if $checkResults}> <h3 class="red"><{$smarty.const._AM_MODULEBUILDER_BUILDING_CHECK_RESULT}></h3> <p><{$smarty.const._AM_MODULEBUILDER_BUILDING_CHECK_FOUND}></p> <{foreach item=check from=$checkResults}> <p><img src="<{$modPathIcon16}>/<{$check.icon}>.png" alt=""/><{$check.info}></p> <{/foreach}> <p><{$smarty.const._AM_MODULEBUILDER_BUILDING_CHECK_SOLVE}></p> <p class='small'><br><br>------------------------------------------------------------------------------------------------------------------ <br><img src="<{$modPathIcon16}>/error.png" alt=""/><{$smarty.const._AM_MODULEBUILDER_BUILDING_CHECK_ERROR_DESC}><br><img src="<{$modPathIcon16}>/warning.png" alt=""/><{$smarty.const._AM_MODULEBUILDER_BUILDING_CHECK_WARNING_DESC}><br> </p> <{/if}> <{if $checkResultsNice}> <h3 class="red"><{$smarty.const._AM_MODULEBUILDER_BUILDING_CHECK_RESULT}></h3> <p><img src="<{xoModuleIcons16 on.png}>" alt=""/><{$smarty.const._AM_MODULEBUILDER_BUILDING_CHECK_NOERRORS}></p> <{/if}> <{if $form}> <{$form}> <{/if}> <{/if}> <!-- Footer --> <{includeq file="db:modulebuilder_footer.tpl"}>