📄 user_addnews.asp
字号:
<!--#include file="conn.asp"-->
<%
if session("name")="" then
response.Redirect("http://www.tdworks.cn")
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>add</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
width:467px;
height:545px;
z-index:1;
left: 328px;
top: 49px;
background-color: #FFFFFF;
}
-->
</style>
<link href="css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url(image/bg.png);
}
-->
</style></head>
<body>
<div id="Layer1">
<table width="466" height="218" border="0" class="tb1">
<tr>
<td height="15" bgcolor="#FFFFFF"><div align="center" class="STYLE2">用户自定义新闻</div></td>
</tr>
<tr>
<td height="15" class="STYLE2"><form name="form1" method="post" action="add_userok.asp">
<p><font color="#FF0000">*</font><span class="STYLE3">新闻标题:</span>
<input name="title" type="text" class="tb1" id="title">
</p>
<p>
<%
if session("name")="" then%>
<img src="image/btn_close.gif" width="16" height="16">
<%
response.Write("请登陆后再发表新闻")
end if
%>
</p>
<p>
<iframe id="eWebEditor1" src="eWebEditor/ewebeditor.asp?id=cnWords&style=standard&savefilename=editFirstImageName" frameborder="0" scrolling="no" width="550" height="350"></iframe>
</p>
<p><font color="#FF0000">*</font><span class="STYLE3">发布人:
<input name="user" type="text" class="tb1" value="<%=session("name")%>" size="30">
发布时间</span>
<input name="time" type="text" class="tb1" id="time" value="<%=response.write(""&now)%>">
<input name=cnWords type=hidden ID="cnWords" value=""> <input name=imageNum type=hidden ID="imageNum" value="<%=mImageNum%>">
<input name=editFirstImageName type=hidden ID="editFirstImageName" value=""> </p>
<p align="center">
<input type="submit" name="Submit" value="ok!" class="tb1">
<input name="Submit2" type="reset" class="tb1" value="rewrite!">
</p>
</form> </td>
</tr>
<tr>
<td><p align="center">shangdu .SYSTEM 1.5 BETA </p></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -