gl_ad.asp

来自「学校网站」· ASP 代码 · 共 37 行

ASP
37
字号
<!--#include file="check.asp"-->
<html>
<head>
<title>添加新的评审指标</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../inc/tw.css" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<center>
<form method="post" action="gl_ad_ok.asp">
<table border="1" cellspacing="0" width="95%" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellpadding="0" align="center">
    <tr height="25" bgcolor="#ffcc00"> <td align="center"><strong>添加评审指标<strong></tr>
   <tr bgcolor="#FFFCD9"><td> 
     	<table border="0" cellpadding="0" cellspacing="0" align="center">
                 
  <tr>
    <td height="25">请输入指标名: </td>
    <td><input name=guideline id="guideline"></td>
  </tr>
 <tr>
    <td height="25">请输入指标说明: </td>
    <td><input name=explain id="explain"></td>
  </tr>
   
     <tr bordercolor="#FFFFFF"> 
   <td colspan="2" align="center"> <br>
   <input type="submit" class="buttonface" name="Submit" style="position: relative; height: 19" value="确定">&nbsp;&nbsp;
   <input type="reset" class="buttonface" name="Submit2" style="position: relative; height: 19" value="重 置">
                  
                </td>
              </tr>
            </table></table>
          </form>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?