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

📄 ssjj.jsp

📁 华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>

<%
	if(checkPv(strMenuId,"add",user)<0){
		noPv(out);
		return;
	}
	String strKeyWord = igec.util.Tool.getStr(request.getParameter("key"));
	if(igec.util.Tool.IsEmpty(strKeyWord)){
		strKeyWord="";
	}
	String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/clear.jsp"></script>

<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/CalendarDlg.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/css.css" type="text/css" />
<script type="text/javascript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/tree.jsp?baseurl=<%=strOfficeStyle%>"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script> 
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/check.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
</head>  
  <body>
<%@ include file="../top.jsp"%>
    <div  id="screen">
		<!--content-->
		<div id="contentfloat">
		  <div id="content">
		  
	<form  name="ssjjform" id="ssjjform" action="<%=site.bean.SitePara.strVirtualName%>/member/mebssjj.do?action=add&iid=<%=strMenuId%>" onsubmit="return Check(this);" method="post">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
    <tr>
      <td>
        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="77%"><font color="112382" class="font14"><strong>搜索竞价申请</strong></font></td>
           <td width="23%">&nbsp;</td>
          </tr>
        </table>
        </td>
    </tr>
    <tr>
      <td>
	  <table  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#999998">
        <tr>
          <td height="1"></td>
        </tr>
      </table></td>
    </tr>
    <tr  style="display:none">
      <td valign="middle">
	  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="border2">
        <tr>
          <td height="30" class="font14"><font color="#ff5400"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 友情提示:</strong></font></td>
        </tr>
        <tr width="98%">
          <td> &nbsp;&nbsp;&nbsp; <span class="zi20">&nbsp;</span></td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td height="39" valign="middle">
	  <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="20">提示:带<font color="ff0000"> * </font>为必填项</td>
        </tr>
        <tr>
          <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#97bef2">
        <tr>
          <td height="1"></td>
        </tr>
      </table></td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td height="110" valign="top">
	  <table border="0" width="98%" align="center" cellpadding="0" cellspacing="1" bgcolor="#dedede">
        <tr>
          <td  height="30" align="right" bgcolor="#f5f5f5" width="20%"><strong>竞价关键字:</strong>
              <font color="ff0000"> *</font>&nbsp;</td>
          <td  height="20" bgcolor="#FFFFFF"> &nbsp;
            <input name="keyWord" type="text" value="<%=strKeyWord%>" id="keyWord" EmptyDisable  label="竞价关键字" style="width:280px;height:16px"/></td>
        </tr>
        <tr>
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>竞价形式:</strong> <span class="font_red"> *</span>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF">&nbsp;
            <select name="jjStyle" id="jjStyle"  EmptyDisable  label="竞价形式" style="width:140px;height:20px">
              <option value="">请选择竞价形式</option>
              <%@ include file="jjstyle.jsp"%>
            </select></td>
        </tr>
		 <tr>
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>竞价栏目:</strong><span class="font_red"> *</span>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF">&nbsp; 
          <select name="jjItem" id="jjItem" EmptyDisable  label="竞价栏目" style="width:140px;height:20px">          
				  <option value="">请选择竞价栏目</option>
          <%@ include file="jjitem.jsp"%>
          </select></td>
        </tr>
		<tr>
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>愿出价格:</strong> 
              <span class="font_red"> *</span>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
            <input type="text" name="jjPrice" id="jjPrice" EmptyDisable  label="愿出价格"style="width:100px;height:16px" maxlength="14"/>            &nbsp<font color="bulue">单位:元/天</font></td>
        </tr>
        <tr>
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>显示名称:</strong><span class="font_red"> *</span>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
             <input type="text" name="jjTitle"  id="jjTitle"  EmptyDisable  label="显示名称" maxlength=100 minLength=1 style="width:200px;height:16px"/></td>
        </tr>
		 <tr>
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>链接地址:</strong> 
              <span class="font_red"> *</span>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
             <input type="text" name="jjLinkPath"  value="http://" id="jjLinkPath" maxlength=100 minLength=1  EmptyDisable  label="链接地址"style="width:200px;height:16px"/>
             请根据自身情况,正确填写 </td>
        </tr>
          </table>
		   <table width="100%" border="0" cellspacing="0" cellpadding="0">
			  <tr>
				<td height="20">&nbsp;</td>
			  </tr>
		   </table>
		  </td>
        </tr>
      </table>
	  </td>
    </tr>
    <tr>
      <td height="52" valign="top">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="21%" height="50" align="center"></td>
            <td width="79%" align="left">&nbsp;&nbsp;
              <input type="submit" name="Submit" value="提 交" style="cursor:hand" />
              &nbsp;&nbsp;&nbsp; <input type="reset" name="Submit2" value="重 置" style="cursor:hand"/></td>
          </tr>
        </table></td>
    </tr>
    </table></td>
    </tr>
	
  </table>
  </form>
<br />
 <br />
<script language=javascript>
document.onkeydown=nextpage
function nextpage(event) {
	event = event ? event : (window.event ? window.event : null); 
	if (event.keyCode==13) userlogin();
}
</script>
<script language="JavaScript">
function userlogin(){
	document.loginform.submit();
}
</script>
		  </div>
		</div>
		<!--end/content-->				
		<!--left-->
<div id="leftmenu">			
	<!--menu-->
	  <div id="tree1"></div>
	<!--end/menu-->
	</div>
		<!--end/left-->
	</div>	
<script language="javascript" src="<%=strOfficeStyle%>/menu.jsp?iid=<%=request.getParameter("iid")%>"></script>
<script type="text/javascript">treeInit();</script>
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="2" bgcolor="#ff7b0f"></td>
    </tr>
  </table>
  <%@ include file="../bot.jsp"%>
  </body>
 </html> 
 

⌨️ 快捷键说明

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