?? jobs.aspx
字號:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Jobs.aspx.cs" Inherits="Jobs" %>
<%@ Register Src="Controllers/Bottom.ascx" TagName="Bottom" TagPrefix="uc4" %>
<%@ Register Src="Controllers/Top.ascx" TagName="Top" TagPrefix="uc1" %>
<%@ Register Src="Controllers/Left.ascx" TagName="Left" TagPrefix="uc2" %>
<html>
<head>
<title><%=Titlep %></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta content="<%= Descriptionp%>" name="description"/>
<meta content="<%=Keywordsp %>" name="keywords" />
<link href="Images/css.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: center">
<form id=form1 runat=server>
<table border="0" align="center" cellpadding="0" cellspacing="0" style="width: 778px">
<tr>
<td style="width: 100px">
<uc1:Top ID="Top1" runat="server" />
</td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0" style="width: 778px; background-color: #ffffff;">
<tr>
<td style="height: 395px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 778px">
<tr>
<td width="183" align="left" valign="top"><table width="183" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="left">
<uc2:Left ID="Left1" runat="server" />
</div></td>
</tr>
</table></td>
<td width="595" valign="top"><div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Images/43.jpg"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<asp:DataGrid ID="NewGrid" runat="server" AllowPaging="True" AutoGenerateColumns="False"
BorderWidth="0px" CellPadding="0" GridLines="None" Height="1px" OnPageIndexChanged="DataGrid1_Page"
PagerStyle-HorizontalAlign="Right" PageSize="4" ShowHeader="False" Width="237px">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<table border="0" cellpadding="0" cellspacing="10" width="560">
<tr>
<td style="height: 24px" width="20">
<div align="center">
<img height="13" src="Images/35.jpg" width="11"></div>
</td>
<td class="text03" style="height: 24px" width="403">
<a href='Jobs_More.aspx?ID=<%#DataBinder.Eval(Container.DataItem,"id")%>'>
<%#DataBinder.Eval(Container.DataItem,"title")%>
</a>
</td>
<td class="text03" style="height: 24px" width="77">
[<%#DataBinder.Eval(Container.DataItem, "pub_date", "{0:d}")%>]
</td>
</tr>
</table>
</ItemTemplate>
<HeaderStyle Width="12px" />
</asp:TemplateColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" NextPageText="下一頁" PrevPageText="上一頁" />
</asp:DataGrid></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 100px">
<uc4:Bottom ID="Bottom1" runat="server" />
</td>
</tr>
</table></form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -