PHP Classes

File: htdocs/modules/system/templates/admin/system_maintenance.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/admin/system_maintenance.tpl   Download  
File: htdocs/modules/system/templates/admin/system_maintenance.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 2,764 bytes
 

Contents

Class file image Download
<!--maintenance--> <{includeq file="db:system_header.tpl"}> <!-- Display mailusers form --> <br> <{if $form_maintenance}> <div class="spacer"><{$form_maintenance}></div> <br> <div class="spacer"><{$form_dump}></div> <{elseif $maintenance}> <{if $verif_cache || $verif_session || $verif_avatar}> <table class="outer ui-corner-all" cellspacing="1"> <tr> <th><{$smarty.const._AM_SYSTEM_MAINTENANCE}></th> <th><{$smarty.const._AM_SYSTEM_MAINTENANCE_RESULT}></th> </tr> <{if $verif_cache}> <tr> <td class="aligntop txtcenter"><{$smarty.const._AM_SYSTEM_MAINTENANCE_RESULT_CACHE}></td> <td class="aligntop txtcenter"><{if $result_cache}><img width="16" src="<{xoAdminIcons success.png}>"/><{else}><img style="width:16px;" src="<{xoAdminIcons cancel.png}>" alt="Cancel"/><{/if}> </td> </tr> <{/if}> <{if $verif_session}> <tr> <td class="aligntop" align="center"><{$smarty.const._AM_SYSTEM_MAINTENANCE_RESULT_SESSION}></td> <td class="aligntop" align="center"><{if $result_session}><img style="width:16px;" src="<{xoAdminIcons success.png}>" alt="Success"/><{else}><img style="width:16px;" src="<{xoAdminIcons cancel.png}>" alt="Cancel"/><{/if}> </td> </tr> <{/if}> <{if $verif_avatar}> <tr> <td class="aligntop" align="center"><{$smarty.const._AM_SYSTEM_MAINTENANCE_RESULT_AVATAR}></td> <td class="aligntop" align="center"><{if $result_avatar}><img style="width:16px;" src="<{xoAdminIcons success.png}>" alt="Success"/><{else}><img style="width:16px;" src="<{xoAdminIcons cancel.png}>" alt="Cancel"/><{/if}> </td> </tr> <{/if}> </table> <br> <{/if}> <{if $verif_maintenance}> <{$result_maintenance}> <{/if}> <{else}> <{$result_dump}> <{/if}>