⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 novel3.aspx

📁 在线小说阅读
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="novel3.aspx.cs" Inherits="novel.novel3" %>

<!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>
</head>
<body background="image/background.jpg">
    <form id="form1" runat="server">
    <div>
        <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label><br />
        <table style="width: 921px; height: 209px">
            <tr>
                <td colspan="3" style="background-image: url(image/logo.JPG); height: 80px">
                </td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: center">
                    <span style="font-size: 12px; color: #ff3300">评论管理</span></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 6px; text-align: center">
                    <span style="font-size: 12px">
                        <asp:GridView ID="GV_comment" runat="server" AutoGenerateColumns="False" Font-Size="12px"
                            OnPageIndexChanging="GV_comment_PageIndexChanging" OnRowDataBound="GV_comment_RowDataBound"
                            OnRowDeleting="GV_comment_RowDeleting" Width="529px">
                            <Columns>
                                <asp:BoundField DataField="commentid" HeaderText="commentid" Visible="False" />
                                <asp:BoundField DataField="topicid" HeaderText="topicid" Visible="False" />
                                <asp:BoundField DataField="sender" HeaderText="评论者" />
                                <asp:BoundField DataField="content" HeaderText="内容" />
                                <asp:BoundField DataField="times" HeaderText="时间" />
                                <asp:CommandField ShowDeleteButton="True" />
                            </Columns>
                        </asp:GridView>
                    </span>
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 8px; text-align: center">
                    <span style="font-size: 9pt">上传新小说</span></td>
            </tr>
            <tr>
                <td style="width: 150px; height: 6px">
                    <span style="font-size: 12px">小说ID</span></td>
                <td style="width: 361px; height: 6px">
                    <asp:TextBox ID="topicid" runat="server" Font-Size="12px"></asp:TextBox></td>
                <td style="height: 6px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="RequiredFieldValidator"
                        Font-Size="12px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 150px; height: 6px">
                    <span style="font-size: 12px">小说标题</span></td>
                <td style="width: 361px; height: 6px">
                    <asp:TextBox ID="title" runat="server" Font-Size="12px"></asp:TextBox></td>
                <td style="height: 6px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="RequiredFieldValidator"
                        Font-Size="12px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 150px; height: 6px">
                    <span style="font-size: 12px">章节数量</span></td>
                <td style="width: 361px; height: 6px">
                    <asp:TextBox ID="chapter" runat="server" Font-Size="12px"></asp:TextBox></td>
                <td style="height: 6px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage="RequiredFieldValidator"
                        Font-Size="12px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 150px; height: 6px">
                    <span style="font-size: 12px">小说作者</span></td>
                <td style="width: 361px; height: 6px">
                    <asp:TextBox ID="author" runat="server" Font-Size="12px"></asp:TextBox></td>
                <td style="height: 6px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ErrorMessage="RequiredFieldValidator"
                        Font-Size="12px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 150px; height: 6px">
                    <span style="font-size: 12px; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman';
                        mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';
                        mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN;
                        mso-bidi-language: AR-SA">章节存放表名称</span></td>
                <td style="width: 361px; height: 6px">
                    <asp:TextBox ID="tablename" runat="server" Font-Size="12px"></asp:TextBox></td>
                <td style="height: 6px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ErrorMessage="RequiredFieldValidator"
                        Font-Size="12px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 150px; height: 6px">
                    <span style="font-size: 12px; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman';
                        mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';
                        mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN;
                        mso-bidi-language: AR-SA">小说简介</span></td>
                <td style="width: 361px; height: 6px">
                    <asp:TextBox ID="intro" runat="server" Font-Size="12px"></asp:TextBox></td>
                <td style="height: 6px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ErrorMessage="RequiredFieldValidator"
                        Font-Size="12px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 150px; height: 7px">
                    <span style="font-size: 12px; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman';
                        mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';
                        mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN;
                        mso-bidi-language: AR-SA">小说内容长度</span></td>
                <td style="width: 361px; height: 7px">
                    <asp:TextBox ID="length" runat="server" Font-Size="12px"></asp:TextBox></td>
                <td style="height: 7px">
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ErrorMessage="RequiredFieldValidator"
                        Font-Size="12px"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 7px; text-align: center">
                    <asp:Button ID="Button1" runat="server" Text="保存" OnClick="Button1_Click" />&nbsp;
                    <asp:Button ID="Button2" runat="server" Text="取消" OnClick="Button2_Click" /></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 7px">
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 6px; text-align: center">
                    <span style="font-size: 12px">我的小说管理</span></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 6px; text-align: center">
                    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Font-Size="12px"
                        OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound"
                        OnRowDeleting="GridView1_RowDeleting">
                        <Columns>
                            <asp:BoundField DataField="chapterid" HeaderText="chapterid" Visible="False" />
                            <asp:BoundField DataField="topicid" HeaderText="小说ID" />
                            <asp:BoundField DataField="chapter" HeaderText="章节名称" Visible="False" />
                            <asp:BoundField DataField="path" HeaderText="章节内容" />
                            <asp:BoundField DataField="length" HeaderText="章节内容长度" />
                            <asp:BoundField DataField="error" HeaderText="章节是否正常" />
                            <asp:CommandField ShowDeleteButton="True" />
                        </Columns>
                    </asp:GridView>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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