special_add.asp
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:3k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <!--#include file="articleconn.asp"-->
- <!--#include file="security.asp"-->
- <!--#include file="../checkpost.asp"-->
- <!--#include file="inc/function.asp"-->
- <%if session("flag")>1 then
- response.write "<script>alert('您的操作权限不够!');history.back();</script>"
- response.end
- end if
- %>
- <html>
- <head>
- <title>增加影星专辑</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link rel="stylesheet" type="text/css" href="inc/Admin_STYLE.css">
- <style type="text/css">
- <!--
- .样式1 {
- font-size: 9pt;
- font-weight: bold;
- }
- -->
- </style>
- </head>
- <body text="#000000">
- <form name="form1" method="post" action="special_add_save.asp">
- <p align="center" class="样式1">增加影星专辑</p>
- <div align="center">
- <table width="54%" border="0" height="30" cellspacing="1" cellpadding="2" class="border">
- <tr class="tdbg">
- <td height="30" width="100" align="center"><div align="left">专辑名称:</div></td>
- <td height="30" width="400">
- <input name="special" type="text" size="36"></td>
- </tr>
- <tr class="tdbg">
- <td height="30" width="100" align="center"><div align="left">影星名称:</div></td>
- <td height="30" width="400">
- <input type="text" name="name" size="36"></td>
- </tr>
- <tr class="tdbg">
- <td width="68" height="25" nowrap> 图片路径: </td>
- <td height="25" width="511">
- <input name="pic" type="text" class="smallinput" value="<%if request.cookies("images")="" then%>images/nopic.gif<%else%><%response.write request.cookies("images")%><%end if%>" size="20" maxlength="255"></td>
- </tr>
- <tr class="tdbg"><td width="68" height="25" nowrap> 上传图片: </td>
- <td height="25" width="511">
- <iframe style="top:2px" ID="UploadFiles" src="uupgif.asp" frameborder=0 scrolling=no width="450" height="25"> </iframe></td>
- </tr>
- <tr class="tdbg">
- <td height="30" width="100" align="center"><div align="left">点击次数:</div></td>
- <td height="30" width="400">
- <input type="text" name="hits" size="12"> 是否推荐:<select size="1" name="best">
- <option value="true">是</option>
- <option selected value="false">否</option>
- </select></td>
- </tr>
- <tr class="tdbg">
- <td height="30" width="100" align="center"><div align="left">专辑介绍:</div></td>
- <td height="30" width="400">
- <textarea rows="11" name="special_intro" cols="51"></textarea></td>
- </tr>
- <tr class="tdbg">
- <td height="30" width="100" align="center"><div align="left">影星介绍:</div></td>
- <td height="30" width="400">
- <textarea rows="11" name="name_intro" cols="51"></textarea></td>
- </tr>
- <tr class="tdbg">
- <td height="30" width="100" align="center"> </td>
- <td height="30" width="400">
- </td>
- </tr>
- </table>
- <input class="form2" type="submit" name="yes" value="确定添加">
- <input class="form2" type="submit" name="no" value="清除">
- </div>
- </form>
- </body>
- </html>