📄 infoinsert.jsp
字号:
<%@page contentType="text/html;charset=gb2312" language="java" import="java.util.*,java.sql.*,com.model.entity.*"%><HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>广告信息发布平台</TITLE>
<jsp:useBean id="hib" class="com.model.IMPLdao.HIMPinfo"></jsp:useBean>
<jsp:useBean id="insertMenu" class="com.model.entity.DAZHE_Menu"></jsp:useBean>
<LINK
href="infoinsert.files/style.css" type=text/css rel=stylesheet>
<SCRIPT src="infoinsert.files/form.js" type=text/javascript></SCRIPT>
<STYLE type=text/css> #nameTip {
BORDER-RIGHT: #ddd 1px solid; BORDER-TOP: #ddd 1px solid; FONT-SIZE: 12px; BACKGROUND: #f8f8f8; MARGIN: 10px auto; BORDER-LEFT: #ddd 1px solid; WIDTH: 620px; BORDER-BOTTOM: #ddd 1px solid; FONT-FAMILY: Verdana, Arial; BORDER-COLLAPSE: collapse
}
#nameTip TD {
PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
#nameTip H2 {
FONT-WEIGHT: normal; FONT-SIZE: 14px; LINE-HEIGHT: 200%
}
#nameTip SPAN {
COLOR: #f00; TEXT-INDENT: 24px
}
#nameTip DL {
}
#nameTip DT {
TEXT-INDENT: 24px
}
</STYLE>
<META content="MSHTML 6.00.2900.3086" name=GENERATOR>
</HEAD>
<%
try{
%>
<BODY id=reg1Body>
<DIV id=wrapper>
<DIV id=header>
<H3>广告信息发布平台</H3>
</DIV>
<DIV id=content>
<DIV id=container>
<DIV class=topArc><SPAN class=left><SPAN class=right></SPAN></SPAN></DIV>
<P class=declare>请注意:带有<I>*</I>的项目必须填写。</P>
<TABLE id=user>
<TBODY>
<TR>
<TH>您的用户名:</TH>
<TD><STRONG><%=session.getAttribute("userName_s").toString() %></STRONG></TD></TR></TBODY></TABLE>
<FORM name="infoform" id="infoform" action="infoinsert.do" method=post autocomplete="off"><INPUT
id=username type=hidden value=acdedafdf name=username> <INPUT type=hidden
name=url>
<FIELDSET><LEGEND>请填写信息内容<SPAN>( 以下信息内容是在网站上发布,请您慎重并准确的填写 )</SPAN></LEGEND>
<TABLE class=blur>
<TBODY>
<tr>
<th>
请选择信息所属类别:</th>
<td>
<select name="leibieid" >
<option value="">请选择</option>
<%
List list = hib.queryAllMenu();
for(int i =0 ;i<list.size();i++){
insertMenu = (DAZHE_Menu)list.get(i);
%>
<option value="<%=insertMenu.getID()%>"><%=insertMenu.getName()%></option>
<%} %>
</select>
</td>
</tr>
<TR>
<TH><LABEL for=cpassword><I>*</I>标题:</LABEL></TH>
<TD class=input><INPUT type="text" name="infotitle" size="40"><SPAN></SPAN></TD>
<TD class=desc rowSpan=1>例如:西单商场五一特价活动开始</TD>
</TR></TBODY></TABLE>
<DIV class=hr></DIV>
<table class=blur>
<tbody>
<tr>
<th><label for=answer>隶属标签:</label></th>
<td><select name="beiyongA" >
<option value="">请选择</option>//商家推荐
<option value="labela">首页-商场打折</option>
<option value="labelb">首页-休闲娱乐</option>
<option value="labelc" >首页-生活服务</option>
<option value="labeld">首页-健康消费</option>
<option value="labele">首页-男人天地</option>
<option value="labelf" >首页-女人天地</option>
<option value="recommend" >首页-产品推荐</option>
<option value="shchrxsp" >商场活动-热销商品</option>
<option value="shchdzsj" >商场活动-打折商家</option>
<option value="shchsjzx" >商场活动-商家资讯</option>
<option value="shchsspp" >商场活动-时尚品牌</option>
<option value="meirongtjcp" >美容动态-推荐产品</option>
<option value="meirongxpss" >美容动态-新品上市</option>
<option value="meirongssfg" >美容动态-时尚风格</option>
<option value="meirongdzmr" >美容动态-打折美容店</option>
<option value="tjthsj" >商家推荐-特惠商家</option>
<option value="tjsqzx" >商家推荐-商圈资讯</option>
<option value="tjzjsc" >商家推荐-走进商城</option>
<option value="tjfjsj" >商家推荐-附近商家</option>
</select></td>
<TD class=desc rowSpan=1><i>说明:填写所属的是属于 首页/商场活动/美容动态/商家推荐 的具体模块等。</i></TD>
</tr>
<tr>
<th><label for=answer>内容简单描述:</label></th>
<td class=input><input type="text" name="infocontent" size="40">
<span></span></td>
<TD class=desc rowSpan=1>例如:可以是详细内容的简介</TD>
</tr>
<tr>
<th><label for=answer>折扣:</label></th>
<td class=input><input type="text" name="infozhekou" size="40" value=" ">
<span></span></td>
<TD class=desc rowSpan=1>例如:8折</TD>
</tr>
<tr>
<th><label for=answer>有效时间:</label></th>
<td class=input><input type="text" name="infozhekoutime" size="40">
<span></span></td>
<TD class=desc rowSpan=1>例如:2007年5月1日-2007年5月9日</TD>
</tr>
<tr>
<th><label for=answer>优惠券:</label></th>
<td class=input><input type="text" name="savepaper" size="40">
<span></span></td>
<TD class=desc rowSpan=1>优惠券的下载地址</TD>
</tr>
<tr>
<th><label for=answer>网址:</label></th>
<td class=input><input type="text" name="http" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>商场:</label></th>
<td class=input><input type="text" name="shop" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer><i>*</i>地址:</label></th>
<td class=input><input type="text" name="place" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>刊登时间:</label></th>
<td class=input><input type="text" name="writetime" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>商家名称:</label></th>
<td class=input><input type="text" name="shopname" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>预定可否:</label></th>
<td class=input><input type="text" name="bookyorn" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>联系电话:</label></th>
<td class=input><input type="text" name="contactphone" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>有无车位:</label></th>
<td class=input><input type="text" name="parking" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>营业时间:</label></th>
<td class=input><input type="text" name="businesstime" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>餐饮时间:</label></th>
<td class=input><input type="text" name="diningtime" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>具体地址:</label></th>
<td class=input><input type="text" name="detailedadd" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>宾客容量:</label></th>
<td class=input><input type="text" name="guestcontent" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>能否刷卡:</label></th>
<td class=input><input type="text" name="usecard" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>交通线路:</label></th>
<td class=input><input type="text" name="bus" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>人均消费:</label></th>
<td class=input><input type="text" name="consume" size="40">
<span></span></td>
</tr>
<tr>
<th><label for=answer>所属标签:</label></th>
<td class=input><input type="text" name="label" size="40">
<span></span></td>
<td class=desc > 例如:商场活动,打折商城,主页等。</td>
</tr>
<tr>
<th><label for=answer><I>*</I>关键字设置:</label></th>
<td class=input><input tupe="text" name="keywords" size="40" > </td>
<td class=desc >
<i> 注:</i>各个关键字之间用<I>,</I>隔开。</td>
</tr>
</tbody>
</table>
<DIV class=hr></DIV>
<TABLE class=blur>
<TBODY>
<TR>
<TH><LABEL for=cpingma><I>*</I>描述:</LABEL></TH>
<TD ><textarea rows="10" cols="40" name="infodescripe" id="des" ></textarea><SPAN></SPAN></TD>
<TD class=desc
rowSpan=2>该信息的具体内容,打折信息简介等。<I></I></TD></TR></TBODY></TABLE>
<DIV class=hr></DIV>
<TABLE class=blur>
<TBODY>
</TBODY></TABLE>
</FIELDSET>
<HR>
<FIELDSET><LEGEND></LEGEND>
</FIELDSET>
<FIELDSET>
</FIELDSET>
<DIV
id=btn align="center"><INPUT id=confirm type=submit value=信息发布><SPAN></SPAN></DIV></FORM>
<DIV class=bottomArc><SPAN class=left><SPAN
class=right></SPAN></SPAN></DIV></DIV>
<DIV id=footer></DIV>
</DIV>
<DIV id=adBg>
<DIV>
<!-- START NNR Site Census V5.1 -->
<!-- COPYRIGHT 2004 Nielsen // Netratings -->
<SCRIPT language=JavaScript type=text/javascript>
<!--
var _rsCI="cn-netease";
var _rsCG="0";
var _rsDT=0;
var _rsDU=0;
var _rsDO=0;
var _rsX6=0;
var _rsSI=escape(window.location);
var _rsLP=location.protocol.indexOf('https')>-1?'https:':'http:';
var _rsRP=escape(document.referrer);
var _rsND=_rsLP+'//secure-cn.imrworldwide.com/';
if (parseInt(navigator.appVersion)>=4)
{
var _rsRD=(new Date()).getTime();
var _rsSE=1;
var _rsSV="";
var _rsSM=0.01;
_rsCL='<scr'+'ipt language="JavaScript" type="text/javascript" src="'+_rsND+'v51.js"><\/scr'+'ipt>';
}
else
{
_rsCL='<img src="'+_rsND+'cgi-bin/m?ci='+_rsCI+'&cg='+_rsCG+'&si='+_rsSI+'&rp='+_rsRP+'">';
}
document.write(_rsCL);
//-->
</SCRIPT>
<NOSCRIPT>
<IMG alt="" src="infoinsert.files/m.gif">
</NOSCRIPT>
<!-- BEGIN : NetEase Analytics code 2006-06-27 -->
<SCRIPT language=javascript type=text/javascript>
if(location.protocol.indexOf("https") == -1)
{
document.write('<script language="JavaScript" src="http://analytics.163.com/ntes.js" type="text/javascript"><\/script>');
_ntes_nacc = "urs";
}
</SCRIPT>
<SCRIPT language=javascript defer type=text/javascript>
if(location.protocol.indexOf("https") == -1){neteaseTracker();}
</SCRIPT>
<!-- END : NetEase Analytics code 2006-06-27 -->
</DIV></DIV></DIV>
</BODY>
<%
}catch(Exception e){
e.printStackTrace();
out.println("请先登陆!");
}
%></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -