job_in.tpl.php

来自「phpcms2007很好的cms内容管理系统,操作方便」· PHP 代码 · 共 55 行

PHP
55
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<script language='JavaScript'>
function checkform()
{
	var obj1 = document.getElementById("jobSiteId");
	var obj2 = document.getElementById("uploadfile");
	if(obj1.value=="0")
	{
		alert("鎮ㄨ繕娌℃湁閫夋嫨璇ヤ换鍔℃墍灞炵珯鐐癸紒");
		return false;
	}
	else if(obj2.value=="")
	{
		alert("鎮ㄨ繕娌℃湁閫夋嫨浠讳綍.pjob浠诲姟鏂囦欢");
		return false;
	}
	return true;
}
</script>

<table cellpadding="0" cellspacing="0" border="0" width="100%" height="5">
  <tr>
    <td></td>
  </tr>
</table>
<?=$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=jobmgr&action=jobin" 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">閫夋嫨浠诲姟绔欑偣</td>
      <td class="tablerow"><?=$site_select?></td>
    </tr>
    <tr>
      <td colspan="2" class="tablerow">瀵煎叆浠诲姟鏂囦欢(.pjob)</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 + -
显示快捷键?