📄 default.aspx
字号:
</td>
<td style="font-weight: bold; font-size: 13px; width: 197px; background-color: #adbdce; height: 7px;">
司机信息</td>
<td style="background-color: #adbdce; font-size: 13px; color: #ffffff; height: 7px; text-align: right;">
<asp:HyperLink ID="HyperLink3" runat="server" Font-Underline="False" ForeColor="White"
NavigateUrl="Chauffeur_list.aspx">更多信息</asp:HyperLink>
</td>
</tr>
<tr bgcolor="#ADBDCE">
<td colspan="3" style="width: 100px; height: 137px; background-color: #FFFFFF; vertical-align: top;">
<asp:GridView ID="GridView3" runat="server" PageSize="8" AutoGenerateColumns="False" BorderWidth="0px" Font-Size="12px" Width="553px">
<Columns>
<asp:BoundField DataField="Type" HeaderText="发布类型" ReadOnly="True" SortExpression="Type" />
<asp:BoundField DataField="ChauffeurName" HeaderText="单位/姓名" />
<asp:BoundField DataField="DriveAge" HeaderText="驾驶年龄" />
<asp:BoundField DataField="TruckType" HeaderText="所开车型" />
<asp:BoundField DataField="Area" HeaderText="所在地区" />
<asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="Chauffeur_open.aspx?id={0}"
HeaderText="详细信息" Text="详细信息" Target="_blank" />
</Columns>
<RowStyle BackColor="#FBFBFF" HorizontalAlign="Center" Height="17px" />
<AlternatingRowStyle BackColor="#FFFFF9" />
</asp:GridView>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="images/default_8.gif" WIDTH=770 HEIGHT=94 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=3>
<uc3:left2 ID="Left2_1" runat="server" />
</TD>
<TD ROWSPAN=2 style="width: 572px; height: 210px;"><table align=right cellspacing=1 bgcolor="#ADBDCE" style="height: 199px; width: 557px;">
<tr>
<td style="width: 40px; height: 7px; background-color: #adbdce; font-weight: bold; font-size: 13px;">
<asp:Image ID="Image4" runat="server" Height="15px" ImageUrl="images/biao.gif" />
</td>
<td style="font-weight: bold; font-size: 13px; width: 197px; background-color: #adbdce; height: 7px;">
二手车讯</td>
<td style="background-color: #adbdce; font-size: 13px; color: #ffffff; height: 7px; text-align: right;">
<asp:HyperLink ID="HyperLink4" runat="server" Font-Underline="False" ForeColor="White"
NavigateUrl="OldTruck_list.aspx">更多信息</asp:HyperLink>
</td>
</tr>
<tr bgcolor="#ADBDCE">
<td colspan="3" style="width: 100px; height: 142px; background-color: #FFFFFF; vertical-align: top;">
<asp:GridView ID="GridView4" runat="server" AutoGenerateColumns="False" PageSize="8" BorderWidth="0px" Font-Size="12px" Width="553px">
<Columns>
<asp:BoundField DataField="Type" HeaderText="发布类型" />
<asp:BoundField DataField="TruckName" HeaderText="车辆型号" />
<asp:BoundField DataField="MaxWeight" HeaderText="最大载重" />
<asp:BoundField DataField="Price" HeaderText="价格" />
<asp:BoundField DataField="Old" HeaderText="新旧程度" />
<asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="OldTruck_open.aspx?id={0}"
HeaderText="详细信息" Text="详细信息" Target="_blank" />
</Columns>
<RowStyle BackColor="#FBFBFF" Height="18px" HorizontalAlign="Center" />
<AlternatingRowStyle BackColor="#FFFFF9" />
</asp:GridView>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD COLSPAN=1 style="width: 572px;height:208px"><table align=right cellspacing=1 bgcolor="#ADBDCE" style="height: 199px; width: 557px;">
<tr>
<td style="width: 40px; height: 7px; background-color: #adbdce; font-weight: bold; font-size: 13px;">
<asp:Image ID="Image5" runat="server" Height="15px" ImageUrl="images/biao.gif" />
</td>
<td style="font-weight: bold; font-size: 13px; width: 197px; background-color: #adbdce; height: 7px;">
专线信息</td>
<td style="background-color: #adbdce; font-size: 13px; color: #ffffff; height: 7px; text-align: right;">
<asp:HyperLink ID="HyperLink5" runat="server" Font-Underline="False" ForeColor="White"
NavigateUrl="Way_list.aspx">更多信息</asp:HyperLink>
</td>
</tr>
<tr bgcolor="#ADBDCE">
<td colspan="3" style="width: 100px; height: 142px; background-color: #FFFFFF; vertical-align: top;">
<asp:GridView ID="GridView5" runat="server" AutoGenerateColumns="False" BorderWidth="0px" PageSize="8" Width="553px">
<Columns>
<asp:BoundField DataField="Type" HeaderText="发布类型" />
<asp:BoundField DataField="Start" HeaderText="出发地点" />
<asp:BoundField DataField="Whither" HeaderText="到达地点" />
<asp:BoundField DataField="Pirce" HeaderText="专线报价" />
<asp:BoundField DataField="Way" HeaderText="线路" />
<asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="Way_open.aspx?id={0}"
HeaderText="详细信息" Text="详细信息" Target="_blank" />
</Columns>
<RowStyle BackColor="#FBFBFF" Font-Size="12px" Height="18px" HorizontalAlign="Center" />
<HeaderStyle Font-Size="12px" />
<AlternatingRowStyle BackColor="#FFFFF9" />
</asp:GridView>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD COLSPAN=2 style="height: 45px">
<uc2:foot ID="Foot1" runat="server" />
</TD>
</TR>
</form>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -