Files
2026-02-07 15:48:27 +08:00

34 lines
2.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%@ Page Title="" Description="" Language="C#" AutoEventWireup="true" CodeBehind="gl.aspx.cs" Inherits="Mtxfw.VipSite.Defaultgl" %>
<!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 id="Head1" runat="server">
<title>后台管理系统</title>
<link href="/css/gl.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" />
<script src="/Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="/layer/layer.js" type="text/javascript"></script>
<script src="/Scripts/common.js?t=0" type="text/javascript"></script>
</head>
<body>
<div id="userlogin">
<ul id="Login_before">
<li class="loginfont">后台管理系统</li>
<li><label>会员编号:</label><input id="txt_userid" type="text" /></li>
<li><label>会员密码:</label><input id="txt_password" type="password" /></li>
<li><label style=" letter-spacing:4px;">验证码:</label><input id="txt_Code" type="text" /><img src="/CheckCode.ashx" title="看不清楚?点击换一张" onclick="this.src=this.src+'?'+Math.random();" style="cursor:pointer; height:26px; vertical-align:middle;" /></li>
<li><input type="button" value="登陆" id="login2" class="btn" /></li>
<!--li style=" text-align:right;"><a href="javascript:void()" onclick='$("#Login_before").hide();$("#Login_add").show();'>申请加入</a>&nbsp;</li-->
</ul>
<ul id="Login_after" style=" display:none;">
<li> 欢迎您,<span id="username"></span></li>
<li> <a href="/index.aspx" class="red" target="_top">个人中心</a> - <a href="javascript:void(0)" id="quit" class="red" target="_top">安全退出</a></li>
</ul>
</div>
</body>
</html>