index.aspx

来自「学生寝室管理系统」· ASPX 代码 · 共 47 行

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

<%@ Register Src="webcontrols/log.ascx" TagName="log" TagPrefix="uc1" %>

<!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>学生寝室管理系统 |-51aspx.com</title>
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: center">
        <div style="text-align: center">
            <div align="center">
                <table border="0" height="202" style="width: 680px">
                    <tr>
                        <td height="154" style="width: 703px">
                            <div align="center">
                                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
                                    height="500" width="700">
                                    <param name="movie" value="images/1.swf">
                                    <param name="quality" value="high">
                                    <embed height="500" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high"
                                        src="images/1.swf" type="application/x-shockwave-flash" width="700"></embed>
                                </object>
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <td style="width: 703px">
                            <div align="center">
                                &nbsp;<uc1:log ID="Log1" runat="server" />
                            </div>
                        </td>
                    </tr>
                </table>
            </div>
        </div>
    
    </div>
    </form>
    <a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a>

</body>
</html>

⌨️ 快捷键说明

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