📄 adminupdate.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>
<link href="SystemStyle.css" rel="stylesheet" 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>
<hr><form name="form1" method="post" action="">
<table width="760" border="0" cellspacing="3" cellpadding="0" align="center" class="tab1">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="41%"><img src="Images/xSofalogo.gif" width="263" height="65"></td>
<td> </td>
</tr>
<tr>
<td height="25" class="back"> </td>
<td align="right" height="25" class="back">帮 助 </td>
</tr>
<tr>
<td colspan="2" height="25" class="xiangdao"> 用户信息修改 您可以在此修改后台用户信息</td>
</tr>
<tr>
<td colspan="2" height="10"> </td>
</tr></table>
<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" 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>
<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 + -