Server IP : 103.6.199.200 / Your IP : 18.191.189.124 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/iscommy2/pbs.i-3s.com.my/wwwroot_bak/ |
Upload File : |
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="SchoolHolidays.aspx.cs" Inherits="PBSI3S.SchoolHolidays" %> <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server"> <script src="<%=ResolveUrl("~/PageJS/SchoolHolidays.js") %>" type="text/javascript"></script> <script src="<%=ResolveUrl("~/PageJS/Lookup.js") %>" type="text/javascript"></script> <%--delete modal--%> <div class="modal fade" id="mdDelete" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="defaultModalLabel"><span id="mdTitle"></span></h4> </div> <div class="modal-body"> <span id="mdBody"></span><b><span id="mdObject"></span></b> </div> <div class="modal-footer"> <button type="button" class="btn btn-link waves-effect" id="btnYesDelete">Yes</button> <button type="button" class="btn btn-link waves-effect" data-dismiss="modal">No</button> </div> </div> </div> </div> <div class="block-header"> <ol class="breadcrumb breadcrumb-bg-orange"> <li><a href="javascript:void(0);">System Configuration</a></li> <li class="active">School Holidays</li> </ol> </div> <!-- Table --> <div class="row clearfix" id="MainHoliday"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Table School Holidays Listings </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);" id="btnNewHoliday">New School Holidays</a></li> <li><a href="javascript:void(0);" id="btnUploadHoliday">Excel Upload</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="table-responsive"> <table id="TblHoliday" class="table table-bordered table-striped table-hover js-basic-example dataTable"> <thead> <tr> <th width="7%">#</th> <th>School Holidays</th> <th>Start Date</th> <th>End Date</th> <th>State Group</th> <th width="25%">Action</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> </div> <!-- End Table --> <!-- #START# Forms Layout --> <div class="row clearfix" id="UploadHoliday" style="display:none"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> <span id="lblUploadHoliday"></span> </h2> </div> <div class="body"> <form action="#" id="frmFileUpload" class="dropzone" method="post" enctype="multipart/form-data"> <div class="row clearfix" > <div class="col-lg-1"><input type="file" style="display:none" id="file_input"/></div> <div class="col-lg-6"> <label for="school_address">File Name</label> <div class="form-group"> <div class="form-line"> <input type="text" id="file_path" class="form-control" placeholder="Please select files to upload" disabled> </div> <div class="help-info file_path" style="display:none">This field is required</div> </div> </div> <div class="col-lg-2"> <label for="school_address">Holiday Year</label> <div class="form-group"> <div class="form-line"> <input type="number" id="holiday_year" class="form-control" placeholder="Enter holiday year" > </div> <div class="help-info holiday_year" style="display:none">This field is required</div> </div> </div> <div class="col-lg-1"> <button type="button" class="btn bg-orange m-t-15 waves-effect" id="btnBrowse">Browse</button> </div> <div class="col-lg-1"> <button type="button" class="btn bg-orange m-t-15 waves-effect" id="btnUpload">Upload</button> </div> <div class="col-lg-1"></div> </div> <div class="table-responsive" id="divTblHolidayUpload"> <table id="TblHolidayUpload" class="table table-bordered table-striped table-hover js-basic-example dataTable"> <thead> <tr> <th width="7%">#</th> <th>School Holidays</th> <th>Start Date</th> <th>End Date</th> <th>State Group</th> <th>Status</th> <th>Message</th> </tr> </thead> <tbody> </tbody> </table> </div> <div> <p style="text-align:right"> <button type="button" class="btn bg-brown m-t-15 waves-effect" id="btnCloseUpload">Close</button> </p> </div> </form> </div> </div> </div> </div> <div class="row clearfix" id="FormHoliday" style="display:none"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> <span id="lblHoliday"></span> </h2> </div> <div class="body"> <form id="form_validation2"> <div class="row clearfix"> <div class="col-lg-4"> <label for="school_address">School Holidays</label> <div class="form-group"> <div class="form-line"> <input type="text" id="holiday_name" class="form-control" placeholder="Enter holiday name" > </div> <div class="help-info holiday_name" style="display:none">This field is required</div> </div> </div> <div class="col-lg-2"> <label for="school_address">Start Date</label> <div class="form-group"> <div class="form-line"> <input type="text" id="start_date" class="datepicker form-control" placeholder="Enter start date" > </div> <div class="help-info start_date" style="display:none">This field is required</div> </div> </div> <div class="col-lg-2"> <label for="school_address">End Date</label> <div class="form-group"> <div class="form-line"> <input type="text" id="end_date" class="datepicker form-control" placeholder="Enter end date" > </div> <div class="help-info end_date" style="display:none">This field is required</div> </div> </div> <div class="col-md-3"> <label for="school_state">State Group</label> <div class="form-group" id="ctnStateGroup"> </div> </div> </div> <div class="row clearfix"> <div class="col-lg-2"> <label for="school_address">Special Holidays</label> <div class="form-group"> <div class="demo-switch"> <div class="switch"> <label>No<input type="checkbox" id="special"><span class="lever"></span>Yes</label> </div> </div> </div> </div> <div class="col-lg-4"> <label for="school_state">School Name</label> <div class="form-group" id="ctnSchool"> </div> </div> </div> <br> <div> <p style="text-align:right"> <button type="button" class="btn bg-brown m-t-15 waves-effect" id="btnCloseHoliday">Close</button> <button type="button" class="btn bg-orange m-t-15 waves-effect" id="btnSaveHoliday" style="display:none">Save</button> <button type="button" class="btn bg-orange m-t-15 waves-effect" id="btnUpdateHoliday" style="display:none">Update</button> </p> </div> </form> </div> </div> </div> </div> <!-- #END# Forms Layout --> </asp:Content>