📄 filemanager_multiupload.tpl.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<script type="text/javascript">
function setcount()
{
var str='<p>';
if (window.up.count.value<=0||window.up.count.value>20)
window.up.count.value=10;
for (i=1;i<=window.up.count.value;i++)
{
str+=' 鏂囦欢'+i+': <input type="file" name="uploadfiles[]" size="60%"><p>';
window.ups.innerHTML=str+'<p>';
}
}
</script>
<body>
<?=$menu?>
<table align="center" cellpadding="2" cellspacing="1" class="tableborder">
<tr>
<th colspan=2>澶氭枃浠朵笂浼
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -