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

📄 modifysoundinput.jsp

📁 JSP物业管理系统 一份比较完整的物业管理系统源码。 对于初学者可以有一定的借鉴。
💻 JSP
📖 第 1 页 / 共 2 页
字号:
	document.hiddenForm1.submit();
}
//-->
</script>
<%String pageindex=(String)request.getAttribute("pageindex");%>
<%String retrieveindex=(String)request.getAttribute("retrieveindex");%>
<%String retrievecon=(String)request.getAttribute("retrievecon");%>
<%String retrievecom=(String)request.getAttribute("retrievecom");%>
<%String pagecount=(String)request.getAttribute("pagecount");%>
<%String selectnum=(String)request.getAttribute("selectnum");%>
<%String number=(String)request.getAttribute("number");%>
<%String iffydept=(String)request.getAttribute("iffydept");%>
<%String tenement=(String)request.getAttribute("tenement");%>
<%String subarea=(String)request.getAttribute("subarea");%>
<%String building=(String)request.getAttribute("building");%>
<%String stair=(String)request.getAttribute("stair");%>
<%String floor=(String)request.getAttribute("floor");%>
<%String cell=(String)request.getAttribute("cell");%>
<%String date=(String)request.getAttribute("date");%>
<%String exponent=(String)request.getAttribute("exponent");%>
<%String acceptman=(String)request.getAttribute("acceptman");%>
<%String nextman=(String)request.getAttribute("nextman");%>
<%String treatidea=(String)request.getAttribute("treatidea");%>
<%String overdate=(String)request.getAttribute("overdate");%>
<%String sign=(String)request.getAttribute("sign");%>
<%String remark=(String)request.getAttribute("remark");%>
<%String year1="";%>
<%String month1="";%>
<%String day1="";%>
<% if(date.length()==10){
		year1=date.substring(0,4);
		month1=date.substring(5,7);
		day1=date.substring(8,10);
	};
%>
</head>
<body bgColor="#FFFFFF" leftMargin="0" topMargin="0" vLink="#003399" marginwidth="0" marginheight="0" background="/pmsApp/images/bg2.gif" onLoad="document.form1.iffydept.focus();MM_preloadImages('/pmsApp/images/button_save_over.gif','/pmsApp/images/button_cancel_over.gif','/pmsApp/images/help2.gif')" >
  
<table width="100%" border="0" cellspacing="0" cellpadding="2" background="/pmsApp/images/toolbar.gif">
  <tr>

    <td height="28" background="/pmsApp/images/toolbar2.gif" valign="top"><img src="/pmsApp/images/blank.gif" width="10" height="1"><img src="/pmsApp/images/button_new_gray.gif" width="55" height="20"><img name="Image10" border="0" src="/pmsApp/images/button_modify_gray.gif" width="55" height="20" alt="修改选定的数据"><img name="Image11" border="0" src="/pmsApp/images/button_del_gray.gif" width="55" height="20" alt="删除数据"><img src="/pmsApp/images/button_split.gif" width="8" height="20"><img name="Image13" border="0" src="/pmsApp/images/button_query_gray.gif" width="55" height="20" alt="条件检索"><img src="/pmsApp/images/button_split.gif" width="8" height="20"></td>
    </tr>
  </table>
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="/pmsApp/images/tab_left.gif" width="3" height="25"></td>
          <td width="100%" background="/pmsApp/images/tab_mid.gif" height="25">
            <table width="200" border="0" cellspacing="0" cellpadding="0">
              <tr align="center">
                <td width="100" background="/pmsApp/images/tab_up.gif" height="25">业主投诉记录</td>
                
          <td width="100" background="/pmsApp/images/tab_down_right.gif"><a href="/pmsApp/utility/sound/AddSoundInput.jsp">业主投诉登记</a></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
