📄 修改角色.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">
<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,b){
if(b==1){
document.form1.textfield.value = "";
return false;
}
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>
<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" align="left" class="back"> 欢迎使用软件中心在线考试系统</td>
<td align="right" height="25" class="back">帮 助 </td>
</tr>
<tr>
<td colspan="2" height="25" class="xiangdao"> 您好:hy001 考试成绩查询</td>
</tr>
<tr>
<td colspan="2" height="10"> </td>
</tr></table>
<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" size="26">
</p>
<p align="center">角色描述:
<input name="textfield" type="text" value="" size="26">
</p>
<p align="center"> </p></td>
</tr>
<tr>
<td width="151" rowspan="5" valign="top"><p>未选功能模块</p> <p>
<select name="select" size="6" multiple>
<option>考生信息维护</option>
<option>课程维护</option>
<option>知识点维护</option>
<option>考题信息维护</option>
<option>选题策略维护</option>
<option>考生审批</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>
<option>考生审批</option>
</select>
</p></td>
</tr>
<tr>
<td height="25" valign="top"><input type="button" name="Submit" value=">>" class="button1"></td>
</tr>
<tr>
<td height="17" valign="top"> </td>
</tr>
<tr>
<td height="19" valign="top"><input type="button" name="Submit" value="<<" class="button1"></td>
</tr>
<tr>
<td width="55" height="54" valign="top" align="center"><input type="button" value="保存并返回" class="button1" onClick="check('角色设置.htm',2)"> <input type="button" value=" 取 消 " class="button1" onClick="check('角色设置.htm',2)"> </td>
</tr>
</table>
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -