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

📄 read.aspx

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

<!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>
        <table style="width: 836px; height: 80px">
            <tr>
                <td colspan="3" style="height: 84px">
                    <img src="image/logo.JPG" /></td>
            </tr>
            <tr>
                <td style="height: 21px">
                </td>
                <td style="height: 21px">
                </td>
                <td style="height: 21px">
                </td>
            </tr>
            <tr>
                <td colspan="3">
                    <asp:DataList ID="List_content" runat="server" BackColor="White" BorderColor="#CC9966"
                        BorderStyle="None" BorderWidth="1px" CellPadding="4" GridLines="Both" Height="227px"
                        RepeatColumns="2" Width="985px">
                        <FooterStyle BackColor="#FFFFCC" ForeColor="#330099" />
                        <SelectedItemStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="#663399" />
                        <ItemTemplate>
                            <img src="image/link.gif" />
                            <asp:Label ID="Label2" runat="server" Font-Size="12px" Text='<%# Eval("chapter") %>'></asp:Label><br />
                            <br />
                            <br />
                            <asp:Label ID="Label3" runat="server" Font-Size="12px" Text='<%# Eval("path") %>'></asp:Label>
                        </ItemTemplate>
                        <ItemStyle BackColor="White" ForeColor="#330099" />
                        <HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="#FFFFCC" />
                    </asp:DataList></td>
            </tr>
            <tr>
                <td>
                </td>
                <td>
                </td>
                <td>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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