Changeset 530 for trunk/admin/xcache.tpl.php
- Timestamp:
- 2008-02-20T04:48:48+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/admin/xcache.tpl.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.tpl.php
r529 r530 1 1 <?php include("header.tpl.php"); ?> 2 <a href="help.php" target="_blank" id="help"><?php echo _T("Help") ?> »</a> 3 <span class="switcher"><?php echo switcher("type", $types); ?></span> 2 <div id="help"> 3 <a href="help.php"><?php echo _T("Help") ?> »</a> 4 </div> 5 <div class="switcher"><?php echo switcher("type", $types); ?></div> 4 6 <?php 5 7 $a = new Cycle('class="col1"', 'class="col2"'); 6 8 $b = new Cycle('class="col1"', 'class="col2"'); 7 9 ?> 8 <?php echo _T('Caches'); ?>:9 10 <table cellspacing="0" cellpadding="4" class="cycles"> 11 <caption><?php echo _T('Caches'); ?></caption> 10 12 <col /> 11 13 <col align="right" /> … … 64 66 65 67 $w = $graph_width; 66 $tdwidth = $w + 2;67 68 if (empty($ci['istotal'])) { 68 69 $graph = freeblock_to_graph($ci['free_blocks'], $ci['size']); … … 96 97 <td title="{$ci['size']}">{$ci_size}</td> 97 98 <td title="{$ci['avail']}">{$ci_avail}</td> 98 <td title="{$pvalue} %" width="{$tdwidth}"99 <td title="{$pvalue} %" 99 100 ><div class="percent" style="width: {$w}px" 100 101 ><div style="width: {$pvalue}%" class="pvalue"></div … … 103 104 >{$blocksgraph}</td> 104 105 <td 105 ><form method="post" 106 ><form method="post" action="" 106 107 ><div 107 108 ><input type="hidden" name="type" value="{$ci['type']}" … … 149 150 foreach (array('Cached' => $cachelist['cache_list'], 'Deleted' => $cachelist['deleted_list']) as $listname => $entries) { 150 151 $a->reset(); 151 echo "152 <caption>", _T("{$cachelist['type_name']} $listname"), "</caption>";153 152 ?> 154 153 155 154 <form action="" method="post"> 156 155 <table cellspacing="0" cellpadding="4" class="cycles entries" width="100%"> 156 <caption><?php echo _T("{$cachelist['type_name']} $listname"); ?></caption> 157 157 <col /> 158 158 <col />
Note: See TracChangeset
for help on using the changeset viewer.

