⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index2.php

📁 通达OA2007SE源代码 非常好的
💻 PHP
字号:
<?
  include_once 'inc/auth.php';
  echo '<html>
<head>
<title>员工培训统计</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
';
  echo '<S';
  echo 'CRIPT>
function LoadWindow()
{
  URL="/module/user_select_single";
  loc_x=document.body.scrollLeft+event.clientX-event.offsetX-100;
  loc_y=document.body.scrollTop+event.clientY-event.offsetY+200;
  window.showModalDialog(URL,self,"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:350px;dialogHeight:350px;dialogTop:"+loc_y+"px;dialogLeft:"+loc_x+"px");
}
</SCRIPT>
</head>
<bod';
  echo 'y class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small" align="center">
<tr>
  <td class="Big"><img src="/images/menu/statistic.gif" align="absmiddle" width="22" height="18">';
  echo '<s';
  echo 'pan class="big3"> 以人统计课程</span></td>
</tr>
</table><br>
<table border="0" width="400" cellpadding="3" cellspacing="1" align="center" bgcolor="#000000" class="small">
<form enctype="multipart/form-data" action="stat_course.php"  method="post" name="form1">
 <tr class="TableLine1">
   <td nowrap>员工:</td>
   <td nowrap>
     <input type="hidden" name="TO_ID" value="">   	
     <input type="tex';
  echo 't" name="TO_NAME" size="15" class="BigStatic" readonly>&nbsp;
     <input type="button" value="指 定" class="SmallButton" onClick="LoadWindow()" title="指定员工" name="button">
   </td>
 </tr> 
  <tr class="TableLine1">
   <td nowrap width="12%">课程状态</td>
   <td nowrap>
     <INPUT type="radio" name="STAT_SHOU" value="1" size="15" id="STAT_SHOU1" checked><label for="STAT_SHOU1">已修课程</label>
';
  echo '     <INPUT type="radio" name="STAT_SHOU" value="2" size="15" id="STAT_SHOU2"><label for="STAT_SHOU2">未修课程</label>
   </td>
  </tr>
  <tr class="TableControl">
   <td colspan="9" align="center"><input type="submit" value="确定" class="BigButton"></td>
  </tr>
</form>
</table>
</body>
</html>';
?>

⌨️ 快捷键说明

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