Changeset 321 for trunk/admin/xcache.tpl.php
- Timestamp:
- 2006-12-10T09:13:37+01:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/admin/xcache.tpl.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.tpl.php
r188 r321 158 158 echo '<col align="right" />'; 159 159 echo '<col align="right" />'; 160 echo '<col align="right" />'; 160 161 } 161 162 … … 170 171 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Size'); ?></a></th> 171 172 <?php if ($isphp) { ?> 173 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('PhpShared'); ?></a></th> 172 174 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('SrcSize'); ?></a></th> 173 175 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Modify'); ?></a></th> … … 192 194 $size = size($entry['size']); 193 195 if ($isphp) { 194 $sourcesize = size($entry['sourcesize']); 196 $sourcesize = size($entry['sourcesize']); 197 $phprefcount = number_format($entry['phprefcount']); 195 198 } 196 199 … … 213 216 if ($isphp) { 214 217 echo <<<ENTRY 218 <td int="{$entry['phprefcount']}">{$phprefcount}</td> 215 219 <td int="{$entry['sourcesize']}">{$sourcesize}</td> 216 220 <td int="{$entry['mtime']}">{$mtime}</td>
Note: See TracChangeset
for help on using the changeset viewer.

