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

📄 dispaterclerk.jsp

📁 移动计费管理软件
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ page language="java"  pageEncoding="GBK"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>大唐任务管理系统</title>


<link href="css/main.css" rel="stylesheet" type="text/css"></link>
<link href="css/index.css" rel="stylesheet" type="text/css"></link>
<style type="text/css">
<!--
body {
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-attachment: fixed;
	background-image: url(admin/images/downbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
-->
</style>
</head>
  
  <body  onLoad="MM_preloadImages('images/down.gif','images/up.gif','images/view-chooseo.gif')">
<p><span class="gray-bold-word">
	

	<html:form action="admin/dispaterClerk2" method="post">
      <p>
        
      </p>
      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td width="35"><img src="images/3toptop_01.gif" width="35" height="28"></td>
                <td width="5"><img src="images/3toptop_02.gif" width="5" height="28"></td>
               <logic:iterate id="clerk" name="dispaterClerkForm" property="list_show">
                <td width="300" align="center" background="images/3toptop_03.gif" class="gray-bold-word">分配员工<font COLOR="RED">^</font><bean:write name="clerk" property="name" /><font COLOR="RED">^</font>的主管信息</td>
               </logic:iterate>
                <td width="5"><img src="images/3toptop_04.gif" width="5" height="28"></td>
                <td width="20"><img src="images/3toptop_05.gif" width="20" height="28"></td>
                <td background="images/3top_06.gif">&nbsp;</td>
                <td width="35"><img src="images/3toptop_07.gif" width="35" height="28"></td>
              </tr>
      </table>
      
      
			<table width="90%" border="0" align="center" cellpadding="4" cellspacing="2" class="gray-bd3-2">
              <tr>
                <td colspan="4" align="center">&nbsp;</td>
              </tr>
              
               <tr>
              <td>
		   		<html:hidden property="emp_id"/>
              </td>
              </tr>
              
        
              
                
                	<tr>
                <td align="center" class="brightcyan-tb">所属主管姓名</td>
                <td>
                <html:select property="manager_id">
                	<html:optionsCollection property="list_manager" label="name" value="id"></html:optionsCollection>
                </html:select>
                
               </td>
              </tr>
                	
              <logic:iterate id="clerk" name="dispaterClerkForm" property="list_show">
                	
                	<tr>
               <td width="100" align="center" class="brightcyan-tb">真实姓名:</td>
		   <td><bean:write name="clerk" property="name" /></td>
			  </tr>
                
                <tr>
                <td width="100" align="center" class="brightcyan-tb"> 用户名:</td>
		   <td>		     <bean:write name="clerk" property="id" />
                </td>
              </tr>
                
				<tr>
               <td width="100" align="center" class="brightcyan-tb"> 密码:</td>
		   <td>       <bean:write name="clerk" property="password" /></td>
				</tr>
				
			

                <tr>
                  <td align="center" class="brightcyan-tb">性别</td>
                  <td><bean:write name="clerk" property="sex" /></td>
                </tr>
                
                
                
              <tr>
               <td width="100" align="center" class="brightcyan-tb">出生日期:</td>
		   <td><bean:write name="clerk" property="birthday" /> </td>
              </tr>

		      <tr>
		        <td align="center" class="brightcyan-tb">学历</td>
		        <td colspan="3"><bean:write name="clerk" property="degree" /></td></tr>
		        
	          <tr>
		        <td align="center" class="brightcyan-tb">专业</td>
		        <td colspan="3"><bean:write name="clerk" property="major" /></td></tr>
		        
	         

 <tr>
               <td width="100" align="center" class="brightcyan-tb">入职时间:</td>
		   <td><bean:write name="clerk" property="hiredate" /></td>
 </tr>
		<tr>
    		<td align="center" class="brightcyan-tb">职位:</td>
    		<td>
		<bean:write name="clerk" property="position" />
		</td>
  		</tr>
  
  
  			 <tr>
                <td align="center" class="brightcyan-tb"> 行业经验: </td>
                <td colspan="3"><bean:write name="clerk" property="experience" /></td>
                </tr>
        
         </logic:iterate>
         
         
                <tr>
        <td  align="center" height="22" colspan="5" class="line"><div align="center" align="right">
          <p align="center">
				<input name="Submit" type="submit" class="small-btn" value="确定" />
				</p>
        </div></td>
        
      </tr>
      			
                
				</table>
				
			
		</html:form>

	</body>
</html>

<SCRIPT LANGUAGE="JavaScript">
<!--

//有效的时间范围 
var date_start,date_end,g_object
var today = new Date();
var separator="-";
var inover=false;

//mode :时间变换的类型0-年 1-月 2-直接选择月
function change_date(temp,mode)
{
	var t_month,t_year
 if (mode){
 if(mode==1)
 t_month=parseInt(cele_date_month.value,10)+parseInt(temp,10);
 else
 t_month=parseInt(temp)
 if (t_month<cele_date_month.options(0).text) {
 cele_date_month.value=cele_date_month.options(cele_date_month.length-1).text;
 change_date(parseInt(cele_date_year.value,10)-1,0);
 }
 else{
 if (t_month>cele_date_month.options(cele_date_month.length-1).text){
 cele_date_month.value=cele_date_month.options(0).text;
 change_date(parseInt(cele_date_year.value,10)+1,0);
 } 
 else
 {cele_date_month.value=t_month;
 set_cele_date(cele_date_year.value,cele_date_month.value); 
 }
 }
 } 
 else{
 t_year=parseInt(temp,10);
 
 if (t_year<cele_date_year.options(0).text) {
 cele_date_year.value=cele_date_year.options(0).text;
 set_cele_date(cele_date_year.value,1); 
 }
 else{
 if (parseInt(t_year,10)>parseInt(cele_date_year.options(cele_date_year.length-1).text,10)){
 cele_date_year.value=cele_date_year.options(cele_date_year.length-1).text;
 set_cele_date(cele_date_year.value,12); 
 } 
 else
 {cele_date_year.value=t_year;
 set_cele_date(cele_date_year.value,cele_date_month.value); 
 }
 }
 }
 /*********2002-02-01 MODIFY BY WING **************/
 window.cele_date.focus();
 /****************MODIFY END***********************/
}

//初始化日历
function init(d_start,d_end)
{
 var temp_str;
 var i=0
 var j=0
 date_start=new Date(2000,7,1)
 date_end=new Date(2004,8,1)
 
 //必须要有内容(奇怪)
 /*************************2002-02-01 MODIFY BY WING *********************************************************************************/
 document.writeln("<div name=\"cele_date\" id=\"cele_date\" style=\"display:none\" style=\"LEFT: 69px; POSITION: absolute; TOP: 159px;Z-INDEX:99\" onClick=\"event.cancelBubble=true;\" onBlur=\"hilayer()\" onMouseout=\"lostlayerfocus()\">? </div>");
 /*******************************************MODIFY END*******************************************************************************/
 window.cele_date.innerHTML="";
 temp_str="<table border=\"1\" bgcolor=\"#4682b4\" bordercolor=\"white\"><tr><td colspan=7 onmouseover=\"overcolor(this)\">";

⌨️ 快捷键说明

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