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

📄 hyfw_d_03_02.asp

📁 机票预定系统 各个模块的设计-ticket reservation systems detailed design system modules of the design
💻 ASP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--#include file="../../config.asp"--><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=ZXLCompanyStr%>后台管理服务在线</title>
<link href="RLimages/user.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="index_top.asp"-->
<table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="142" valign="top" bgcolor="#C3D9FF" align="center"> 
	<!--#include file="../include/loft.asp" --></td>
    <td width="633" align="right" valign="top"> <table width="621" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="25" bgcolor="#2E7FD1" class="b-14"><strong><font color="#FFFFFF"> 申请兑现奖品</font></strong> 
          </td>
        </tr>
        <tr>
          <td height="25" bgcolor="#3592F1" class="b-14"><strong><font color="#FFFFFF"> 小类修改</font></strong> 
            <strong><font color="#FFFFFF">&gt;</font></strong>           [<a href="hyfw_d_02.asp" class="back-12">大类管理</a>] 
            [<a href="hyfw_d_02_01.asp" class="back-12">增加大类</a>] [<a href="hyfw_d_03.asp" class="back-12">小类管理</a>] 
            [<a href="hyfw_d_03_01.asp" class="back-12">增加小类</a>] [<a href="hyfw_d_03_04.asp" class="back-12">增加新奖品</a>]</td>
        </tr>
      </table>
      <form method="post" name="form" onsubmit="return check()" action="sorts.asp">
        <table width="621" border="0" cellpadding="0" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#999999" valign="top">
          <tr bgcolor="#C3E7F9"> 
            <td width="300" height="25" align="center" valign="middle" class="b-12">小类标题:</td>
            <td height="25"> <input name="sorts_e" size="15" value="<%=rs("categorys_e")%>"> 
            <font color="#ff0000"> *</font></td>
          </tr>
          <tr bgcolor="#C3E7F9"> 
            <td width="300" height="25" align="center" valign="middle" class="b-12">所属大类:</td>
            <td height="25"> <select name="sort">
                <option value="<%=rs("ids")%>"><%=rs("name")%></option>
                <%
        sql="select * from category"
        set rs_temp=server.createobject("adodb.recordset")
        rs_temp.open sql,conn,3,2
        do while not rs_temp.eof
        %>
                <option value="<%=rs_temp("id")%>"><%=rs_temp("name")%></option>
                <%
        rs_temp.movenext
        loop
        rs_temp.close
        set rs_temp=nothing
        %>
            </select> <font color="#ff0000"> *</font></td>
          </tr>
          <tr bgcolor="#C3E7F9"> 
            <td height="40" colspan="2" align="center"><input name="act" type="hidden" value="savemodify"> 
              <input name="id" type="hidden" value="<%=id%>"> 
              <input type="submit" value=" 确 定 " name="cmdok"> &nbsp; <input type="reset" value=" 重 填 " name="cmdReset">
            链接 &gt;&gt;</td>
          </tr>
          <tr> 
            <td></td>
          </tr>
        </table>
      </form>
      
    </td>
  </tr>
</table>
<!--#include file="bottom.asp"-->
</body>
</html>

⌨️ 快捷键说明

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