📄 修改用户.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style1 {color: #3300FF}
-->
</style>
<script language="javascript">
function selectItem(){
var i = document.form1.select1.selectedIndex;
alert(i);
//document.form1.select2.options[0].text =document.form1.select1.value;
}
function check(a){
document.form1.action = a;
document.form1.submit();
return true;
}
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
<h1 align="center" class="style1">修改用户</h1>
<hr><form name="form1" method="post" action="">
<table width="440" border="1" align="center">
<tr align="center" valign="middle">
<td colspan="3">
<p> </p>
<p align="center">用户名称:
<input name="textfield" type="text" value="张三" size="26">
</p>
<p align="center"> </p></td>
</tr>
<tr>
<td width="152" rowspan="5" valign="top"><p>未选角色</p>
<p>
<select name="select" size="6" multiple>
<option selected>考生信息维护角色</option>
<option>课程维护角色</option>
<option>自定义1</option>
<option>自定义2</option>
</select>
</p></td>
<td height="38" valign="top"> </td>
<td width="212" rowspan="5" valign="top"><p>已选角色</p>
<p>
<select name="select" size="6" multiple>
<option>考生信息维护角色</option>
</select>
</p></td>
</tr>
<tr>
<td height="25" valign="top"><input type="button" name="Submit" value=">>"></td>
</tr>
<tr>
<td height="17" valign="top"> </td>
</tr>
<tr>
<td height="19" valign="top"><input type="button" name="Submit" value="<<"></td>
</tr>
<tr>
<td width="54" height="28" valign="top"> </td>
</tr>
<tr>
<td height="54" colspan="3" valign="top"><p>角色描述:</p>
<p>
<textarea name="textarea" cols="50">可对考生信息维护</textarea>
</p></td>
</tr>
</table>
</p>
<div align="center">
<input type="button" value="保存并返回" onClick="check('用户权限.htm')">
<input type="button" value="取消" onClick="check('用户权限.htm')">
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -