?? main.tpl.html
字號:
<!--#
##
# Project: PHPDisk
# This is NOT a freeware, use is subject to license terms.
#
# Site: http://www.phpdisk.com
#
# $Id: main.tpl.html 259 2009-03-11 04:03:12Z along $
#
# Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##
#-->
<!--#
if($action =='index'){
#-->
<div id="container">
<h1>{$lang['admincp_statistics']}</h1>
<div style="padding:10px;">
<div class="tips_box"><img class="img_light" src="images/light.gif" align="absmiddle" /> <b>{$lang['tips']}: </b>
<span class="txtgray">{$lang['stats_tips']}</span>
</div>
<div id="warning"></div>
<table align="center" width="100%" cellpadding="4" cellspacing="0" border="0">
<tr>
<td width="10%" align="right">{$lang['users_count']}: </td>
<td>{$stats['users_count']} {$lang['piece']}, {$lang['users_locked_count']}<a href="{#urr("admincp","item=users&action=index&gid=0&orderby=is_locked")#}"><span class="txtred bold">{$stats['users_locked_count']}</span></a> {$lang['piece']}, {$lang['users_open_count']}<span class="txtblue bold">{$stats['users_open_count']}</span>{$lang['piece']}</td>
</tr>
<tr>
<td align="right">{$lang['user_files_count']}: </td>
<td>{$stats['user_files_count']} {$lang['piece']}, {$lang['in_storage']} <b>{$stats['user_storage_count']}</b></td>
</tr>
<tr>
<td align="right">{$lang['public_files_count']}: </td>
<td>{$stats['public_files_count']} {$lang['piece']}, {$lang['in_storage']} <b>{$stats['public_storage_count']}</b></td>
</tr>
<tr>
<td align="right">{$lang['total_storage_count']}: </td>
<td>{$stats['total_files_count']} {$lang['piece']}, {$lang['in_storage']} <b>{$stats['total_storage_count']}</b></td>
</tr>
<tr>
<td align="right">{$lang['other_stats']}: </td>
<td>{$lang['extract_code_count']} {$stats['extract_code_count']} {$lang['piece']}, {$lang['user_disks_count']} {$stats['user_disks_count']} {$lang['piece']}, {$lang['user_folders_count']} {$stats['user_folders_count']} {$lang['piece']}</td>
</tr>
</table>
<br />
<table align="center" width="100%" cellpadding="4" cellspacing="1" class="tableborder">
<tr>
<td class="table_title">{$lang['system_env']}</td>
</tr>
<tr>
<td class="tablerow">{$lang['system_host']}: {$_SERVER['SERVER_NAME']}({$_SERVER['REMOTE_ADDR']})</td>
</tr>
<tr>
<td class="tablerow">{$lang['system_server']}: {$_SERVER['SERVER_SOFTWARE']}</td>
</tr>
<tr>
<td class="tablerow">{$lang['system_base']}: MySQL {$mysql_info}, PHP {PHP_VERSION}, {$lang['system_upload_file']} <span class="bold">{$post_max_size}</span>, {$lang['system_post_file']} <span class="bold">{$file_max_size}</span></td>
<tr>
<td class="tablerow">{$lang['system_gd_info']}: {$gd_support} ({$gd_info})</td>
</tr>
<tr>
<td class="tablerow">{$lang['zlib_txt']}: {$zlib_support} <span class="txtgray">({$lang['zlib_tips']})</span></td>
</tr>
</table>
<br />
<table align="center" width="100%" cellpadding="4" cellspacing="1" class="tableborder">
<tr>
<td class="table_title">{$lang['about_system']}</td>
</tr>
<tr>
<td class="tablerow">{$lang['program_develop']}: <a href="http://bbs.phpdisk.com/space.php?uid=1" target="_blank">along</a></td>
</tr>
<tr>
<td class="tablerow">{$lang['support_team']}: <a href="http://bbs.phpdisk.com/space.php?uid=19" target="_blank">evans</a></td>
</tr>
<tr>
<td class="tablerow">{$lang['official_site']}: <a href="http://www.phpdisk.com/" target="_blank">http://www.phpdisk.com</a></td>
</tr>
<tr>
<td class="tablerow">{$lang['phpdisk_bbs']}: <a href="http://bbs.phpdisk.com/" target="_blank">http://bbs.phpdisk.com</a></td>
</tr>
<tr>
<td class="tablerow">{$lang['phpdisk_demo']}: <a href="http://demo.phpdisk.com/" target="_blank">http://demo.phpdisk.com</a></td>
</tr>
<tr>
<td class="tablerow">{$lang['version_info']}: <b>PHPDisk {PHPDISK_VERSION}</b> (Build{PHPDISK_RELEASE})</td>
</tr>
<tr>
<td class="tablerow">NOTE: {$lang['phpdisk_commend_tips']}</td>
</tr>
</table>
</div>
</div>
<!--#if($alert){#-->
<script language="javascript">
function autoupdate(){
var xmlhttp = createHttpRequest();
xmlhttp.open("get","./admin/autoupdate.inc.php?action=upgrade",true);
xmlhttp.onreadystatechange = function(){
if(xmlhttp.readyState == 4 && xmlhttp.status == 200){
var arr = xmlhttp.responseText.split('|');
if(parseInt(arr[1]) > parseInt('{PHPDISK_RELEASE}')){
$('warning').innerHTML = "<span>{$lang['last_version_is']}錛歷"+arr[0]+" ,{$lang['your_version_is']}錛歷{PHPDISK_VERSION} , {$update_url}</span>";
$('warning').className = "warning";
}
}
}
xmlhttp.send(null);
document.write("<img src=http://www.phpdisk.com/autoupdate.php?version={PHPDISK_VERSION}&server={SERVER_NAME} width=0 height=0>");
}
autoupdate();
</script>
<!--#}#-->
<!--#}#-->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -