📄 setshare.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<table width="100%" border="1">
<tr >
<td colspan="3" align="center">请选择部门
<select style="width:200px">
<option value="2">tt</option>
</select>
</td>
</tr>
<tr>
<td width="37%" align="right">
<select name="arryusername" size=15 multiple style="width: 100px">
<c:forEach var="temp" items="${requestScope.userList}">
<option value="${temp.uno},${temp.uname}">${temp.uname}</option>
</c:forEach>
</select>
</td>
<td width="11%" align="center">
<input type="button" id="rightmove" value=">>" onclick="ToRight();" /><br /><br />
<input type="button" id="leftmove" value="<<" onclick="ToLeft();" /><br /><br />
</td>
<td width="52%" align="left">
<select name="senduser" size=15 multiple style="width: 100px">
</select>
<!--<html:select property="senduser" multiple="true" size="15" style="width: 100px">
</html:select>-->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -