⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 修改角色.htm

📁 基于HTML的在线考试系统
💻 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>&nbsp;</td>
          </tr>
          <tr>
            <td height="25" align="left" class="back">&nbsp;&nbsp;欢迎使用软件中心在线考试系统</td>
            <td align="right" height="25" class="back">帮 助&nbsp;&nbsp;</td>
          </tr>
          <tr>
            <td colspan="2" height="25" class="xiangdao">&nbsp;&nbsp;您好:hy001&nbsp;&nbsp;考试成绩查询</td>
          </tr>
          <tr>
            <td colspan="2" height="10">&nbsp;</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>&nbsp;</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">&nbsp;</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">&nbsp;</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="&gt;&gt;" class="button1"></td>
    </tr>
  <tr>
    <td height="17" valign="top">&nbsp;</td>
    </tr>
  <tr>
    <td height="19" valign="top"><input type="button" name="Submit" value="&lt;&lt;" 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 + -