You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
923 B

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML><HEAD><TITLE>博客 -- 登录</TITLE>
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<LINK href="css/style.css" type=text/css rel=stylesheet>
</HEAD>
<BODY onload="document.forms[0]['user_name'].focus()" style ="PADDING-RIGHT: 32px; MARGIN-TOP: auto; PADDING-LEFT: 32px; FONT-SIZE: 13px; BACKGROUND: #eee; PADDING-BOTTOM: 32px; MARGIN-LEFT: auto; WIDTH: 270px; COLOR: #000; MARGIN-RIGHT: auto; PADDING-TOP: 32px; FONT-FAMILY: Tahoma, Verdana">
<FORM id=loginform runat =server >
<DIV id=Main>
<DIV id=Heading>登录</DIV>
<table ><tr><td>
<LABEL style="FONT-SIZE: 16px; font-family: 幼圆 ">用户名:</LABEL></td><td>
<asp:textbox ID="user_name" runat ="server" CssClass ="input1"/>
</td></tr>