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

📄 login-ruan.asp

📁 一套企业全站
💻 ASP
字号:
<!--#include file="inc/char.asp"-->
<!--#include file="badview.asp"-->
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''
'          Jimmy中文站留言簿 Version 1.09	     '
'		 http://www.lunji.com		     '
'	         Powered by BlueSailor	             '
'	 QQ:428140   E-MAIL: bluesailor@etang.com    '
''''''''''''''''''''''''''''''''''''''''''''''''''''''
'*****************************************************
'(特别声明:共享软件,未经本人同意,不得用于商业用途)
'*****************************************************
%>

<html>
<head>
<meta name="Author" content="BlueSailor">
<SCRIPT language="JavaScript">
<!-- 
if(self!=top){top.location=self.location}
//-->
</SCRIPT>
<title>管理员登陆</title>
<!--#include file="css.asp"-->
</head>

<body text="#000000">

<br><br><br>
<form  method="post" action="chklogin-ruan.asp">
  <div align="center">
  <table cellpadding=3 cellspacing=1 border=0 width=316 bgcolor="#183EAD" height="43">
    <tr bgcolor=#F0AA06> 
      <td bgcolor="#027CD7" align=center colspan="2" height="23" width="304">
        <p align="center"><font color="#ffffff"><b>万和留言查看系统</b></font></p>
      </td>
    </tr>
    <center>
    <tr bgcolor=#F0AA06> 
      <td width="81" align="center" height="19" bgcolor="#B5CBFF"> 
        <div align="left">&nbsp;输入用户名:</div>
      </td>
      <td width="213" height="19" bgcolor="#ECF1FF"> &nbsp;<input type="text" name="username" size="15">
      </td>
    </tr>
    <tr bgcolor=#F0AA06> 
      <td width="81" align="center" height="27" bgcolor="#B5CBFF"> 
        <div align="left">&nbsp;输入密码:</div>
      </td>
      <td width="213" height="27" bgcolor="#ECF1FF">&nbsp;<input type="password" name="password" size="15">
      </td>
    </tr>
<tr align="center"> 
	  <td colspan="2" height="24" bgcolor="#ECF1FF" width="304">
	  登陆保留:<input type=radio name="expTime" value="" checked>不保留 
	  <input type=radio name="expTime" value="<%=dateAdd("d",1,now)%>">1天 
	  <input type=radio name="expTime" value="<%=dateAdd("ww",1,now)%>">1周 
	  <input type=radio name="expTime" value="<%=dateAdd("m",1,now)%>">1月 
	  <input type=radio name="expTime" value="<%=dateAdd("yyyy",1,now)%>">1年 
	  </td> 
	</tr> 
    <tr bgcolor=#F0AA06>  
      <td bgcolor="#B5CBFF" align=center colspan="2" height="1" width="304">  
        <input name="Submit3" type="submit" class="noBorder" value="提交"> 
      </td> 
    </tr> 
  </table> 
    
  </div> 
  </form> 
<br> 
 
</body> 
</html> 


⌨️ 快捷键说明

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