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

📄 advance.jsp

📁 华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="/inc/pv/admin.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
	/*****
	*
	* 功能介绍:根据当前的MenuId,对应的action名和当前用户,判断是否有进入此页面的权限
	*	
	*/
	if(checkPv(strMenuId,"advance",user)<0){
		noPv(out);
		return;
	}
%>
<%
	/****************************具体的功能实现代码****************************/
	
	String strCurMenuName = igec.site.base.business.DataUtilBusiness.getFieldValue("TITLE","TAB_IGECMENU","WHERE ID='" + strMenuId + "'");
	String strCurMenuPic = igec.site.base.business.DataUtilBusiness.getFieldValue("SHOWIMG","TAB_IGECMENU","WHERE ID='" + strMenuId + "'");
	
%>
<html>
<head>
<title><%=strCurMenuName%></title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link rel="stylesheet" type="text/css" href="<%=strCssPath%>">
<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="<%=strSkinBase%>/js/forbid.js"></script>
</head>

<body class="bodycolor" topmargin="5">
<table border="0" width="90%" cellspacing="0" cellpadding="3" class="small">
  <tr>
    <td class="Big"><img src="<%=strSkinBase%>/images/menu/sys/<%=strCurMenuPic%>" WIDTH="22" HEIGHT="20" align="absmiddle">&nbsp;<span class="big3"><%=strCurMenuName%></span><br></td>
  </tr>
</table>
<BR><BR>

<table border="0" cellpadding="0" cellspacing="0" align="center" width="90%">
<tr><td>
<table border="0" cellpadding="2" cellspacing="1">
 <tr align="center">
       <td class="TableControl" width="100" style="cursor:hand;font-size:14px" onclick="self.location='base.jsp?iid=<%=strMenuId%>';"><B>基本参数</B></td>
      <td width="100" class="TableHeader" style="cursor:hand;font-size:14px" onclick="self.location='advance.jsp?iid=<%=strMenuId%>';"><B>高级参数</B></td>
      <td width="100" class="TableControl" style="cursor:hand;font-size:14px" onclick="self.location='email.jsp?iid=<%=strMenuId%>';"><B>邮件配置</B></td>
      <td width="100" class="TableControl" style="cursor:hand;font-size:14px" onclick="self.location='b2c.jsp?iid=<%=strMenuId%>';"><B>B2C充值</B></td>
      <td width="100" class="TableControl" style="cursor:hand;font-size:14px" onclick="self.location='visit.jsp?iid=<%=strMenuId%>';"><B>外部访问参数</B></td>
    </tr>
</table>

<table border="0" name="objBody" id="objBody" width="100%" cellpadding="2" cellspacing="1" bgcolor="#000000" class="small">
  
   <form action="<%=site.bean.SitePara.strVirtualName + site.bean.SitePara.strManageFolder%>/para.do?action=adv" method="post" name="form1" onsubmit="return Check(this);" target="YL_FRAME_PARA">
       
   <tr class="TableControl">
      <td colspan="2" nowrap height="30"><font color="#FF0000"><b>水印配置参数</b></font></td>
    </tr>
    
    <tr>
      <td nowrap class="TableContent"> 类型:</td>
      <td class="TableContent">
        <select name="PicWaterType" id="PicWaterType" label="水印类型">
        <option value="0">不使用水印</option>
        <option value="1" <%if("1".equals(site.bean.SitePara.strUsePicWater)) out.print("selected");%>>使用文字水印</option>
        <option value="2" <%if("2".equals(site.bean.SitePara.strUsePicWater)) out.print("selected");%>>使用图片水印</option>
        </select>
      </td>
    </tr>
    <tr>
      <td nowrap class="TableContent"> 参数值:</td>
      <td class="TableContent">
        <input type="text" name="PicWaterValue" id="PicWaterValue" size="40" maxlength="100" class="BigInput" value="<%=site.bean.SitePara.strPicWater%>" EmptyDisable label="水印参数值"> <font color="#FF0000">必填</font>
      </td>
    </tr>
    
   <tr class="TableControl">
      <td colspan="2" nowrap height="30"><font color="#FF0000"><b>其它参数</b></font></td>
    </tr>
    
    <tr>
      <td nowrap class="TableContent"> 办公室刷新间隔:</td>
      <td class="TableContent">
        <input type="text" name="OfficeFreshTime" id="OfficeFreshTime" size="4" maxlength="5" class="BigInput" value="<%=site.bean.SitePara.strOfficeFreshSplit%>" EmptyDisable label="办公室刷新间隔" ValueFormat="int"> <font color="#FF0000">必填</font> 办公室默认的刷新间隔时间,单位为秒
      </td>
    </tr>
    
    <tr>
      <td nowrap class="TableContent"> 资讯内容截取长度:</td>
      <td class="TableContent">
        <input type="text" name="NewsSubLength" id="NewsSubLength" size="5" maxlength="5" class="BigInput" value="<%=site.bean.SitePara.iSysIntroSubLength%>" EmptyDisable label="资讯内容截取长度" ValueFormat="int"> <font color="#FF0000">必填</font> 控制资讯内容显示时的截取长度,资讯中心首页上使用
      </td>
    </tr>
    
    <tr>
      <td nowrap class="TableContent"> 发表评论的间隔时间:</td>
      <td class="TableContent">
        <input type="text" name="CommentWaitTime" id="CommentWaitTime" size="5" maxlength="5" class="BigInput" value="<%=site.bean.SitePara.iSysCommentWait%>" EmptyDisable label="发表评论的间隔时间" ValueFormat="int"> <font color="#FF0000">必填</font> 控制频繁提交评论,单位为秒
      </td>
    </tr>
    
    <tr>
      <td nowrap class="TableContent"> 重复投票间隔:</td>
      <td class="TableContent">
         <input type="text" name="VoteWaitTime" id="VoteWaitTime" size="5" maxlength="5" class="BigInput" value="<%=site.bean.SitePara.iCheckRepeatVote%>" EmptyDisable label="重复投票间隔" ValueFormat="num"> <font color="#FF0000">必填</font> 控制频繁进行投票,单位为秒。输入-1,代表不进行限制
      </td>
    </tr>
    
    <tr align="center" class="TableControl">
      <td colspan="2" nowrap>
        <input type="submit" value="保存" class="BigButton">&nbsp;&nbsp;
        <input type="reset" value="重置" class="BigButton">
      </td>
    </tr>
</form>

  </table>
  </td></tr>
   </table>
<iframe name="YL_FRAME_PARA" id="YL_FRAME_PARA" width="0" height="0" style="display:none"></iframe>
</body>
</html>

⌨️ 快捷键说明

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