PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/admin/system_index.tpl   Download  
File: htdocs/modules/system/templates/admin/system_index.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: updates, Yoda, short arrays, cosmetics
Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge pull request #1058 from mambax7/feature/replace_foreachq

replace foreachq with foreach in Smarty templates
Update htdocs/modules/system/templates/admin/system_index.tpl

Co-authored-by: ZySpec Development <zyspec@users.noreply.github.com>
add PHP8 defaults in templates
Merge xswatch4
Date: 2 months ago
Size: 2,086 bytes
 

Contents

Class file image Download
<{include file="db:system_header.tpl"}> <script type="text/javascript"> IMG_ON = "<{xoAdminIcons 'success.png'}>"; IMG_OFF = "<{xoAdminIcons 'cancel.png'}>"; </script> <table cellspacing="1" class="outer"> <thead> <tr> <th class="txtcenter"><{$smarty.const._AM_SYSTEM_SECTION}></th> <th class="txtcenter"><{$smarty.const._AM_SYSTEM_DESC}></th> <th class="txtcenter"><{$smarty.const._AM_SYSTEM_USAGE}></th> <th class="txtcenter"><{$smarty.const._AM_SYSTEM_ACTIVE}></th> </tr> </thead> <tbody> <{foreach item=menuitem from=$menu|default:null}> <{if !empty($menuitem.title)}> <tr class="<{cycle values='even,odd'}>"> <td class="bold width15"> <a class="tooltip" href="admin.php?fct=<{$menuitem.file}>" title="<{$smarty.const._AM_SYSTEM_GO}>: <{$menuitem.title}>"> <img class="xo-imgmini" src='<{$theme_icons}>/<{$menuitem.icon|default:''}>' alt="<{$menuitem.title|default:''}>"/> <{$menuitem.title}> </a> </td> <td class=""><{$menuitem.desc}></td> <td class="width15"><{$menuitem.infos|default:''}></td> <td class="xo-actions width2"> <{if !empty($menuitem.used)}> <img id="loading_<{$menuitem.file}>" src="images/spinner.gif" style="display:none;" alt="<{$smarty.const._AM_SYSTEM_LOADING}>"/> <img class="tooltip" id="<{$menuitem.file}>" onclick="system_setStatus( { op: 'system_activate', type: '<{$menuitem.file}>' }, '<{$menuitem.file}>', 'admin.php' )" src="<{if $menuitem.status}><{xoAdminIcons 'success.png'}><{else}><{xoAdminIcons 'cancel.png'}><{/if}>" alt="<{$smarty.const._AM_SYSTEM_STATUS}>" title="<{$smarty.const._AM_SYSTEM_STATUS}>"/> <{/if}> </td> </tr> <{/if}> <{/foreach}> </tbody> </table>