File manager - Edit - /home/autoph/public_html/projects/document_tracking/resources/views/document/index.blade.php
Back
@extends('layouts.layouts') @extends('layouts.header') @section('content') <div class="row"> <div class="col-md-12"> <button class="btn btn-success" data-toggle="modal" data-target="#exampleModal" style="margin: 2px 2px 2px; float:right;"><i class="bi bi-plus-square-dotted"></i></button> <table class="table table-striped"> <tr> <th scope="col">Control Number</th> <th scope="col">Document Title</th> <th scope="col">Short Description</th> <th scope="col">Long Description</th> <th scope="col">Creation Date</th> <th scope="col">Due Date</th> <th scope="col">Action</th> </tr> <tbody id="documentshow"> </tbody> </table> <div id="progress_display" name="progress_display" style="display: none"> <div class="progress" > <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 99%"></div> </div> </div> </div> </div> {{-- @include('document.recipient') --}} @include('document.create') <link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script> <script src="{{asset('js/document.js')}}"></script> <script src="{{asset('js/auth.js')}}"></script> <link href="{{ asset('css/app.css') }}" rel="stylesheet"> <script type="text/javascript"> $(document).ready(function() { $(".btn-success").click(function(){ var html = $(".clone").html(); $(".increment").after(html); }); $("body").on("click",".btn-danger",function(){ $(this).parents(".control-group").remove(); }); }); </script> @endsection
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings