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

📄 user_level.asp

📁 易方4.0程序+邮局接口+序列号+销售系统
💻 ASP
字号:
<!-- #include file="../inc_config.asp" -->
<!-- #include file="LoginCk.asp" -->
<%
Call PopCheck(39)
Set LData = Conn.Query("EfangLevel")
%>
<html>
<head>
<title>会员级别管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link id="style_sheet" href="css/save.css" type="text/css" rel="stylesheet">
	<script language="JavaScript">style_sheet.href = parent.parent.style_sheet.href;</script>
</head>
<script language="JavaScript" src="js/common_Efang.js"></script>
	<body class="NormalPage">
	<form id="form_help" action="help_content.asp" method="get" target="working_area">
		<input name="help_topic" type="hidden" value="会员级别管理">
	</form>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td id="headerToolBar" valign="middle" nowrap style="width:100%; height:22px;"><table cellpadding="0" cellspacing="0" class="HeaderPageControl">
				<tr>
					<td align="left" valign="middle" nowrap height="20">管理工具&gt;&gt; 会员管理 &gt;&gt; <b></b><b></b><b>会员级别管理</b></td>
					<td align="center" valign="middle" nowrap width="10" height="20"></td>
					<td align="right" valign="middle" width="100%" nowrap height="20"></td>
					<td align="center" valign="middle" nowrap width="10" height="20"></td>
					<td align="right" valign="middle" width="60" nowrap height="20"><img id="id_back" alt="返回上一页" onclick="JavaScript:history.back()" onmouseover="JavaScript:this.src=imgBackUp.src" onmouseout="JavaScript:this.src=imgBackDown.src" src="images/toolbar_back.gif" border="0" style="cursor:hand;width:22px; height:20px;"><img id="id_refresh" alt="刷新" onclick="JavaScript:fn_Refresh()" onmouseover="JavaScript:this.src=imgRefreshUp.src" onmouseout="JavaScript:this.src=imgRefreshDown.src" src="images/toolbar_refresh.gif" border="0" style="cursor:hand;width:22px; height:20px;"></td>
					<td align="right" valign="middle" width="25" nowrap height="20"><img src="images/toolbar_help.gif" alt="帮助" width="43" height="20" border="0" id="id_locate" style="cursor:hand;width:22px; height:20px;" onclick="JavaScript:fn_ShowHelp()" onmouseover="JavaScript:this.src=imgHelpUp.src" onmouseout="JavaScript:this.src=imgHelpDown.src"></td>
				</tr>
		</table></td>
	</tr>
	<tr>
		<td valign="top">
			<div id="viewPanel" style="visibility:visible; position:absolute; overflow:auto;">
		<br>  
	    <table width="85%" border="0" align="center" cellPadding="0" cellSpacing="0" class="datalist">
          <th width="70" nowrap class="DataListHeader" height="26">标识</th>
          <th width="190" nowrap class="DataListHeader">名称</th>
          <th width="92" nowrap class="DataListHeader">所需预付款</th>
          <th width="75" nowrap class="DataListHeader">启用</th>
          <th width="45" nowrap class="DataListHeader">修改</th>
        <%
Do while not (LData.EOF or LData.BOF)
%>
        <tr align="center"> 
          <td width="70" align="center" nowrap class="DataListGrid" height="26"><%=LData("Level_Sign")%> </td>
          <td width="190" align="center" nowrap class="DataListGrid"><%=LData("Level_Name")%> </td>
          <td width="92" align="center" nowrap class="DataListGrid"><%=LData("Level_Prepay")%> 元</td>
          <td width="75" align="center" nowrap class="DataListGrid"> <%
If LData("Level_Enable") = True Then Response.Write "已启用"
If LData("Level_Enable") = False Then Response.Write "未启用"
%> </td>
          <td width="45" align="center" nowrap class="DataListGrid" title="修改"><a href="User_LevelUpd.asp?Sign=<%=LData("Level_Sign")%>" class="CommonFace"><img src="pic/button_edit.png" width="12" height="13" border="0"></a></td>
        </tr>
        <%
LData.movenext 
Loop
Set LData=Nothing
%>
      </table></div></td>
  </tr>
</table>
<% Call ExitEnd(False) %>
</body>
<script language="JavaScript">
<!--
	document.parentWindow.onresize = fn_RejustViewPanel ;
	fn_RejustViewPanel ( ) ;
	//alert ( document.body.clientWidth + ":" + viewPanel.clientWidth ) ;
//-->
</script>
</html>

⌨️ 快捷键说明

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