📄 masterpage.master
字号:
<img src="images/zhaopin.GIF" width="226" height="32" /></td>
</tr>
<tr>
<td valign="top" style="height: 150px">
<table width="100%" cellpadding="1" cellspacing="1" bgcolor="#746350">
<tr>
<td valign="top" bgcolor="#FFFFFF" style="height: 128px">
<marquee direction="up" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3"
style="width: 223px; height: 126px"><asp:GridView id="gvJob" runat="server" Width="214px" Height="102px" AutoGenerateColumns="False" BorderWidth="0px" ShowHeader="False" CssClass="huise1"><Columns>
<asp:TemplateField HeaderText="招聘职位"><ItemTemplate>
<a href="#" onclick='openPWD("jobInfo.aspx?ID=<%#Eval("JobID")%>",500,600)'>
<%#Eval("Job")%>
</a>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField HtmlEncode="False" DataFormatString="{0:yy-MM-dd}" DataField="FBDate"></asp:BoundField>
</Columns>
</asp:GridView></marquee>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="170" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="32">
<img src="images/news.GIF" width="226" height="32" /></td>
</tr>
<tr>
<td valign="top" style="height: 150px">
<table width="100%" cellpadding="1" cellspacing="1" bgcolor="#746350">
<tr>
<td valign="top" bgcolor="#FFFFFF" style="height: 128px">
<marquee direction="up" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3"
style="width: 223px; height: 126px"><asp:GridView id="gvNews" runat="server" Width="214px" CssClass="huise1" ShowHeader="False" BorderWidth="0px" AutoGenerateColumns="False" Height="95px"><Columns>
<asp:TemplateField><ItemTemplate>
<a class="huise1" href="#" onclick='openPWD("news.aspx?NewsID=<%#Eval("ID")%>",500,300)'>
<%#Eval("NewsTitle")%>
</a>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField HtmlEncode="False" DataFormatString="{0:yy-MM-dd}" DataField="FBDate"></asp:BoundField>
</Columns>
</asp:GridView></marquee>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="170" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="32">
<img src="images/qiye.GIF" width="226" height="32" /></td>
</tr>
<tr>
<td valign="top" style="height: 150px">
<table width="100%" cellpadding="1" cellspacing="1" bgcolor="#746350">
<tr>
<td valign="top" bgcolor="#FFFFFF" style="height: 128px">
<asp:GridView id="gvCompany" runat="server" Width="214px" CssClass="huise1" BorderWidth="1px" AutoGenerateColumns="False" Height="1px">
<Columns >
<asp:TemplateField HeaderText="企业名称">
<ItemTemplate >
<a href="#" onclick='openPWD("companyInfo.aspx?ID=<%#Eval("ID")%>",500,600)' >
<%#Eval("CompanyName")%>
</a>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="Kind" HeaderText="企业性质" ></asp:BoundField>
<asp:TemplateField HeaderText="企业简介">
<ItemTemplate >
<marquee direction="up" onmouseout="this.start()" scrollamount="2" style="height: 60px;
width: 70px;">
<span><%#Eval("Content")%></span>
</marquee>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td valign="top">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
<tr>
<td colspan="2">
<table height="40" align="center" cellpadding="0" cellspacing="0" style="width: 824px">
<tr>
<td width="824" valign="top" background="images/end.GIF" style="height: 88px">
<table width="806" height="80" align="right" cellpadding="0" cellspacing="0">
<tr>
<td class="huise1" style="height: 20px">
<a href="freightList.aspx" class="huise">货源信息</a> | <a href="truckList.aspx" class="huise">车源信息</a>
| <a href="specialList.aspx" class="huise">专线信息</a> | <a href="companyList.aspx" class="huise">
企业信息</a> | <a href="depotList.aspx" class="huise">仓储信息</a> |
<a href="jobList.aspx" class="huise">招聘信息</a> | <a href="manageEntry.aspx" class="huise">后台登录</a></td>
</tr>
<tr>
<td height="35" class="chengse">
某物流有限公司 版权所有
<br />
联系电话:010-12345678 公司地址:北京市海淀区,<a href="http://www.51aspx.com/CV/WuliuSystem" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -