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

📄 fileslogin.ascx

📁 本系统是在asp版《在线文件管理器》的基础上设计制作
💻 ASCX
字号:
<%@ Control Inherits="SpbDev.FilesWebPages.UCFilesLoginIn" Language="C#"%>
<%@ Register TagPrefix="spbdev" Namespace="SpbDev.FilesWebControls" Assembly="SpbDev.Files"%>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<title><%=FilesSysName%> - 用户登陆</title>
<script language="javascript">
<!--
//-->
</script>
<style type="text/css">
<!--
td,input,option,select,textarea{font-size:12px;}
td{word-break:break-all}
form{margin:0;padding:0;border-width:0}
a{color:#002040;text-decoration:none}
a:hover{color:#FF3300;text-decoration:underline}
.InputTxt{border:solid 1px #CCCCCC;width:160px;}
.InputBtn{border:solid 1px #AAAAAA;background:#CCCCCC;padding-top:2px;width:42px;}
//-->
</style>
</head>
<body>
<br><br><br><br>
<center>
	<table cellspacing="0" cellpadding="0" align="center" border=1 bordercolor="#DDDDDD" style="width:400px;color:#002040;border-collapse:collapse;">
		<tr>
			<td style="background:#EEEEEE;height:28px;font-weight:600;text-align:center"><a href='index.aspx'><%=FilesSysName%></a> - 用户登陆</td>
		</tr>
		<form method="post" action="<%=SelfName%>?ref=<%=Str.UrlEnc(RefUrl)%>"><input type="hidden" name="act" value="login">
		<tr>
			<td style="text-align:center;padding:6px 12px 0 0;background:#F6F6F6;"><br>用 户 名  <input type="text" name="UserName" maxlength="15" class="InputTxt"><br><br>登陆密码  <input type="password" name="UserPwd" maxlength="32" class="InputTxt"><br><br><spbdev:SpbPanel ID="FilesLoginCode" Runat="Server">验证码 : <input type="text" name="LoginCode" maxlength="10" class="InputTxt"><br><script language="javascript">document.write("<img src='FilesRndCode.aspx?n=6&ftcolor=0&bgcolor=4294967295&nTime=" + parseInt(Math.random() * 100000) + "' border=0>");</script><br></spbdev:SpbPanel><input type="submit" value="登陆" class="InputBtn">  <input type="reset" value="重置" class="InputBtn"><br><br></td>
		</tr>
		</form>
		<tr>
			<td style="background:#EEEEEE;height:28px;font-weight:600;text-align:center">程序发布:<a href="http://www.spbdev.com" target="_blank">www.spbdev.com</a></td>
		</tr>
	</table>
</center>
</body>
</html>

⌨️ 快捷键说明

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