<%if (number.equals("0")){%>
    <tr valign="middle">
      <td colspan="8" height="41">
       <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> 
    <table width="80%" border="1"  align="center" bgcolor="#d4d0c8" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="2">
      <tr>
        <td width="100%" align="center" valign="middle" font-size:12px" height="40" bgcolor="#FFFFFF"><%="请选择一条记录"%> 
        </td>
      </tr>
          <tr>
            
        <td align="center"><a href="/pmsApp/servlet/common.PMS?txId=4812&inputString="""><img src="/pmsApp/images/button_back.gif" width="55" height="20" name="Image1" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','/pmsApp/images/button_back_over.gif',1)" border="0"></a></td>
          </tr>
        </table>
      </td>
    </tr>
<%}else{%>
 <%if (sign.equals("1")){%>
    <tr valign="middle">
      <td colspan="8" height="41">
    <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>    
    <table width="80%" border="1"  align="center" bgcolor="#d4d0c8" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="2">
      <tr>
        <td width="100%" align="center" valign="middle" font-size:12px" height="40" bgcolor="#FFFFFF"><%="投诉已经处理,不能修改投诉内容"%> 
        </td>
      </tr>
          <tr>
            
        <td align="center"><a href="/pmsApp/servlet/common.PMS?txId=4812&inputString="""><img src="/pmsApp/images/button_back.gif" width="55" height="20" name="Image1" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','/pmsApp/images/button_back_over.gif',1)" border="0"></a></td>
          </tr>
        </table>
      </td>
    </tr>
 <%}else{%>
 <form id="form1" name="form1">
  <table border="1"  align="center" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="0" width="98%">
    <input type="hidden" name="pageindex" value="<%=pageindex%>">
    <input type="hidden" name="retrieveindex" value="<%=retrieveindex%>">
    <input type="hidden" name="retrievecon" value="<%=retrievecon%>">
    <input type="hidden" name="retrievecom" value="<%=retrievecom%>">
    <input type="hidden" name="selectnum" value="<%=selectnum%>">
    <input type="hidden" name="pagecount" value="<%=pagecount%>">
    <input type="hidden" name="number" value="<%=number%>">
    <tr>
      <td align="center" bgcolor="#d4d0c8" width="19%">被投诉单位</td>
      <td width="81%"> 
        <input type="text" name="iffydept" maxlength="30" value="<%=iffydept%>">
        <font color="#FF3300">*</font></td>
    </tr>
    <tr>
      <td align="center" bgcolor="#d4d0c8" width="19%">投诉住户</td>
      <td width="81%"> 
        <input type="text" name="tenement" maxlength="30" value="<%=tenement%>">
      </td>
    </tr>
    <tr>
      <td align="center" bgcolor="#d4d0c8" width="19%">业主住址</td>
      <td width="81%"> 小区 
        <input type="text" name="subarea" size="4" maxlength="2" value="<%=subarea%>">
        楼宇
        <input type="text" name="building" size="4" maxlength="3" value="<%=building%>">
        梯口
        <input type="text" name="stair" maxlength="1" size="4" value="<%=stair%>">
        楼层
        <input type="text" name="floor" size="4" maxlength="2" value="<%=floor%>">
        单元
        <input type="text" name="cell" size="4" maxlength="2" value="<%=cell%>">
        <font color="#FF3300">*</font></td>
    </tr>
    <tr>
      <td align="center" nowrap bgcolor="#d4d0c8" width="19%">投诉日期</td>
      <td width="81%"> 
        <select name="select1">
          <%if (year1.equals("2001")){%><option value="2001" selected >2001</option><%}else{%><option value="2001">2001</option><%}%>
          <%if (year1.equals("2002")){%><option value="2002" selected >2002</option><%}else{%><option value="2002">2002</option><%}%>
          <%if (year1.equals("2003")){%><option value="2003" selected >2003</option><%}else{%><option value="2003">2003</option><%}%>
          <%if (year1.equals("2004")){%><option value="2004" selected >2004</option><%}else{%><option value="2004">2004</option><%}%>
          <%if (year1.equals("2005")){%><option value="2005" selected >2005</option><%}else{%><option value="2005">2005</option><%}%>
          <%if (year1.equals("2006")){%><option value="2006" selected >2006</option><%}else{%><option value="2006">2006</option><%}%>
          <%if (year1.equals("2007")){%><option value="2007" selected >2007</option><%}else{%><option value="2007">2007</option><%}%>
          <%if (year1.equals("2008")){%><option value="2008" selected >2008</option><%}else{%><option value="2008">2008</option><%}%>
          <%if (year1.equals("2009")){%><option value="2009" selected >2009</option><%}else{%><option value="2009">2009</option><%}%>
          <%if (year1.equals("2010")){%><option value="2010" selected >2010</option><%}else{%><option value="2010">2010</option><%}%>
        </select>
        年<select name="select2">
          <%if (month1.equals("01")){%><option value="01" selected >01</option><%}else{%><option value="01">01</option><%}%>
          <%if (month1.equals("02")){%><option value="02" selected >02</option><%}else{%><option value="02">02</option><%}%>
          <%if (month1.equals("03")){%><option value="03" selected >03</option><%}else{%><option value="03">03</option><%}%>
          <%if (month1.equals("04")){%><option value="04" selected >04</option><%}else{%><option value="04">04</option><%}%>
          <%if (month1.equals("05")){%><option value="05" selected >05</option><%}else{%><option value="05">05</option><%}%>
          <%if (month1.equals("06")){%><option value="06" selected >06</option><%}else{%><option value="06">06</option><%}%>
          <%if (month1.equals("07")){%><option value="07" selected >07</option><%}else{%><option value="07">07</option><%}%>
          <%if (month1.equals("08")){%><option value="08" selected >08</option><%}else{%><option value="08">08</option><%}%>
          <%if (month1.equals("09")){%><option value="09" selected >09</option><%}else{%><option value="09">09</option><%}%>
          <%if (month1.equals("10")){%><option value="10" selected >10</option><%}else{%><option value="10">10</option><%}%>
          <%if (month1.equals("11")){%><option value="11" selected >11</option><%}else{%><option value="11">11</option><%}%>
          <%if (month1.equals("12")){%><option value="12" selected >12</option><%}else{%><option value="12">12</option><%}%>
        </select>
        月<select name="select3">
          <%if (day1.equals("01")){%><option value="01" selected >01</option><%}else{%><option value="01">01</option><%}%>
          <%if (day1.equals("02")){%><option value="02" selected >02</option><%}else{%><option value="02">02</option><%}%>
          <%if (day1.equals("03")){%><option value="03" selected >03</option><%}else{%><option value="03">03</option><%}%>
          <%if (day1.equals("04")){%><option value="04" selected >04</option><%}else{%><option value="04">04</option><%}%>
          <%if (day1.equals("05")){%><option value="05" selected >05</option><%}else{%><option value="05">05</option><%}%>
          <%if (day1.equals("06")){%><option value="06" selected >06</option><%}else{%><option value="06">06</option><%}%>
          <%if (day1.equals("07")){%><option value="07" selected >07</option><%}else{%><option value="07">07</option><%}%>
          <%if (day1.equals("08")){%><option value="08" selected >08</option><%}else{%><option value="08">08</option><%}%>
          <%if (day1.equals("09")){%><option value="09" selected >09</option><%}else{%><option value="09">09</option><%}%>
          <%if (day1.equals("10")){%><option value="10" selected >10</option><%}else{%><option value="10">10</option><%}%>
          <%if (day1.equals("11")){%><option value="11" selected >11</option><%}else{%><option value="11">11</option><%}%>
          <%if (day1.equals("12")){%><option value="12" selected >12</option><%}else{%><option value="12">12</option><%}%>
          <%if (day1.equals("13")){%><option value="13" selected >13</option><%}else{%><option value="13">13</option><%}%>
          <%if (day1.equals("14")){%><option value="14" selected >14</option><%}else{%><option value="14">14</option><%}%>
          <%if (day1.equals("15")){%><option value="15" selected >15</option><%}else{%><option value="15">15</option><%}%>
          <%if (day1.equals("16")){%><option value="16" selected >16</option><%}else{%><option value="16">16</option><%}%>
          <%if (day1.equals("17")){%><option value="17" selected >17</option><%}else{%><option value="17">17</option><%}%>
          <%if (day1.equals("18")){%><option value="18" selected >18</option><%}else{%><option value="18">18</option><%}%>
          <%if (day1.equals("19")){%><option value="19" selected >19</option><%}else{%><option value="19">19</option><%}%>
          <%if (day1.equals("20")){%><option value="20" selected >20</option><%}else{%><option value="20">20</option><%}%>
          <%if (day1.equals("21")){%><option value="21" selected >21</option><%}else{%><option value="21">21</option><%}%>
          <%if (day1.equals("22")){%><option value="22" selected >22</option><%}else{%><option value="22">22</option><%}%>
          <%if (day1.equals("23")){%><option value="23" selected >23</option><%}else{%><option value="23">23</option><%}%>
          <%if (day1.equals("24")){%><option value="24" selected >24</option><%}else{%><option value="24">24</option><%}%>
          <%if (day1.equals("25")){%><option value="25" selected >25</option><%}else{%><option value="25">25</option><%}%>
          <%if (day1.equals("26")){%><option value="26" selected >26</option><%}else{%><option value="26">26</option><%}%>
          <%if (day1.equals("27")){%><option value="27" selected >27</option><%}else{%><option value="27">27</option><%}%>
          <%if (day1.equals("28")){%><option value="28" selected >28</option><%}else{%><option value="28">28</option><%}%>
          <%if (day1.equals("29")){%><option value="29" selected >29</option><%}else{%><option value="29">29</option><%}%>
          <%if (day1.equals("30")){%><option value="30" selected >30</option><%}else{%><option value="30">30</option><%}%>
          <%if (day1.equals("31")){%><option value="31" selected >31</option><%}else{%><option value="31">31</option><%}%>
        </select>
        日<font color="#FF3300">*</font></td>
    </tr>
    <tr>
      <td align="center" nowrap bgcolor="#d4d0c8" width="19%">接&nbsp;待&nbsp;人</td>
      <td width="81%"> 
        <input type="text" name="acceptman" maxlength="20" value="<%=acceptman%>">
      </td>
    </tr>
    <tr>
      <td align="center" nowrap bgcolor="#d4d0c8" valign="middle" width="19%">投诉内容</td>
      <td width="81%"> 
        <textarea name="exponent" rows="8" cols="75"><%=exponent%></textarea>
        <font color="#FF3300">*</font> </td>
    </tr>
    <tr>
      <td align="center" nowrap bgcolor="#d4d0c8" valign="middle" width="19%">备&nbsp;&nbsp;&nbsp;&nbsp;注</td>
      <td width="81%"> 
        <p>
          <textarea name="remark" rows="4" cols="78"><%=remark%></textarea>
        </p>
      </td>
    </tr>
</table>
  <br>
  <table width="200" border="1"  align="center" bgcolor="#d4d0c8" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="2">
  <tr>
	<td align="center"><a href="javascript:verify()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image91','','/pmsApp/images/button_save_over.gif',1)"><img name="Image91" border="0" src="/pmsApp/images/button_save.gif" width="55" height="20"></a><a href="javascript:handleForm1('0','<%=number%>','<%=pageindex%>','<%=retrieveindex%>','<%=retrievecon%>','<%=retrievecom%>','<%=selectnum%>','<%=pagecount%>')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/pmsApp/images/button_cancel_over.gif',1)"><img name="Image2" border="0" src="/pmsApp/images/button_cancel.gif" width="55" height="20"></a></td>
  </tr>
</table>
      
  
</form>
<form name="hiddenForm" METHOD="post" ACTION="/pmsApp/servlet/common.PMS">
	<INPUT TYPE="hidden" NAME="txId" ID="txId" VALUE="4809">
	<INPUT TYPE="hidden" NAME="inputString" ID="inputString" >
</form>
<%}%>
<%}%>
<form name="hiddenForm1" METHOD="post" ACTION="/pmsApp/servlet/common.PMS">
	<INPUT TYPE="hidden" NAME="txId" ID="txId" VALUE="4811">
	<INPUT TYPE="hidden" NAME="inputString" ID="inputString" >
</form>
</body>
</html>

⌨️ 快捷键说明

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