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

📄 special_add.asp

📁 电影ASP文件
💻 ASP
字号:
<!--#include file="../film_conn.asp"-->
<!--#include file="session.asp"-->
<!--#include file="../set_url.asp"-->
<!--#include file="code.asp"-->
<html>
<head>
<title>增加影星专辑</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="special_add_save.asp">
  <p><b><font size="3">增加影星专辑</font></b></p>
    <table width="90%" border="0" height="30" cellspacing="0" cellpadding="0" bgcolor="#CCCCCC" style="border-collapse: collapse" bordercolor="#111111">
      <tr>
      <td height="30" width="100" bgcolor="#EAEAEA" align="center">专辑名称:</td>
      <td height="30" width="400" bgcolor="#EAEAEA"> 
          <input type="text" name="special" size="36"></td>
    </tr>
      <tr>
      <td height="30" width="100" bgcolor="#EAEAEA" align="center">影星名称:</td>
      <td height="30" width="400" bgcolor="#EAEAEA"> 
        <input type="text" name="name" size="36"></td>
    </tr>
      <tr>
      <td height="30" width="100" bgcolor="#EAEAEA" align="center">图片路径:</td>
      <td height="30" width="400" bgcolor="#EAEAEA">
      <input type="text" name="pic" size="36" value="special_pic/"></td>
    </tr>
      <tr>
      <td height="30" width="100" bgcolor="#EAEAEA" align="center">点击次数:</td>
      <td height="30" width="400" bgcolor="#EAEAEA"> 
          <input type="text" name="hits" size="12">&nbsp;&nbsp;是否推荐:<select size="1" name="best">
          <option value="true">是</option>
          <option selected value="false">否</option>
          </select></td>
    </tr>
      <tr>
      <td height="30" width="100" bgcolor="#EAEAEA" align="center">专辑介绍:</td>
      <td height="30" width="400" bgcolor="#EAEAEA"> 
          <textarea rows="11" name="special_intro" cols="51"></textarea></td>
    </tr>
      <tr>
      <td height="30" width="100" bgcolor="#EAEAEA" align="center">影星介绍:</td>
      <td height="30" width="400" bgcolor="#EAEAEA"> 
          <textarea rows="11" name="name_intro" cols="51"></textarea></td>
    </tr>
      <tr>
      <td height="30" width="100" bgcolor="#EAEAEA" align="center"> </td>
      <td height="30" width="400" bgcolor="#EAEAEA"> 
           </td>
    </tr>
  </table>
    <input class="form2" type="submit" name="yes" value="确定添加">                       
  <input class="form2" type="submit" name="no" value="清除">                        
</form>                        
</body>                        
</html>

⌨️ 快捷键说明

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