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

📄 savemyschedule.aspx

📁 OA系统源码 办公应用软件源码 asp.net 开发
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"AutoEventWireup="true" CodeFile="SaveMySchedule.aspx.cs" Inherits="ScheduleManage_SaveMySchedule" %>

<asp:Content ID="tirizhi" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
    
<script language="javascript" type="text/javascript" src="../My97DatePicker/WdatePicker.js"></script>
<script language="javascript" type="text/javascript">
// <!CDATA[



function IMG1_onclick() {
 document.getElementById("Div2").style.display="block";
}

// ]]>
</script>

    <asp:UpdatePanel id="UpdatePanel1" runat="server">
        <contenttemplate>
<DIV align=center><DIV style="WIDTH: 99%"><DIV style="FLOAT: left; BACKGROUND-IMAGE: url(../images/headlistbutton.gif); WIDTH: 112px; COLOR: #ffffff; HEIGHT: 24px">我的日程安排</DIV></DIV>
<HR style="WIDTH: 99%; TEXT-ALIGN: center" color=gray SIZE=1 />
<DIV style="WIDTH: 89%; TEXT-ALIGN: left">主题:<asp:TextBox id="txtTitle" runat="server" Width="600px" CssClass="inputCss"></asp:TextBox> <asp:RequiredFieldValidator style="POSITION: relative" id="rfvTitle" runat="server" ErrorMessage="非空" ControlToValidate="txtTitle"></asp:RequiredFieldValidator><BR /><BR />地点:<asp:TextBox id="txtAddress" runat="server" Width="140px" CssClass="inputCss"></asp:TextBox> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:RequiredFieldValidator style="POSITION: relative" id="rfvAddress" runat="server" ErrorMessage="非空" ControlToValidate="txtAddress"></asp:RequiredFieldValidator> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 会议类型:<asp:DropDownList style="POSITION: relative" id="ddlMeetings" runat="server" Width="242px" CssClass="ddlCss" DataValueField="MeetingId" DataTextField="MeetingName" DataSourceID="ObjectAllMeet">
     </asp:DropDownList><asp:ObjectDataSource id="ObjectAllMeet" runat="server" TypeName="MyOffice.BLL.scheduleBLL" SelectMethod="SeleAllMeet"></asp:ObjectDataSource> <BR />开始时间:———— &nbsp;<asp:TextBox id="txtBeginTime" onfocus="new WdatePicker(this,'%Y-%M-%D %h:%m:%s',true,'default')" runat="server" Width="140px" CssClass="Wdate"></asp:TextBox><BR />结束时间:———— &nbsp;<asp:TextBox id="txtEndTime" onfocus="new WdatePicker(this,'%Y-%M-%D %h:%m:%s',true,'default')" runat="server" Width="140px" CssClass="Wdate"></asp:TextBox>&nbsp;&nbsp;<BR />&nbsp; &nbsp; &nbsp; <asp:TextBox style="LEFT: -64px; POSITION: relative; TOP: 0px" id="txtContent" runat="server" Height="126px" Width="659px" CssClass="inputCss" TextMode="MultiLine"></asp:TextBox> <asp:RequiredFieldValidator style="POSITION: relative" id="rfvCon" runat="server" ErrorMessage="非空" ControlToValidate="txtContent"></asp:RequiredFieldValidator><BR />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;预约他人: &nbsp; &nbsp; &nbsp;<IMG style="POSITION: relative" id="IMG1" onclick="return IMG1_onclick()" src="../images/admin2.gif" /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<BR /><DIV style="WIDTH: 18%"><asp:ListBox id="lstPreContractUsers" runat="server" Height="128px" Width="128px" BackColor="#7CCCFd"></asp:ListBox></DIV><asp:Button style="LEFT: 130px; WIDTH: 109px; POSITION: relative; TOP: -80px; HEIGHT: 18px" id="btnDeletePreContractUser" class="buttonCss" runat="server" Text="删除选定预约人" OnClick="btnDeletePreContractUser_Click" type="button"></asp:Button> &nbsp; 选项:<asp:CheckBox style="POSITION: relative" id="chkIfPublic" runat="server" ForeColor="Blue" Text="是否公开"></asp:CheckBox> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 创建者:<asp:Label style="POSITION: relative" id="lbUser" runat="server" Width="100px" Text="Label"></asp:Label> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 创建日期:<asp:Label style="POSITION: relative" id="lbTime" runat="server" Width="146px" Text="Label"></asp:Label>&nbsp;<BR />&nbsp; &nbsp;&nbsp;<INPUT style="HEIGHT: 23px" id="btnSave" class="buttonCss" type=button value="保存退出" runat="server" onserverclick="btnSave_ServerClick" /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <asp:Button style="LEFT: 0px; WIDTH: 54px; POSITION: relative; TOP: 0px; HEIGHT: 22px" id="btnDelete" class="buttonCss" onclick="btnDelete_Click" runat="server" Text="删除" causesvalidation="false"></asp:Button> <INPUT style="LEFT: 35px; WIDTH: 54px; POSITION: relative; TOP: 0px; HEIGHT: 22px" id="btnReturn" class="buttonCss" type=button value="退 出" runat="server" onserverclick="btnReturn_ServerClick" causesvalidation="false" /> <DIV style="DISPLAY: none; LEFT: 550px; VISIBILITY: visible; OVERFLOW: auto; WIDTH: 198px; POSITION: absolute; TOP: 264px" id="Div2"><asp:TreeView style="LEFT: 5px; POSITION: relative; TOP: 9px" id="TreeView1" runat="server" BackColor="#66CCFF" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
         </asp:TreeView> </DIV></DIV>&nbsp; </DIV>
</contenttemplate>
    </asp:UpdatePanel>


</asp:Content>

⌨️ 快捷键说明

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