?? b2c.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"> <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">
<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 + -