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

📄 b2c.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,"b2c",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="TableControl" 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="TableHeader" 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=b2c" method="post" name="form1" onsubmit="return Check(this);" target="YL_FRAME_PARA">
  
    <tr>
      <td nowrap class="TableContent">用户商号:</td>
      <td class="TableContent">
        <input type="text" name="B2cUserCode" id="B2cUserCode" size="20" maxlength="50" class="BigInput" value="<%=site.bean.SitePara.strChargeTradeCode%>" EmptyDisable label="用户商号"> <font color="#FF0000">必填</font>
      </td>
    </tr>
    <tr>
      <td nowrap class="TableContent"> MD5密钥:</td>
      <td class="TableContent">
        <input type="text" name="B2cMd5Str" id="B2cMd5Str" size="40" maxlength="60" class="BigInput" value="<%=site.bean.SitePara.strChargeMd5Code%>" EmptyDisable label="MD5密钥"> <font color="#FF0000">必填</font>
      </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" onClick="javascript:window.close();">
      </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 + -