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

📄 homestuin.asp

📁 学生信息化管理系统,目前最完美的学生信息化管理系统,界面美观,操作方面,个性化设置.一套软件管理多所学校.
💻 ASP
字号:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>学生入住</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style3 {font-size: 12px}
.style5 {font-size: 12px; color: #0000CC; }
.style7 {
	color: #FF0000;
	font-size: 12px;
}
.style9 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
-->
</style>
<%
dim a,bz,yz
a=trim(Request.QueryString("La")) '楼号+房间号
bz=trim(Request.QueryString("bz")) '最大床位数
yz=trim(Request.QueryString("yz")) '已经入住人数
HomeUses=trim(Request.QueryString("HomeUses"))
%>
</head>

<body>
  <table width="600" border="0" align="center">

    <tr align="center" valign="middle">
      <td height="40" colspan="5" class="style9"> 
      <%if bz-yz>0 then%>
      <%=a%>宿舍</span></td>
    </tr>
    <tr align="center" valign="middle" class="style5">
      <td height="60" colspan="5">设定标准<%=bz%>人,已入住<%=yz%>人,还能再入住<%response.write bz-yz%>人。
          <%else%><%=a%>宿舍<br><br>设定标准<%=bz%>人已入住<%=yz%>人<br>超个标准还有床位吗?<%end if%>
      </td>
    </tr><form name="form" method="post" action="Homestuin2.asp?a=<%=a%>&yz=<%=yz%>&HomeUses=<%=HomeUses%>">
    <tr>
      <td width="104">&nbsp;</td>
      <td width="98" height="20" align="right" class="style3">学  号</td>
      <td width="29">&nbsp;</td>
      <td width="250" align="left"><input name="b" type="text" id="b" size="16"></td>
      <td width="97">&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td height="20" align="right" class="style3">姓  名</td>
      <td>&nbsp;</td>
      <td align="left"><input name="c" type="text" id="c" size="16"></td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td height="30" align="right" class="style3">选择床号</td>
      <td>&nbsp;</td>
      <td align="left">
        <input name="bed" type="text" id="bed" size="16">
      </td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td height="30" align="right">&nbsp;</td>
      <td>&nbsp;</td>
      <td align="left"> 
        <input type="submit" name="Submit" value="提 交"></td>
      <td>&nbsp;</td>
    </tr></form><%if yz=0 then%>
   <form name="form1" method="post" action="roomTaggadd.asp?Latagg=<%=a%>">
    <tr align="center" valign="bottom">
      <td height="40" colspan="5" class="style5">把此房间标为
      <input name="roomtagg" type="text" id="roomtagg" size="6" style="background-color: #FFFFFF; border-color: #003300; border-style: solid; border-width: 0px 0px 1px">
      <input type="submit" name="Submit2" value="Go" style="background-color: #FFFFFF; border-color: #000099; border-style: solid; border-width: 0px 0px 0px"></td>
    </tr></form><%end if%>
</table>

</body>
</html>

⌨️ 快捷键说明

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