📄 masterpage.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!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>
<script src="<%=ResolveClientUrl("~/js/JScript.js")%>" language=javascript></script>
<link rel=Stylesheet href="<%=ResolveClientUrl("~/css/css.css")%>" type="text/css"/>
</head>
<body>
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing="0" width="750" align="center">
<!-- fwtable fwsrc="6_Privacy.png" fwbase="master.jpg" fwstyle="Dreamweaver" fwdocid = "849623883" fwnested="0" -->
<tr>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="28" height="1" border="0" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="278" height="1" border="0" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="105" height="1" border="0" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="103" height="1" border="0" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="102" height="1" border="0" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="106" height="1" border="0" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="28" height="1" border="0" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="1" height="1" border="0" alt="" /></td>
</tr>
<tr>
<td rowspan="2" colspan="2"><img name="master_r1_c1" src="<%=ResolveClientUrl("~/imgs/master_r1_c1.jpg")%>" width="306" height="89" border="0" id="master_r1_c1" alt="" /></td>
<td colspan="5" background="<%=ResolveClientUrl("~/imgs/master_r1_c3.jpg")%>" width="444" height="54" align=center valign=top>
<table width="320" border="0" background="imgs/head.jpg" id="grouppower">
<tr>
<td width="96" align=right></td>
<td width="64" ></td>
<td width="77" ></td>
<td width="65" ></td>
</tr>
</table></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="1" height="54" border="0" alt="" /></td>
</tr>
<tr>
<td><a href="<%=ResolveClientUrl("~/Default.aspx")%>"><img name="n6_Privacy_r2_c5" src="<%=ResolveClientUrl("~/imgs/master_r2_c3_0.jpg")%>" width="105" height="35" border="0" id="n6_Privacy_r2_c5" alt="" onmouseover="change(this)" onmouseout="recover(this)"/></a></td>
<td><a href="<%=ResolveClientUrl("~/Hot.aspx")%>"><img name="n6_Privacy_r2_c6" src="<%=ResolveClientUrl("~/imgs/master_r2_c4_0.jpg")%>" width="103" height="35" border="0" id="n6_Privacy_r2_c6" alt="" onmouseover="change(this)" onmouseout="recover(this)"/></a></td>
<td><a href="<%=ResolveClientUrl("~/View.aspx")%>"><img name="n6_Privacy_r2_c7" src="<%=ResolveClientUrl("~/imgs/master_r2_c5_0.jpg")%>" width="102" height="35" border="0" id="n6_Privacy_r2_c7" alt="" onmouseover="change(this)" onmouseout="recover(this)"/></a></td>
<td><a href="<%=ResolveClientUrl("~/join.aspx")%>"><img name="n6_Privacy_r2_c8" src="<%=ResolveClientUrl("~/imgs/master_r2_c6_0.jpg")%>" width="106" height="35" border="0" id="n6_Privacy_r2_c8" alt="" onmouseover="change(this)" onmouseout="recover(this)"/></a></td>
<td rowspan="3"><img name="master_r2_c7" src="<%=ResolveClientUrl("~/imgs/master_r2_c7.jpg")%>" width="28" height="646" border="0" id="master_r2_c7" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="1" height="35" border="0" alt="" /></td>
</tr>
<tr>
<td rowspan="2"><img name="master_r3_c1" src="<%=ResolveClientUrl("~/imgs/master_r3_c1.jpg")%>" width="28" height="611" border="0" id="master_r3_c1" alt="" /></td>
<td colspan="5" valign=top align=center><asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="1" height="571" border="0" alt="" /></td>
</tr>
<tr>
<td colspan="5"><img name="master_r4_c2" src="<%=ResolveClientUrl("~/imgs/master_r4_c2.jpg")%>" width="694" height="40" border="0" id="master_r4_c2" alt="" /></td>
<td><img src="<%=ResolveClientUrl("~/imgs/spacer.gif")%>" width="1" height="40" border="0" alt="" /></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -