📄 submasterpage.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="SubMasterPage.master.cs" MasterPageFile="MainMasterPage.master" Inherits="SubMasterPage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<table style="height: 59px" border="1">
<tr>
<td style="width: 100px">
<table background="../../Images/Skin/left.jpg" style="width: 185px; height: 492px;" cellpadding="0" cellspacing="0" width="185" height="492">
<tr>
<td colspan="1" style="vertical-align: top; width: 603px; text-align: center" rowspan="5">
</td>
<td colspan="3" style="vertical-align: top; width: 166px; height: 8px; text-align: center">
</td>
<td colspan="1" style="vertical-align: top; width: 19px; height: 8px; text-align: center">
</td>
</tr>
<tr>
<td colspan="3" style="vertical-align: top; width: 166px; height: 157px; text-align: center">
<asp:Calendar ID="Calendar1" runat="server" BackColor="WhiteSmoke" BorderColor="YellowGreen" CellPadding="1" DayNameFormat="Shortest" Font-Names="Verdana"
Font-Size="8pt" ForeColor="DimGray" Height="148px" Width="150px" ShowGridLines="True">
<SelectedDayStyle BackColor="Silver" Font-Bold="True" />
<TodayDayStyle BackColor="Gainsboro" ForeColor="White" />
<SelectorStyle BackColor="Yellow" />
<OtherMonthDayStyle ForeColor="Silver" />
<NextPrevStyle Font-Size="9pt" ForeColor="Lime" />
<DayHeaderStyle BackColor="Silver" Height="1px" Font-Bold="True" />
<TitleStyle BackColor="OliveDrab" Font-Bold="True"
Font-Size="9pt" ForeColor="#FFFFCC" />
</asp:Calendar>
</td>
<td colspan="1" style="vertical-align: top; width: 19px; text-align: center; height: 157px;">
</td>
</tr>
<tr>
<td colspan="3" style="vertical-align: top; width: 166px; text-align: center" rowspan="3">
<table style="width: 156px; height: 278px">
<tr>
<td style="background-image: url(Images/Skin/形象1.jpg); width: 100px">
</td>
</tr>
</table>
Welcome! </td>
<td colspan="1" style="vertical-align: top; width: 19px; text-align: center; height: 6px;">
</td>
</tr>
<tr>
<td colspan="1" style="vertical-align: top; width: 19px; text-align: center; height: 86px;">
</td>
</tr>
<tr>
<td colspan="1" style="vertical-align: top; width: 19px; height: 88px; text-align: center">
</td>
</tr>
</table>
</td>
<td style="width: 100px" align="left">
<asp:contentplaceholder id="ContentPlaceHolder2" runat="server"></asp:contentplaceholder>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -