Changeset 360 for trunk/admin

Show
Ignore:
Timestamp:
03/01/2007 10:56:22 AM (23 months ago)
Author:
moo
Message:

show hash value in admin

Location:
trunk/admin
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/common-zh-simplified-utf-8.lang.php

    r321 r360  
    5959        'inode' 
    6060        => 'Inode', 
     61        'hash' 
     62        => 'Hash', 
    6163        'Access' 
    6264        => '访问', 
  • trunk/admin/common-zh-traditional-utf-8.lang.php

    r321 r360  
    5959        'inode' 
    6060        => 'Inode', 
     61        'hash' 
     62        => 'Hash', 
    6163        'Access' 
    6264        => '存取', 
  • trunk/admin/xcache.tpl.php

    r352 r360  
    179179            <?php } ?> 
    180180            <?php } ?> 
     181            <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('hash'); ?></a></th> 
    181182            <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Access'); ?></a></th> 
    182183            <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Create'); ?></a></th> 
     
    228229            } 
    229230            echo <<<ENTRY 
     231            <td int="{$entry['hvalue']}">{$entry['hvalue']}</td> 
    230232            <td int="{$entry['atime']}">{$atime}</td> 
    231233            <td int="{$entry['ctime']}">{$ctime}</td>