Server IP : 103.6.199.200 / Your IP : 3.147.65.111 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="InventorySimCard.aspx.cs" Inherits="PBSI3S.InventorySimCard" %> <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server"> <script src="<%=ResolveUrl("~/PageJS/InventorySimCard.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);">Inventory Control</a></li> <li class="active">Sim Card</li> </ol> </div> <!-- Forms Layout --> <div class="row clearfix" id="FormSimCard" 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="lblSimCard"></span> </h2> </div> <div class="body"> <form id="form_validation"> <%--<h2 class="card-inside-title"> POS Terminal Details </h2>--%> <div class="row clearfix demo-masked-input"> <div class="col-lg-4"> <label for="school_name">Sim Card Number</label> <div class="form-group"> <div class="form-line"> <input type="text" id="sim_card_number" class="form-control mobile-phone-number" placeholder="Enter sim card number" > </div> <div class="help-info sim_card_number" style="display:none">This field is required</div> </div> </div> <div class="col-lg-4"> <label for="school_name">Serial Number</label> <div class="form-group"> <div class="form-line"> <input type="text" id="serial_number" class="form-control" placeholder="Enter serial number" > </div> <div class="help-info serial_number" style="display:none">This field is required</div> </div> </div> <div class="col-lg-4"> <label for="school_name">PUK Code</label> <div class="form-group"> <div class="form-line"> <input type="text" id="puk_code" class="form-control" placeholder="Enter puk code" > </div> <div class="help-info puk_code" style="display:none">This field is required</div> </div> </div> </div> <div class="row clearfix demo-masked-input"> <div class="col-lg-4"> <label for="card_type">Telco Provider</label> <div class="form-group" id="ctnTelcoProvider"> </div> </div> <div class="col-lg-4"> <label for="card_type">Server</label> <div class="form-group" id="ctnServer"> </div> </div> <div class="col-lg-4"> <label for="school_code">Description</label> <div class="form-group"> <div class="form-line"> <input type="text" id="sim_card_desc" class="form-control" placeholder="Enter description" name="sim_card_desc" > </div> <div class="help-info sim_card_desc" style="display:none">This field is required</div> </div> </div> </div> <div class="row clearfix"> <div class="col-lg-4"> <label for="card_type">Sim Card Status</label> <div class="form-group" id="ctnHardwareStatus"> </div> </div> </div> <div> <p style="text-align:right"> <button type="button" class="btn bg-brown m-t-15 waves-effect" id="btnCloseSimCard">Close</button> <button type="submit" class="btn bg-orange m-t-15 waves-effect" id="btnSaveSimCard" style="display:none">Save</button> <button type="submit" class="btn bg-orange m-t-15 waves-effect" id="btnUpdateSimCard" style="display:none">Update</button> </p> </div> </form> </div> </div> </div> </div> <!-- Table --> <div class="row clearfix" id="MainSimCard"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Table Sim Card 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="btnNewSimCard">New Sim Card</a></li> <%--<li><a href="javascript:void(0);">Excel Upload</a></li>--%> </ul> </li> </ul> </div> <div class="body"> <div class="table-responsive"> <table id="TblSimCard" class="table table-bordered table-striped table-hover js-basic-example dataTable"> <thead> <tr> <th width="7%">#</th> <th>Sim Card Number</th> <th>Serial Number</th> <th>PUK Code</th> <th>School Name</th> <th>Status</th> <th width="15%">Action</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> </div> </asp:Content>