📄 delete.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/admin/admin.master" AutoEventWireup="true" CodeFile="Delete.aspx.cs" Inherits="admin_Delete" 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: 122px" valign="top">
说明:</td>
<td colspan="3" style="height: 122px">
<asp:Label ID="Labdespristion" runat="server" Height="123px" Text="Label" Width="489px"></asp:Label></td>
</tr>
<tr>
<td style="width: 99px; height: 85px" valign="top">
审核评语:</td>
<td colspan="3" style="height: 85px">
<asp:Label ID="Lapinyu" runat="server" Height="108px" 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:Button ID="Button1" runat="server" BorderStyle="None" OnClick="Button1_Click"
Text="删除" Width="68px" /></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 + -