📄 maindetals.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="maindetals.aspx.cs" Inherits="maindetals" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size: 12px">
<tr>
<td align="center" colspan="4" style="height: 15px; background-color: #6699ff">
稿件的详细内容</td>
</tr>
<tr>
<td style="width: 99px; height: 25px">
标题:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="lablname" runat="server" Width="484px"></asp:Label></td>
</tr>
<tr>
<td style="width: 99px; height: 25px">
Emal:</td>
<td colspan="3">
<asp:Label ID="Labemal" runat="server" Width="181px"></asp:Label></td>
</tr>
<tr>
<td style="width: 99px; height: 25px">
类别:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="Laqclass" runat="server" Text="Label" Width="178px"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 99px; height: 129px" valign="top">
说明:</td>
<td colspan="3" style="height: 129px">
<asp:Label ID="Labdespristion" runat="server" Height="123px" Text="Label" Width="489px"></asp:Label></td>
</tr>
<tr>
<td style="width: 99px; height: 101px" valign="top">
审核评语:</td>
<td colspan="3" style="height: 101px">
<asp:Label ID="Lapinyu" runat="server" Height="107px" Width="488px"></asp:Label></td>
</tr>
<tr>
<td style="width: 99px; height: 25px">
作者:</td>
<td colspan="3" style="height: 25px">
<asp:Label ID="Laauthor" runat="server" Width="120px"></asp:Label></td>
</tr>
<tr>
<td style="width: 99px; height: 25px">
点此下载原稿:</td>
<td colspan="3" style="height: 25px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/img/xz_tg_lj_001.gif"
PostBackUrl="~/Maindownload.aspx" Width="38px" Height="23px" />
</td>
</tr>
<tr>
<td style="width: 99px; height: 25px">
</td>
<td colspan="3" style="height: 25px">
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -