?? extract.tpl.html
字號:
<!--#
##
# Project: PHPDisk
# This is NOT a freeware, use is subject to license terms.
#
# Site: http://www.phpdisk.com
#
# $Id: extract.tpl.html 224 2009-03-06 16:34:43Z along $
#
# Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##
#-->
<title>{$lang['extract_file']} - {$settings['site_title']} - Powered by PHPDisk Team</title>
<script type="text/javascript" src="includes/js/prototype.js"></script>
<script type="text/javascript" src="includes/js/common.js"></script>
<link href="{$tpl_dir}/images/index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--#require_once template('front_top',TPL_NAME); #-->
<!--#require_once template('circle_box_header',TPL_NAME); #-->
<div class="cboxcontent">
<h1>{$lang['extract_file']}</h1>
<div class="extract_box">
<form name="user_from" action="{#urr("index","")#}" method="post" onSubmit="return chkform(this);">
<input type="hidden" name="item" value="extract" />
<input type="hidden" name="action" value="file_extract" />
<input type="hidden" name="task" value="file_extract" />
<input type="hidden" name="formhash" value="{$formhash}" />
{$lang['extract_text']}: <input type="text" name="extract_code" value="" maxlength="16" /> <input type="submit" value="{$lang['btn_extract']}" />
</form>
</div>
<br>
<!--#
if(count($sysmsg)>0){
for($i=0;$i<count($sysmsg);$i++){
#-->
<li><span>*</span> {#$sysmsg[$i]#}</li>
<!--#
}
}
unset($sysmsg);
#-->
<!--#
if(count($extract_array) >0){
#-->
<div class="extract_div">
{$lang['total_extract_file']}: <span class="txtred">{#count($extract_array);#}</span> {$lang['piece']}
</div>
<!--#
foreach($extract_array as $k => $v){
#-->
<div class="extract_div">
<div class="l">{#($k+1)#}. <a href="{#urr("downfile","file_id={{$v['file_id']}}&file_key={{$v['file_key']}}")#}" title="{$lang['download']}">{#file_icon($v['file_extension'])#}</a> <a href="{#urr("viewfile","file_id={{$v['file_id']}}&file_key={{$v['file_key']}}")#}" title="[ID:{$v['file_id']}]{$v['file_description']}" target="_blank">{$v['file_name']}</a></div>
<div class="r">{$v['file_size']}/<span title="{$v['file_time']}">{$v['file_time_short']}</span></div>
</div>
<div class="clear"></div>
<!--#
}
unset($extract_array);
}
#-->
<script language="JavaScript" type="text/javascript">
document.user_from.extract_code.focus();
function chkform(o){
if(o.extract_code.value.strtrim().length <8 || o.extract_code.value.strtrim().legnth >16){
alert("{$lang['js_extract_code']}");
o.extract_code.focus();
return false;
}
}
</script>
<p> </p></div>
<!--#require_once template('circle_box_footer',TPL_NAME); #-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -