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

📄 leavewordback.aspx

📁 本系统有两种操作用户
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LeaveWordBack.aspx.cs" Inherits="Module_ProRes_LeaveWordBack" %>

<!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>
<script language="javascript" type="text/javascript">
<!--

function Reset2_onclick() {
history.go(-1);
}


// -->
</script>
</head>
<body style="background-image: url(../../Images/SysSkin/leavewordback.jpg); background-repeat: no-repeat; text-align: center">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <table cellpadding="0" cellspacing="0" style="width: 605px">
            <tr>
                <td colspan="2">
                    <span style="font-size: 16pt"></span></td>
            </tr>
            <tr>
                <td style="width: 81px; text-align: center">
                    <span style="font-size: 9pt">回复主题</span></td>
                <td colspan="1" style="text-align: left">
                    <asp:TextBox ID="txtSubject" runat="server" Font-Size="9pt" Width="450px" MaxLength="50" ReadOnly="True"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 81px; height: 21px; text-align: center">
                    <span style="font-size: 9pt">回 复 人</span></td>
                <td style="width: 401px; height: 21px; text-align: left">
                    <asp:Label ID="labMan" runat="server" Font-Size="9pt" Width="113%"></asp:Label></td>
            </tr>
            <tr>
                <td style="width: 81px; height: 3px; text-align: center">
                    <span style="font-size: 9pt">回复内容</span></td>
                <td rowspan="2" style="width: 401px; text-align: left">
                    <asp:TextBox ID="txtContent" runat="server" Font-Size="9pt" Height="164px" TextMode="MultiLine"
                        Width="450px" MaxLength="500"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 81px; height: 102px">
                </td>
            </tr>
            <tr>
                <td colspan="2" style="height: 22px">
                    <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="提交" />
                    <input id="Reset1" style="font-size: 9pt" type="reset" value="重置" language="javascript" onclick="return Reset1_onclick()" />
                    <input id="Reset2" style="font-size: 9pt" type="reset" value="返回" language="javascript" onclick="return Reset2_onclick()" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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