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

📄 vote.aspx

📁 为达到最佳效果
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Vote.aspx.cs" Inherits="Vote" %>

<%@ Register Src="Footer.ascx" TagName="Footer" TagPrefix="uc1" %>
<%@ Register Src="Header.ascx" TagName="Header" TagPrefix="uc2" %>

<!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>
    <link href="CSS/StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; padding-top: 0px; text-align: center">
    <form id="form1" runat="server">
        <table cellpadding="0" cellspacing="0" style="width: 755px">
            <tr>
                <td colspan="3" rowspan="1" style="width: 758px; height: 87px; vertical-align: top;">
                    <uc2:Header ID="Header1" runat="server" />
                </td>
            </tr>
            <tr>
                <td colspan="3" rowspan="3" style="width: 758px; height: 85px; vertical-align: top;">
                    <table style="background-image: url(Images/bdg.jpg); vertical-align: top; width: 755px;
                        height: 381px; text-align: center">
                        <tr>
                            <td style="vertical-align: middle; width: 216px; text-align: right">
                    <asp:Label ID="labState" runat="server" Font-Size="9pt" Width="184px" Height="10px"></asp:Label></td>
                            <td rowspan="2" style="border-left: #cccccc thin solid; width: 2px">
                                <asp:Label ID="l1" runat="server" Height="71px" Width="5px"></asp:Label></td>
                            <td style="width: 241px; text-align: left">
                                &nbsp;<asp:Label ID="labContent" runat="server" Font-Size="9pt" Width="264px"></asp:Label></td>
                            <td>
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 216px; height: 32px">
                            </td>
                            <td style="border-left-color: #ff0033; vertical-align: top; width: 241px; height: 32px;
                                text-align: left">
                    <table style="width: 267px; height: 23px" cellpadding="0" cellspacing="0">
                        <tr>
                            <td colspan="3" rowspan="3" style="height: 19px; text-align: left">
                                <asp:RadioButtonList ID="RadioButtonList1" runat="server" Font-Size="9pt" Width="270px">
                                </asp:RadioButtonList></td>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                        </tr>
                    </table>
                            </td>
                            <td style="vertical-align: middle; height: 32px; text-align: left">
                    <table style="width: 82px" cellpadding="0" cellspacing="0">
                        <tr>
                            <td colspan="3" style="width: 85px">
                                <asp:Button ID="btnVote" runat="server" Font-Size="9pt" OnClick="btnVote_Click" Text="投票" />
                                <asp:Button ID="btnView" runat="server" Font-Size="9pt" Text="查看" OnClick="btnView_Click" /></td>
                        </tr>
                        <tr>
                            <td colspan="3" rowspan="2" style="width: 85px">
                                <asp:Button ID="btnEdit" runat="server" Font-Size="9pt" Text="编辑选项" OnClick="btnEdit_Click" /></td>
                        </tr>
                        <tr>
                        </tr>
                    </table>
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 216px; height: 218px">
                            </td>
                            <td rowspan="1" style="border-left-width: thin; border-left-color: #ff0000; width: 2px;
                                height: 218px">
                            </td>
                            <td style="border-left-color: #ff0033; vertical-align: top; width: 241px; height: 218px;
                                text-align: left">
                            </td>
                            <td style="vertical-align: top; height: 218px; text-align: center">
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
                <td colspan="3" rowspan="1" style="width: 758px; height: 5px">
                </td>
            </tr>
            <tr>
                <td colspan="3" rowspan="1" style="width: 758px; height: 55px">
                    <uc1:Footer ID="Footer1" runat="server" />
                </td>
            </tr>
        </table>
        &nbsp; &nbsp;
    </form>
</body>
</html>

⌨️ 快捷键说明

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