upload.tpl.php

来自「采用模块化开发」· PHP 代码 · 共 14 行

PHP
14
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<script type="text/javascript">
	window.onload=function(){
	var h = <?=$upnum?>*20+30;
	parent.$('uploads').height = h;
}
</script>
<table width="100%" cellpadding="0" cellspacing="0"  height="100%">
  <tr>
    <td  class="tablerow">
	<input type="radio" value="1" name="uptype" <?php if($uptype==1) { ?>checked<?php } ?> onclick="window.location='?mod=<?=$mod?>&file=<?=$file?>&channelid=<?=$channelid?>&uptype=1'"> 鏈

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?