Changeset 931 for trunk/admin/xcache.tpl.php
- Timestamp:
- 2012-06-26T19:26:48+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/admin/xcache.tpl.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.tpl.php
r902 r931 164 164 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('entry'); ?></a></th> 165 165 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Hits'); ?></a></th> 166 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Refcount'); ?></a></th>167 166 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Size'); ?></a></th> 168 167 <?php if ($isphp) { ?> 168 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Refcount'); ?></a></th> 169 169 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('PhpShared'); ?></a></th> 170 170 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('SrcSize'); ?></a></th> … … 188 188 $name = htmlspecialchars($entry['name']); 189 189 $hits = number_format($entry['hits']); 190 $refcount = number_format($entry['refcount']);191 190 $size = size($entry['size']); 192 191 if ($isphp) { … … 219 218 <td>{$namelink}</td> 220 219 <td align="right" int="{$entry['hits']}">{$entry['hits']}</td> 221 <td align="right" int="{$entry['refcount']}">{$entry['refcount']}</td>222 220 <td align="right" int="{$entry['size']}">{$size}</td> 223 221 ENTRY; 224 222 if ($isphp) { 223 $refcount = number_format($entry['refcount']); 225 224 echo <<<ENTRY 225 <td align="right" int="{$entry['refcount']}">{$entry['refcount']}</td> 226 226 <td align="right" int="{$entry['phprefcount']}">{$phprefcount}</td> 227 227 <td align="right" int="{$entry['file_size']}">{$file_size}</td>
Note: See TracChangeset
for help on using the changeset viewer.

