📄 mainmasterpage.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MainMasterPage.master.cs" Inherits="MasterPage" %>
<%@ Register Src="UserControls/VisitorNav.ascx" TagName="VisitorNav" TagPrefix="uc1" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="border-top-style: ridge; border-right-style: ridge; border-left-style: ridge; border-bottom-style: ridge; width: 694px;">
<tr>
<td style="width: 101px; height: 140px;">
<table align="center" style="width: 755px; height: 148px; background-image: url(Images/Skin/head.jpg);" cellpadding="0" cellspacing="0" width="750">
<tr>
<td colspan="5" style="width: 716px; height: 19px; text-align: right">
<uc1:VisitorNav ID="VisitorNav1" runat="server" />
</td>
</tr>
<tr>
<td colspan="5" style="height: 67px; text-align: center; width: 716px;">
<asp:RequiredFieldValidator ID="reqVial" runat="server" ControlToValidate="txtUid"
ErrorMessage="用户名不能为空" Font-Size="9pt">*</asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtPwd"
ErrorMessage="密码不能为空" Font-Size="9pt">*</asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtVali"
ErrorMessage="验证码不能为空" Font-Size="9pt">*</asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="center" colspan="4" rowspan="2" style="height: 14px; text-align: center; width: 755px;">
<table cellpadding="0" cellspacing="0" width="750" style="height: 26px">
<tr>
<td align="center" colspan="1" rowspan="3" style="width: 84px; height: 13px; text-align: right">
</td>
<td align="center" colspan="3" rowspan="3" style="width: 50px; height: 13px; text-align: center">
<span style="font-size: 9pt">用户名</span></td>
<td align="center" colspan="1" rowspan="3" style="width: 65px; height: 13px; text-align: center">
<asp:TextBox ID="txtUid" runat="server" Width="65px" Font-Size="9pt"></asp:TextBox></td>
<td align="center" colspan="1" rowspan="3" style="width: 49px; height: 13px; text-align: center;">
<span style="font-size: 9pt">密码</span></td>
<td align="center" colspan="1" rowspan="3" style="width: 65px; height: 13px">
<asp:TextBox ID="txtPwd" runat="server" Width="65px" TextMode="Password" Font-Size="9pt"></asp:TextBox></td>
<td align="center" colspan="1" rowspan="3" style="width: 50px; height: 13px; text-align: center">
<span style="font-size: 9pt">验证码</span></td>
<td align="center" colspan="1" rowspan="3" style="width: 65px; height: 13px; text-align: center">
<asp:TextBox ID="txtVali" runat="server" Width="65px" Font-Size="9pt"></asp:TextBox></td>
<td align="center" colspan="1" rowspan="3" style="width: 71px; height: 13px; text-align: center">
<asp:Image ID="Image1" runat="server" Height="20px" src="checkCode.aspx" Width="70px" /> </td>
<td align="center" colspan="1" rowspan="3" style="width: 12px; height: 13px; text-align: center">
<asp:Button ID="btnOK" runat="server" Text="登录" Font-Size="9pt" OnClick="btnOK_Click" /></td>
<td align="center" colspan="1" rowspan="3" style="width: 17px; height: 13px; text-align: center">
<asp:Button ID="btnReg" runat="server" Text="注册" CausesValidation="False" Font-Size="9pt" OnClick="btnReg_Click" /></td>
<td align="center" colspan="1" rowspan="3" style="height: 13px; text-align: center; width: 66px;">
<asp:LinkButton ID="lnkbtnForget" runat="server" Font-Size="9pt" CausesValidation="False" Font-Underline="False" ForeColor="Red">忘记密码?</asp:LinkButton></td>
<td align="center" colspan="1" rowspan="3" style="width: 65px; height: 13px; text-align: center">
<asp:LinkButton ID="lnkbtnAdmin" runat="server" Font-Size="9pt" CausesValidation="False" Font-Underline="False" ForeColor="Red">管理员登录</asp:LinkButton></td>
<td align="center" colspan="1" rowspan="3" style="width: 40px; height: 13px; text-align: center">
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 101px; height: 220px;">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
<br />
<br />
<br />
<br />
<br />
</asp:contentplaceholder>
</td>
</tr>
<tr>
<td style="width: 101px; background-image: url(Images/Skin/008.JPG); height: 128px;">
</td>
</tr>
</table>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -