site_in.tpl.php

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

PHP
38
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<script language='JavaScript'>
function checkform()
{
	var obj = document.getElementById("uploadfile");
	if(obj.value=="")
	{
		alert("鎮ㄨ繕娌℃湁閫夋嫨浠讳綍.psite绔欑偣瑙勫垯鏂囦欢");
		return false;
	}
	return true;
}
</script>
<?=$menu?>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="5">
  <tr>
    <td></td>
  </tr>
</table>
<table cellpadding="2" cellspacing="1" class="tableborder">
<form action="?mod=<?=$mod?>&file=sitemgr&action=sitein" method="post" enctype="multipart/form-data" name="formimport" id="formimport" >
  <table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="tableborder">
    <tr>
      <th colspan="3">瀵煎叆绔欑偣瑙勫垯</th>
    </tr>
    <tr>
      <td colspan="2" class="tablerow">瀵煎叆绔欑偣瑙勫垯鏂囦欢(.psite)</td>
      <td class="tablerow">
	  <input name="uploadfile" type="file"  id="uploadfile" size="40" /></td>
    </tr>
    <tr>
      <td colspan="2" class="tablerow">鎿嶄綔</td>
      <td class="tablerow">
	  <input name="uploadjob" type="submit" id="submit" value=" 瀵

⌨️ 快捷键说明

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