📄 xt6104.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}
.STYLE2 {font-size: 16px}
-->
</style>
</head>
<body style="margin:0px;" background="images/WelcomePage.jpg"><center>
<form name="xt6104Form" action="XT6104E1S.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="4"><p align="center" class="STYLE1"><font color="#004198">添加操作人员的角色</font></p>
<table width="80%" height="70%" border="1" align="center">
<tr>
<td align="right" class="title_tr"><font style="font-weight: bold" size="3">请选择角色:</font></td>
<input name="id" type="hidden" value="<bean:write name="account" property="id"/>" id="aid" />
<td class="title_tr"><span class="font11pt font11pt">
<logic:present name="xt6104ViewEntity1List">
<logic:iterate offset="0" length="15" id="roler" type="jp.com.cost.xt.entity.XT6104ViewEntity1" name="xt6104ViewEntity1List">
<input name="rolerid" type="checkbox" id="ruler" value="${roler.rid}" />
${roler.rolename}<br>
</logic:iterate>
</logic:present>
</span></td>
<td class="title_tr"><span class="font11pt font11pt">
<logic:present name="xt6104ViewEntity1List">
<logic:iterate offset="15" length="15" id="roler" type="jp.com.cost.xt.entity.XT6104ViewEntity1" name="xt6104ViewEntity1List">
<input name="rolerid" type="checkbox" id="ruler" value="${roler.rid}" />
${roler.rolename}<br>
</logic:iterate>
</logic:present>
</span></td>
<td class="title_tr"><span class="font11pt font11pt">
<logic:present name="xt6104ViewEntity1List">
<logic:iterate offset="30" length="15" id="roler" type="jp.com.cost.xt.entity.XT6104ViewEntity1" name="xt6104ViewEntity1List">
<input name="rolerid" type="checkbox" id="ruler" value="${roler.rid}">
${roler.rolename}<br>
</logic:iterate>
</logic:present>
</span></td>
</tr>
</table>
<div align="center"></div>
<p align="center" class="STYLE1"> </p>
</td>
<tr>
<td colspan="2" class="content_tr">
<div align="center">
<input name="save" type="submit" class="title_tr" id="Button_back" value="保存">
<input name="reset" type="reset" class="title_tr" id="Button_back2" value="重置">
</div></td>
</tr>
<tr>
<td colspan="2" class="tr_title4"> </td>
</tr>
</table>
</form>
</center></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -