shengaodetils.aspx

来自「毕业设计内容: 1、 作者投稿功能 2、 专家审稿 3、 系统管理员对所有稿件的」· ASPX 代码 · 共 122 行

ASPX
122
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="shengaodetils.aspx.cs" Inherits="admin_shengaodetils" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title> <link rel="stylesheet" href="../Style/css.css" type="text/css"/>
</head>
<body>
    <form id="form1" runat="server">
    <table border="0" cellpadding="0" cellspacing="0" style="border-right: #66ccff 0.1mm solid;
            border-top: #66ccff 0.1mm solid;  border-left: #66ccff 0.1mm solid;
            width: 200px;  border-bottom: #66ccff 0.1mm solid; margin-top: 20px; margin-left: 130px; margin-right: 20px;">
            <tr>
                <td align="center" colspan="3" style="border-bottom: #66ccff 0.1mm solid; height: 73px; width: 774px;">
                    <img align="middle" src="../img/xz_tg_lj_003.gif" width="750" style="height: 75px" /></td>
            </tr>
            <tr>
                <td align="center" style="height: 26px; background-image: url(../img/bg.gif); width: 774px;" colspan="3">
                    专家审搞操作页面</td>
            </tr>
            <tr style="color: #000000">
                <td align="left" style="height: 20px; width: 774px;" colspan="3">
                    <asp:Label ID="Label1" runat="server" Text="Label" Width="530px"></asp:Label>
                    <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/admin/Zhuanjiashengao.aspx">回审稿首页</asp:HyperLink>
                    <asp:LinkButton ID="LinkButton1" runat="server" BackColor="MediumTurquoise" ForeColor="DodgerBlue"
                       OnClientClick="window.close();" Width="36px">退出</asp:LinkButton>
                    <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/Index.aspx">回前台</asp:HyperLink></td>
            </tr>
            <tr style="color: #000000">
                <td align="center" style="width: 774px; background-image: url(../img/bg.gif);" colspan="3">
                    全部待审理的稿件</td>
            </tr>
            <tr>
                <td style="height: 145px; width: 774px;" colspan="3" valign="top">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                        <tr>
                            <td align="center" colspan="4" style="height: 15px; background-color: #6699ff">
                                稿件的详细内容</td>
                        </tr>
                        <tr>
                            <td style="width: 129px; 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: 129px; height: 25px">
                                Emal:</td>
                            <td colspan="3">
                                <asp:Label ID="Labemal" runat="server" Width="181px"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 129px; height: 25px">
                                类别:</td>
                            <td colspan="3" style="height: 25px">
                                <asp:Label ID="Laqclass" runat="server" Text="Label" Width="180px"></asp:Label>&nbsp;
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 129px; height: 25px" valign="top">
                                说明:</td>
                            <td colspan="3" style="height: 25px">
                                <asp:Label ID="Labdespristion" runat="server" Height="140px" Text="Label" Width="489px"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 129px; 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: 129px; height: 25px">
                                点此下载原稿:</td>
                            <td colspan="3" style="height: 25px">
                                <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/img/xz_tg_lj_001.gif"
                                    OnClick="ImageButton1_Click" PostBackUrl="~/admin/shengaodownload.aspx" Width="38px" Height="27px" />
                            </td>
                        </tr>
                        <tr>
                            <td style="height: 25px; background-image: url(../img/bg.gif);" align="center" colspan="4">
                                以下是审核操作&nbsp;</td>
                        </tr>
                    </table>
                    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
                        <tr>
                            <td align="center" colspan="3">
                                审核意见:</td>
                        </tr>
                        <tr>
                            <td align="center" colspan="3" style="height: 158px">
                                <asp:TextBox ID="TextBox1" runat="server" Height="132px" TextMode="MultiLine" Width="622px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                                    ErrorMessage="必须填写审稿意见"></asp:RequiredFieldValidator></td>
                        </tr>
                        <tr>
                            <td align="center" colspan="3" style="height: 1px">
                                </td>
                        </tr><tr>
                            <td align="center" colspan="3">
                                核实意见:<asp:DropDownList ID="DropDownList1" runat="server" Width="74px">
                                    <asp:ListItem Selected="True">合格</asp:ListItem>
                                    <asp:ListItem>不合格</asp:ListItem>
                                    <asp:ListItem>修改后提交</asp:ListItem>
                                </asp:DropDownList>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="DropDownList1"
                                    ErrorMessage="选择是否采用"></asp:RequiredFieldValidator></td>
                        </tr>
                    </table>
                    </td>
            </tr>
            <tr>
                <td align="center" colspan="3" style="height: 19px; width: 774px;">
                                <asp:Button ID="Button1" runat="server" BorderStyle="None" OnClick="Button1_Click"
                                    Text="审核" Width="87px" />&nbsp;
                </td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?