selectUpdateRight.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:5k
源码类别:

企业管理

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%@ page import="com.domain.UserForm"%>
  3. <%@ page import="com.tool.Chinese"%>
  4. <%@ page import="java.util.List"%>
  5. <%@ page import="java.sql.*"%>
  6. <%UserForm form=(UserForm)request.getAttribute("form");%>
  7. <html>
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  10. <title>修改管理员的功能</title>
  11. <style type="text/css">
  12. <!--
  13. body {
  14. background-color: #000000;
  15. margin-left: 0px;
  16. margin-top: 0px;
  17. }
  18. td{
  19. font-size:9pt;
  20. }
  21. .style1 {font-size: 11pt}
  22. -->
  23. </style>
  24. </head>
  25. <body>
  26. <table width="579"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  27.   <tr>
  28.     <td>&nbsp;</td>
  29.   </tr>
  30. </table>
  31. <table width="579" border="0" cellpadding="0" cellspacing="0">
  32.   <tr>
  33.     <td align="left" valign="top" bgcolor="#FFFFFF"> <table width="579" height="487"  border="0" cellpadding="0" cellspacing="0">
  34.         <tr>
  35.           <td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0">
  36.               <tr>
  37.                 <td width="2%" height="28">&nbsp;</td>
  38.                 <td width="9%" background="images/circle.jpg">&nbsp;</td>
  39.                 <td width="89%" bgcolor="#FFFFFF"><span class="style1">修改管理员的功能</span></td>
  40.               </tr>
  41.               <tr style="line-height:2px">
  42.                 <td width="2%" height="5">&nbsp;</td>
  43.                 <td height="5" colspan="2" bgcolor="#D4D0C8">&nbsp;</td>
  44.               </tr>
  45.               <tr align="center" valign="top" bgcolor="#FFFFFF">
  46.                 <td height="454" colspan="3">
  47.                   <p>&nbsp;</p>
  48.                   <form name="form" method="post" action="userUpdateRight.do?id=<%=form.getUser_id()%>">
  49.                     <table width="44%"  border="1" cellspacing="0" cellpadding="0">
  50.                       <tr>
  51.                         <td width="49%" height="30" align="center" bgcolor="#FFCC00">基础信息维护</td>
  52.                         <td width="51%" align="center">
  53. <select name="jcxx" >
  54. <%if(Integer.parseInt(form.getMenu_jcxx())==0){%>
  55.  <option value="0">否</option> 
  56.  <option value="1">是</option>
  57.  <%}else{%>
  58.  <option value="1">是</option>
  59.  <option value="0">否</option> 
  60.  <%}%>
  61. </select>
  62. </td>
  63.                       </tr>
  64.   <tr>
  65.                         <td width="49%" height="30" align="center" bgcolor="#FFCC00">客户信息维护</td>
  66.                         <td width="51%" align="center">
  67. <select name="khxx" >
  68. <%if(Integer.parseInt(form.getMenu_khxx())==0){%>
  69.  <option value="0">否</option> 
  70.  <option value="1">是</option>
  71.  <%}else{%>
  72.  <option value="1">是</option>
  73.  <option value="0">否</option> 
  74.  <%}%>
  75. </select>
  76. </td>
  77.                       </tr>
  78.                       <tr>
  79.                         <td height="30" align="center" bgcolor="#FFCC00">客户服务</td>
  80. <td  align="center">
  81.                         <select name="khfw" >
  82. <%if(Integer.parseInt(form.getMenu_khfw())==0){%>
  83.  <option value="0">否</option> 
  84.  <option value="1">是</option>
  85.  <%}else{%>
  86.  <option value="1">是</option>
  87.  <option value="0">否</option> 
  88.  <%}%>
  89. </select></td>
  90.                       </tr>
  91.                       <tr>
  92.                         <td height="30" align="center" bgcolor="#FFCC00">信息查询</td>
  93.                        <td  align="center">   <select name="xxcx" >
  94. <%if(Integer.parseInt(form.getMenu_xxcx())==0){%>
  95.  <option value="0">否</option> 
  96.  <option value="1">是</option>
  97.  <%}else{%>
  98.  <option value="1">是</option>
  99.  <option value="0">否</option> 
  100.  <%}%>
  101. </select></td>
  102.                       </tr>
  103.                       <tr>
  104.                         <td height="30" align="center" bgcolor="#FFCC00">数据管理</td>
  105.                          <td  align="center">   <select name="sjgl" >
  106. <%if(Integer.parseInt(form.getMenu_sjgl())==0){%>
  107.  <option value="0">否</option> 
  108.  <option value="1">是</option>
  109.  <%}else{%>
  110.  <option value="1">是</option>
  111.  <option value="0">否</option> 
  112.  <%}%>
  113. </select></td>
  114.                       </tr>
  115.                       <tr>
  116.                         <td height="30" align="center" bgcolor="#FFCC00">辅助工具</td>
  117.                              <td  align="center">   <select name="fzgj" >
  118. <%if(Integer.parseInt(form.getMenu_fzgj())==0){%>
  119.  <option value="0">否</option> 
  120.  <option value="1">是</option>
  121.  <%}else{%>
  122.  <option value="1">是</option>
  123.  <option value="0">否</option> 
  124.  <%}%>
  125. </select></td>
  126.                       </tr>
  127.                     </table>
  128.                     <p>&nbsp;</p>
  129.                     <p>
  130.   <input type="submit" name="Submit2" value="提交">
  131. &nbsp;&nbsp;&nbsp;&nbsp;
  132.                       <input type="reset" name="Submit" value="重置">  
  133.                         </p>
  134.                   </form>                  <p><a href="userSelectRight.do?user_bs=0">返回</a></p>
  135.                 </table></td>
  136.         </tr>
  137.       </table></td>
  138.   </tr>
  139. </table>
  140. </body>
  141. </html>