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

📄 novel2.aspx

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

<!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>
        <br />
        <table style="width: 921px; height: 27px">
            <tr>
                <td colspan="3" style="background-image: url(image/logo.JPG); height: 81px">
                </td>
            </tr>
            <tr>
                <td style="height: 21px" colspan="3">
                    <span style="font-size: 9pt">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                        首页 ┊ 武侠仙侠 ┊ 奇幻魔法 ┊ 都市言情 ┊ 历史军事 ┊ 网游竞技 ┊ 侦探推理 ┊ 科幻动漫 ┊ 恐怖灵异 ┊ 散文诗词 ┊ 其他类型┊ 排行榜 &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp;</span></td>
            </tr>
            <tr>
                <td style="text-align: center; height: 26px;" colspan="3">
                    <span style="font-size: 9pt; color: #ff9900">&nbsp; &nbsp;&nbsp; </span><span style="color: #000000">
                        <span style="font-size: 9pt">【作品·搜索】 请输入关键字:</span><asp:TextBox ID="Text_Search"
                            runat="server"></asp:TextBox>
                        <span style="font-size: 12px">&nbsp; &nbsp; &nbsp; &nbsp; 或请选择: &nbsp; </span>
                        <asp:DropDownList ID="Select_Type" runat="server">
                            <asp:ListItem Value="title">按书名</asp:ListItem>
                            <asp:ListItem Value="author">按作者</asp:ListItem>
                        </asp:DropDownList><span style="font-size: 12px"> &nbsp;</span> &nbsp;
                        <asp:Button ID="Select" runat="server" Font-Size="12px" Text="搜索" OnClick="Select_Click" /></span></td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: center">
                </td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: center; height: 124px;">
                    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Font-Size="12px">
                        <Columns>
                            <asp:BoundField DataField="topicid" HeaderText="topicid" Visible="False" />
                            <asp:BoundField DataField="title" HeaderText="小说名称" />
                            <asp:BoundField DataField="author" HeaderText="作者" />
                            <asp:BoundField DataField="hits" HeaderText="点击数" />
                            <asp:BoundField DataField="intro" HeaderText="小说简介" />
                        </Columns>
                    </asp:GridView>
                </td>
            </tr>
            <tr>
                <td colspan="3" style="text-align: center; height: 147px;">
                    <table id="TABLE1" style="width: 652px">
                        <tr>
                            <td style="height: 16px;" colspan="3">
                                <span style="font-size: 12px">我的信息管理</span></td>
                        </tr>
                        <tr>
                            <td style="width: 323px; height: 18px; text-align: right;">
                                <span style="font-size: 12px">用户名:</span></td>
                            <td style="height: 18px; text-align: left;" colspan="2">
                                &nbsp;&nbsp;
                                <asp:Label ID="username" runat="server" Font-Size="12px" Text="Label"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 323px; text-align: right;">
                                <span style="font-size: 12px">密码:</span></td>
                            <td style="text-align: left;" colspan="2">
                                &nbsp;&nbsp;
                                <asp:Label ID="password" runat="server" Font-Size="12px" Text="Label"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 323px; text-align: right">
                                <span style="font-size: 12px">等级:</span></td>
                            <td colspan="2">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 323px; height: 21px; text-align: right">
                                <span style="font-size: 12px">阅读积分:</span></td>
                            <td colspan="2" style="height: 21px; text-align: left">
                                &nbsp;&nbsp;
                                <asp:Label ID="scour" runat="server" Font-Size="12px" Text="Label"></asp:Label></td>
                        </tr>
                        <tr>
                            <td style="width: 323px; height: 21px; text-align: right">
                                <span style="font-size: 12px">充值:</span></td>
                            <td colspan="2" style="height: 21px; text-align: left">
                                &nbsp;&nbsp;
                                <asp:Button ID="Button1" runat="server" Font-Size="12px" OnClick="Button1_Click"
                                    Text="充值" /></td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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