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

📄 addqrydetaildateclass.jsp

📁 图书管理系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<!--侯文龙-->
<!--修改运行规则详细信息-->
<%@ page language="java" contentType="text/html; charset=GBK" %>
<%@ include file="/includes/head.jsp" %>
<html>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<script type="text/javascript" src="<%=fullPath%>js/calendar1.js"></script>
<link rel="stylesheet" href="<%=fullPath%>js/style.css" type="text/css">
<script src="<%=fullPath%>js/coolWindowsCalendar.js"></script>
<TITLE>addqrydetaildateclass.jsp</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<DIV id=overDiv 
      style="Z-INDEX: 1000; VISIBILITY: hidden; POSITION: absolute"></DIV>
<%
  
String p_rulename = (String)context.getValueAt("p_rulename");
String p_rulecode = (String)context.getValueAt("p_rulecode");
String p_startdate = (String)context.getValueAt("p_startdate");
String p_maker = (String)context.getValueAt("p_maker");
String ruleid = (String)context.getValueAt("ruleid");
String userId = (String) utb.nvl(sessionCtx.getValueAt("userId"), 0);
IndexedCollection piColl = (IndexedCollection)context.getElementAt("irulelist");
IndexedCollection iColl = (IndexedCollection)context.getElementAt("idatelist");
		int piCollSize = piColl.getSize(); 
KeyedCollection curdetail = (KeyedCollection) piColl.getElementAt(0);	
String rulename = (String)utb.nvl(curdetail.getValueAt("rulename"),0);
String rulecode = (String)utb.nvl(curdetail.getValueAt("rulecode"),0);
String describes = (String)utb.nvl(curdetail.getValueAt("describes"),0);
String startdate = (String)utb.nvl(curdetail.getValueAt("startdate"),0);
String overdate = (String)utb.nvl(curdetail.getValueAt("overdate"),0);
String remark1 = (String)utb.nvl(curdetail.getValueAt("remark1"),0);
String state1 = (String)utb.nvl(curdetail.getValueAt("state1"),0);
String maker1 = (String) utb.nvl(curdetail.getValueAt("maker1"), 0);
String maker2 = (String) utb.nvl(curdetail.getValueAt("maker2"), 0);
String last_editor_time = (String) utb.nvl(curdetail.getValueAt("last_editor_time"), 0);
String last_check_time = (String) utb.nvl(curdetail.getValueAt("last_check_time"), 0);
    describes= describes.replaceAll("<br>","\r\n");
	remark1 = remark1.replaceAll("<br>","\r\n");
%>
<script language="JavaScript" src="<%=fullPath%>js/checkData.js"></script>

<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
	<TR>
		<TD BGCOLOR="#b2b2b2" WIDTH="1"><BR>
		<BR>
		<IMG SRC="<%=fullPath%>images/spacer.gif" WIDTH="1" HEIGHT="1"></TD>
		<TD nowrap><BR>
		
		<HR WIDTH="90%" SIZE="1">
		<BR>
		<TABLE WIDTH="90%" BORDER="0" CELLSPACING="0" CELLPADDING="0"
			ALIGN="CENTER">
			<TR>
				<TD style='BACKGROUND-REPEAT: no-repeat'  VALIGN="BOTTOM" CLASS="formtitle" HEIGHT="19"
					BACKGROUND="<%=fullPath%>images/bg.jpg" width="176">&nbsp;修改运行规则详细信息</TD>
				<TD VALIGN="middle" CLASS="formtitle" HEIGHT="19" width="554">&nbsp;</TD>
			</TR>
			<TR>
				<TD HEIGHT="1" VALIGN="middle" COLSPAN="2"><IMG
					SRC="<%=fullPath%>images/spacer.gif" WIDTH="1" HEIGHT="1"></TD>
			</TR>
			<TR>
				<TD HEIGHT="1" VALIGN="middle" COLSPAN="2" BGCOLOR="b2b2b2">
				<TABLE WIDTH="100%" BORDER="0" CELLSPACING="1">
					<TR>
						<TD BGCOLOR="#FFFFFF">
					<FORM name="modifydateclass" method="post" action="<%=fullPath%><%=utb.getRequestServletUrl() %>" >
		<%= utb.getRequiredHtmlFields("", "addqrydetaildateclassOp")%>
                         <input type="hidden" name="opFlag" value="4">	
                         <input type="hidden" name="ruleid" value="<%=ruleid%>">
                         <input type="hidden" name="state1" value="<%=state1%>">
                         <input type="hidden" name="maker1" value="<%=userId%>">
                         <input type="hidden" name="p_rulename" value="<%=p_rulename%>">
                         <input type="hidden" name="p_rulecode" value="<%=p_rulecode%>">
                         <input type="hidden" name="p_startdate" value="<%=p_startdate%>">
                         <input type="hidden" name="p_maker" value="<%=p_maker%>">	
                         <input type="hidden" name="test" value=""/>
                         <input type="hidden" name="testY" value=""/>
 						 <input type="hidden" name="testY1" value=""/>
                          <input type="hidden" name="testY2" value=""/>
                         <input type="hidden" name="datestr1" value="">
                         <input type="hidden" name="datestr2" value=""> 
                         <input type="hidden" name="datestr3" value="">
                          <input type="hidden" name="testflag" value="0"/>
                         <input type="hidden" name="testflag1" value="0"/>
						<TABLE border="0" align="center" class="tablecs">
							<TBODY>       
								<TR>
									<TD  class="tdlist7" align="center" nowrap >类型编号:</TD>
									<TD class="tdlist7" nowrap><%=rulecode %></TD>
                                    </TR>
								    <TR>
									<TD  class="tdlist7" align="center" nowrap >类型名称:</TD>
									<TD  class="tdlist7" nowrap><%=rulename %></TD>
								</TR>
								<TR>
									<TD  class="tdlist7" align="center" nowrap >起始日期:</TD>
									<TD align="LEFT" class="tdlist7" ><input name="startdate" type="text" id="startdate"
										onFocus="setday(this,1)" value="<%=startdate%>" size="36" maxlength="8"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                    <a href="javascript:getdate()"> <img src="<%=fullPath%>images/button/calendar2.gif" border="0"align="middle"></a> </TD>
								</TR>
                               <TR>
									<TD  class="tdlist7" align="center" nowrap >结束日期:</TD>
									<TD align="LEFT" class="tdlist7" > <input name="overdate" type="text" id="overdate"
							onFocus="setday(this,1)" value="<%=overdate%>" size="36" maxlength="8">  </TD>
								</TR>
								<TR>
									<TD  class="tdlist7" align="center" nowrap >最后修改人:</TD>
									<TD class="tdlist7"   nowrap ><%=maker1%></TD>
                                </TR>
								<TR>
									<TD  class="tdlist7" align="center" nowrap >最后修改时间:</TD>
									<TD class="tdlist7"  nowrap ><%=last_editor_time%></TD>
								</TR>
								<TR>
									<TD class="tdlist7"  align="center" nowrap >最后复核人:</TD>
									<TD class="tdlist7"   nowrap ><%=maker2%></TD>
                                </TR>
								<TR>
									<TD class="tdlist7"  align="center" nowrap >最后复核时间:</TD>
									<TD class="tdlist7"  nowrap ><%=last_check_time %></TD>
								</TR>
								<TR>
									<TD class="tdlist7"  align="center" nowrap >&nbsp;规则描述:</TD>
									<TD class="tdlist7"
										><TEXTAREA rows="3" name="describes" id="describes" 
										cols="70" readonly><%=describes%></TEXTAREA></TD>
								</TR>
								<TR>

									<TD class="tdlist7"  align="center" nowrap >&nbsp;备注:</TD>
									<TD class="tdlist7"
										style="LEFT:0px;WORD-WRAP:break-word" colspan="3" width="518"><TEXTAREA
										rows="3" cols="70" name="remark1" id="remark1" ><%=remark1%></TEXTAREA></TD>
								</TR>

							</TBODY>
						</TABLE>
                        </FORM>
						<TABLE align="center" border="0" cellspacing="0" cellpadding="0"  >
						<TR align="center">   
							<TD height="45"  align="center" width="408">		    			
		    						<a href="javascript:modify()">
							 	<img src="<%=fullPath%>images/button/omps1.gif" border="0"></a>			
		   							&nbsp;&nbsp;&nbsp;&nbsp; 	    			
		    						&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:back()"><img src="<%=fullPath%>images/button/back1.gif" border="0"></a>&nbsp;&nbsp;&nbsp;&nbsp;	    			
&nbsp;&nbsp;&nbsp;&nbsp;							</TD>
						</TR>			
					    </TABLE>	
				
</TD>
					</TR>
				</TABLE>
				</TD>
			</TR>
		</TABLE>
		<BR>
		<BR>
		</TD>
	</TR>
</TABLE>

		<TABLE WIDTH="90%" BORDER="0" CELLSPACING="0" CELLPADDING="0"
			ALIGN="CENTER">
							<TBODY>
								<TR>
									<TD style='BACKGROUND-REPEAT: no-repeat' VALIGN="BOTTOM" CLASS="formtitle" HEIGHT="19"
										BACKGROUND="<%=fullPath%>images/bg.jpg" width="650">&nbsp;查询结果</TD>

								</TR>
								<TR >
									<TD>

⌨️ 快捷键说明

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