📄 masterpage.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<%@ Register Src="gonggao.ascx" TagName="gonggao" 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 runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table>
<tr>
<td style="height: 157px">
<asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#3366CC"
BorderWidth="1px" CellPadding="1" DayNameFormat="Shortest" Font-Names="Verdana"
Font-Size="8pt" ForeColor="#003399" Height="111px" Width="220px">
<SelectedDayStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<TodayDayStyle BackColor="#99CCCC" ForeColor="White" />
<SelectorStyle BackColor="#99CCCC" ForeColor="#336666" />
<WeekendDayStyle BackColor="#CCCCFF" />
<OtherMonthDayStyle ForeColor="#999999" />
<NextPrevStyle Font-Size="8pt" ForeColor="#CCCCFF" />
<DayHeaderStyle BackColor="#99CCCC" ForeColor="#336666" Height="1px" />
<TitleStyle BackColor="#003399" BorderColor="#3366CC" BorderWidth="1px" Font-Bold="True"
Font-Size="10pt" ForeColor="#CCCCFF" Height="25px" />
</asp:Calendar>
</td>
<td style="height: 157px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/jibenxinxi_01.GIF" Width="814px" />
</td>
</tr>
<tr>
<td align="center">
<table >
</table>
<asp:Panel ID="Panel1" runat="server" BackImageUrl="~/Images/submenubg.png" Height="50px" Width="125px">
<table width=200><tr><td style="height: 411px">
<br />
<br />
<br />
<uc1:gonggao ID="Gonggao1" runat="server" /></td></tr></table>
</asp:Panel>
</td>
<td valign="top">
<table>
<tbody valign="top" align="center">
<tr>
<td>
<table style="width: 814px" >
<tr>
<td colspan="8" style="height: 21px; background-color: yellow; text-align: center">
<asp:Button ID="zhuanyeke" runat="server" Text="专业课" Width="72px" OnClick="zhuanyeke_Click" /><asp:Button ID="jichuke" runat="server" Text="基础课" Width="75px" OnClick="jichuke_Click" /><asp:Button ID="xuanxiuke" runat="server" Text="选修课" Width="76px" OnClick="xuanxiuke_Click" />
<asp:Button ID="fanhui" runat="server" OnClick="fanhui_Click" Text="返回" /></td>
</tr>
<tr>
<td style="width: 133px; height: 21px; text-align: right;background-color: yellow;">
学号:</td>
<td style="width: 95px; height: 21px;background-color: yellow;">
<asp:Label ID="stuID" runat="server" Text="Label" Width="117px"></asp:Label></td>
<td style="width: 130px; height: 21px; text-align: right;background-color: yellow;">
姓名:</td>
<td style="width: 100px; height: 21px; background-color: yellow;">
<asp:Label ID="stuName" runat="server" Text="Label" Width="135px"></asp:Label></td>
<td style="width: 141px; height: 21px; text-align: right;background-color: yellow;">
班级:</td>
<td style="width: 100px; height: 21px;background-color: yellow;">
<asp:Label ID="stuClass" runat="server" Text="Label" Width="87px"></asp:Label></td>
<td style="width: 394px; height: 21px;background-color: yellow;">
<asp:Button ID="modifyPwd" runat="server" Style="position: static; text-align: center"
Text="修改密码" Width="58px" OnClick="modifyPwd_Click" /></td>
<td style="width: 407px; height: 21px;background-color: yellow;">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="退出" Width="46px" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -