123456789101112131415161718192021222324 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DispZHPJ_Admin.aspx.cs" Inherits="Admin_DispZHPJ_Admin" %>
- <!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>
- <style>
- table
- { background-color:#EBF7FA;
- box-shadow:#859CAD 3px 3px;
- border-radius:10px;
- font-size:12px;
- }
- </style>
- </head>
- <body bgcolor="#E9E9EF">
- <form id="form1" runat="server">
- <div>
- <asp:Literal ID="Literal1" runat="server"></asp:Literal>
- </div>
- </form>
- </body>
- </html>
|