Server IP : 103.6.199.200 / Your IP : 3.145.7.253 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="ReportCustSrvc.aspx.cs" Inherits="PBSI3S.ReportCustSrvc" %> <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server"> <script src="<%=ResolveUrl("~/PageJS/RptCustSrvc.js") %>" type="text/javascript"></script> <script src="<%=ResolveUrl("~/PageJS/Lookup.js") %>" type="text/javascript"></script> <div class="block-header"> <ol class="breadcrumb breadcrumb-bg-orange"> <li><a href="javascript:void(0);">Reports</a></li> <li class="active">Customer Service</li> </ol> </div> <!-- Forms Layout --> <div class="row clearfix" id="FormCustSrvc"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Customer Service Search </h2> </div> <div class="body"> <form id="form_validation"> <%--<h2 class="card-inside-title"> Card Details </h2>--%> <div class="row clearfix"> <div class="col-lg-4"> <label for="school_type">Support Category</label> <div class="form-group" id="ctnSupportCategory"> </div> </div> <div class="col-lg-4"> <label for="card_type">Ticket Status</label> <div class="form-group" id="ctnTicketStatus"> </div> </div> </div> <div> <p style="text-align:right"> <button type="button" class="btn bg-brown m-t-15 waves-effect" id="btnClear">Clear</button> <button type="submit" class="btn bg-orange m-t-15 waves-effect" id="btnSearch">Search</button> </p> </div> </form> </div> </div> </div> </div> <!-- Table --> <div class="row clearfix" id="MainCustSrvc" > <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Search Results </h2> </div> <div class="body"> <div class="table-responsive"> <table id="TblCustSrvc" class="table table-bordered table-striped table-hover dataTable js-exportable"> <thead> <tr> <th width="7%">#</th> <th>Support Category</th> <th>Problem Type</th> <th>Report By</th> <th>Subject</th> <th>Ticket Status</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> </div> </asp:Content>