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

📄 admini.asp

📁 手机群发工具
💻 ASP
字号:
<%
session("czadmin")=request("czadmin")
session("lv")=request("lv")
session("agentId")=request("agentId")
if session("czadmin")="" then
response.Write("<script>location.href='admin.asp';</script>")
end if
%>

<!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=gb2312" />
<title>向日葵 短信平台管理</title>
<link href="css.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="Js/Hint.js"></script>
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
}
-->
</style></head>
<%if session("lv") ="1" then%>
<body onload="javascript:setTimeout('Hint()',2000);">
<%else%>
<body>
<%end if%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="86" background="img/top.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="76%"><img src="img/top1.jpg" width="770" height="75" align="absbottom" /></td>
          <td width="6%" valign="bottom"><span class="nazhi2">短信平台<%=session("czadmin")%></span></td>
          <td width="18%" valign="top"><TABLE>
<TR>
<TD><span id="localtime"></span>    
<script>
function showLocale(objD) 
{
    var dn, str;
	var  weekday= "123"
    var hh = objD.getHours();
    var mm = objD.getMinutes();
    var ss = objD.getSeconds();
	var myweekday = objD.getDay();
    str = (objD.getMonth() + 1) + "月" + objD.getDate() +"日";
	
     if(myweekday==0)   
  weekday="   星期日   ";   
  else   if(myweekday==1)   
  weekday="   星期一   ";   
  else   if(myweekday==2)   
  weekday="   星期二   ";   
  else   if(myweekday==3)   
  weekday="   星期三   ";   
  else   if(myweekday==4)   
  weekday="   星期四   ";   
  else   if(myweekday==5)   
  weekday="   星期五   ";   
  else   if(myweekday=6)   
  weekday="   星期六   ";     
  str += weekday;
  
    if(hh<10) hh = '0' + hh;
    if(mm<10) mm = '0' + mm;
    if(ss<10) ss = '0' + ss;
    str += " " + hh + ":" + mm + ":" + ss;
	

    return(str);
}
function tick() 
{
    var today;
    today = new Date();
    document.getElementById("localtime").innerHTML = showLocale(today);
    window.setTimeout("tick()", 1000);
}
tick();
</script>
</TD>
</TR>
</TABLE>
</td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">

  <tr>
    <td width="200" valign="top"><table width="200" border="0" cellspacing="0" cellpadding="0">
       
      <tr>
        <td height="27" background="img/ai.jpg" class="nazhi">&nbsp;短信管理</td>
      </tr>	  
	   <%if session("lv") ="1" then%>
      <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="cfa.asp" target="gl">等待处理短信</a></td>
      </tr>	  
      <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="cfa.asp?action=fsjl" target="gl">已发短信</a></td>
      </tr>
	   <%end if%>
	   <%if session("lv") ="2" then%>
	   <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="kfa.asp" target="gl">发送短信</a></td>
      </tr>	
	  <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="kfa.asp?action=fsjl" target="gl">已发短信</a></td>
      </tr>
	  <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="agent.asp?action=reset" target="gl">客户管理</a></td>
      </tr>

	   <%end if%>
       <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="agent.asp" target="gl">注册新客户</a></td>
      </tr>  
      
	  <%if session("lv") ="1" then%>
	  <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="czkf.asp?action=reset" target="gl">客户管理</a></td>
      </tr>
	 <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="agent.asp?action=list" target="gl">代理管理</a></td>
      </tr>
	  
      <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="czkf.asp?action=czjl" target="gl">充值记录</a></td>
      </tr>
	  <%end if%>
      <tr>
        <td height="27" background="img/ai.jpg" class="nazhi">&nbsp;系统管理</td>
      </tr>
	  <%if session("lv") ="1" then%>
      <tr>
        <td height="44" background="img/z2.jpg"> &nbsp;<a href="gkgl.asp" target="gl">系统公告管理</a></td>
      </tr>
	  <%end if%>
      <tr>
        <td height="44" background="img/z2.jpg"><a href="gkgl.asp?action=edit" target="gl">&nbsp;更改系统密码</a></td>
      </tr>
      
      <tr>
        <td height="44" background="img/z2.jpg">&nbsp;<a href="aout.asp">退出系统</a></td>
      </tr>
	  <%if session("lv")="2" then%>
	  <!--#include file="czconn.asp"-->
	  <%
	    set rss=Server.CreateObject("ADODB.RecordSet")
		sqll="select * from dxsl where kfid='"&session("CZadmin")&"'"
		rss.open sqll,conn,1,1
		if not rss.eof then
		sl=rss("dxsl")
		end if
		rss.close
		%>	
      <tr>
        <td height="44" background="img/z2.jpg" align="center">您的剩余短信数为<%=sl%>条</td>
      </tr>
	  <%end if%>
    </table></td>
    <td width="1" background="img/fg.jpg"></td>
    <td valign="top">
	<% if session("lv") ="1" then%>
	<iframe  width="100%" height="480" frameborder="0" id="gl" name="gl" src="cfa.asp"></iframe>
	<%else%>
	<iframe  width="100%" height="480" frameborder="0" id="gl" name="gl" src="gg.asp"></iframe>
	<%end if%></td>
  </tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="46" align="center" background="img/b.jpg" class="nazhi2">向日葵智能短信群发系统 V1.0 ◎&nbsp;Design By Chengzhi</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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