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

📄 xt6106.jsp

📁 一个完整的物流系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%> 
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>
<html>
<head>
<title>修改帐户角色页面</title>
<base href="<%=basePath%>">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link href="css/content.css" rel="stylesheet" type="text/css">
<link href="css/main_content.css" rel="stylesheet" type="text/css">
<link href="css/button.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-bottom: 20%;
}
-->
</style>

<style type="text/css">
<!--
.STYLE1 {font-size: large}
-->
</style>
</head>

<body style="margin:0px;" background="images/WelcomePage.jpg">
<form name="xt6106Form" action="XT6106E1S.do" method="post" onclick="">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2" class="tr_title4" ><div align="center"></div></td>
  </tr>
  <tr>
  	<td colspan="2"><p align="center" class="STYLE1"><font color="#004198">修改操作人员的角色</font></p>
  	  <table width="90%" height="188" border="1" align="center">
        <tr>
          <td align="right" class="title_tr"><font style="font-weight: bold" size="3">请选择角色:</font></td>
          <input name="aid" id="id" type="hidden" value="<bean:write name="xt6103form" property="id" />" />
          
          <td class="title_tr" valign="top"><span class="font11pt font11pt">         
          <logic:present name="xt6106ViewEntity1List1" >
              <logic:iterate offset="0" id="roler" type="jp.com.cost.xt.entity.XT6104ViewEntity1" name="xt6106ViewEntity1List1">
                   <input name="rulerid" type="checkbox" checked="checked" id="ruler" value="${roler.rid}">
                ${roler.rolename}<br>
              </logic:iterate>
          </logic:present>   
            </span></td>
                      
            <td class="title_tr" valign="top"><span class="font11pt font11pt">
          <logic:present name="xt6106ViewEntity1List2">
              <logic:iterate offset="0" id="roler" type="jp.com.cost.xt.entity.XT6104ViewEntity1" name="xt6106ViewEntity1List2">
                   <input name="rulerid" type="checkbox" id="ruler" value="${roler.rid}">
                ${roler.rolename}<br>
              </logic:iterate>
          </logic:present>           
            </span></td>
            
        </tr>
      </table></td>

  <tr>
    <td colspan="2" class="content_tr">
        <div align="center">
          <input name="save" type="submit" class="BlueButton" id="Button_back" value="保存">
          <input name="reset" type="reset" class="BlueButton" id="Button_back2" value="重置">
        </div></td>
  </tr>
  <tr>
    <td colspan="2" class="tr_title4">&nbsp;</td>
  </tr>
</table>
</form>
</body>

</html>

⌨️ 快捷键说明

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