Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltms.eemo.co.kr
/
public_html
/
super
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/ltms.eemo.co.kr/public_html/super/vehicle_info_pssanran.php
<? include_once("inc_header.php"); $on_menu="breed"; $on_sub_menu=4; ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?=$_TITLE?></title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <link href="css/plugins/iCheck/custom.css" rel="stylesheet"> <link href="css/plugins/chosen/bootstrap-chosen.css" rel="stylesheet"> <link href="css/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css" rel="stylesheet"> <link href="css/plugins/colorpicker/bootstrap-colorpicker.min.css" rel="stylesheet"> <link href="css/plugins/cropper/cropper.min.css" rel="stylesheet"> <link href="css/plugins/switchery/switchery.css" rel="stylesheet"> <link href="css/plugins/jasny/jasny-bootstrap.min.css" rel="stylesheet"> <link href="css/plugins/nouslider/jquery.nouislider.css" rel="stylesheet"> <link href="css/plugins/datapicker/datepicker3.css" rel="stylesheet"> <link href="css/plugins/ionRangeSlider/ion.rangeSlider.css" rel="stylesheet"> <link href="css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css" rel="stylesheet"> <link href="css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css" rel="stylesheet"> <link href="css/plugins/clockpicker/clockpicker.css" rel="stylesheet"> <link href="css/plugins/daterangepicker/daterangepicker-bs3.css" rel="stylesheet"> <link href="css/plugins/select2/select2.min.css" rel="stylesheet"> <link href="css/plugins/touchspin/jquery.bootstrap-touchspin.min.css" rel="stylesheet"> <link href="css/plugins/dualListbox/bootstrap-duallistbox.min.css" rel="stylesheet"> <link href="css/plugins/footable/footable.core.css" rel="stylesheet"> <link href="css/plugins/dataTables/datatables.min.css" rel="stylesheet"> <link href="css/jquery-ui.css" rel="stylesheet"> <link href="css/animate.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> </head> <style> .table tbody tr td { vertical-align: middle; } .table thead tr th { vertical-align: middle; } #vehicle_history_modal .modal-dialog .modal-content, #cost_of_transport_modal .modal-dialog .modal-content { width: 1400px; } #vehicle_history_modal, #cost_of_transport_modal { padding-right: 30% !important; } </style> <body class="pace-done mini-navbar"> <div id="wrapper"> <? include_once("inc_sidemenu.php"); ?> <!-- 사이드 메뉴 --> <div id="page-wrapper" class="gray-bg"> <? include_once("inc_top.php"); // include_once("inc_now_position.php"); /* 큰 알림 텍스트 */ include_once("navigation.php"); ?> <!-- 헤더 메뉴 끝 --> <div class="row"> <!-- 사육관리 탭메뉴 --> <? include_once("inc_top_submenu.php"); /* 사육관리전용 탭 그외 주석처리 */ ?> </div> <div class="row wrapper border-bottom white-bg page-heading py-3"> <? include_once("inc_nav_menu.php"); /* 네비게이션 판 */ ?> </div> <!-- 네비 wrapper 끝 --> <div class="wrapper wrapper-content"> <div class="row animated fadeInDown"> <div class="col-lg-12"> <div class="ibox-content border-0 py-0 text-right"> <? // include_once("inc_icon_menu.php");/* 농장관련 아이콘 농장 외 주석 */ ?> </div> </div> <!-- col-lg-크기 지정 후 컨텐츠 입력 --> <div class="col-lg-12"> <div class="ibox-content border-top-0" style="height:78vh; overflow:scroll;"> <div class="card"> <div class="card-body"> <div class="tabs-container"> <ul class="nav nav-tabs" role="tablist" id="tablist"> <li><a class="nav-link active show" id="vehicle_info" href="vehicle_info.php">차량정보</a></li> <li><a class="nav-link" id="" href="vehicle_list.php">차량명단</a></li> <li><a class="nav-link" id="" href="">배차계획</a></li> <li><a class="nav-link" id="" href="car_dispatching_history.php">배차내역</a></li> <li><a class="nav-link" id="" href="">운송내역</a></li> <li><a class="nav-link" id="" href="">운행현황</a></li> <li><a class="nav-link" id="" href="">상차반정보</a></li> <li><a class="nav-link" id="" href="">작업농가배정</a></li> <li><a class="nav-link" id="" href="">차량관리</a></li> </ul> <div class="tab-content"> <div role="tabpanel" id="tab-1" class="tab-pane active show"> <div class="panel-body"> <label for="" class="font-bold ml-3 mt-1" style="font-size: 16px;">경기 34아1111</label> <a href="" class="btn btn-primary float-right btn-rounded btn-sm">휴차 신청</a> <hr> <div class="row"> <div class="col-sm-3"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="3000"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" class=""></li> <li data-target="#carouselExampleIndicators" data-slide-to="1" class="active"></li> </ol> <div class="carousel-inner"> </div> <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> <div class="col-sm-9"> <table class="table table-bordered text-center"> <thead> <tr> <th>차량번호</th> <th>차량구분</th> <th>운전자명</th> <th>면허번호</th> </tr> </thead> <tbody> <tr> <td>경기34아1111</td> <td>생계차</td> <td>박성용</td> <td>충북 00-19191919</td> </tr> </tbody> </table> <table class="table table-bordered text-center"> <thead> <tr> <th>주소</th> <th>연락처</th> </tr> </thead> <tbody> <tr> <td>대전광역시 서구 관저동 1115번지 수영빌딩 2층</td> <td>010-3333-3333</td> </tr> </tbody> </table> <table class="table table-bordered text-center"> <thead> <tr> <th>제조사</th> <th>차량명</th> <th>차량등록일</th> <th>차량등록증</th> </tr> </thead> <tbody> <tr> <td>현대자동차</td> <td>메가트럭 4.5t 카고</td> <td>2018-04-01</td> <td><a href="" class="btn btn-primary btn-xs float-right">첨부</a></td> </tr> </tbody> </table> <table class="table table-bordered text-center"> <thead> <tr> <th colspan="3">계좌번호</th> <th colspan="2">운임료 지급일</th> </tr> </thead> <tbody> <tr> <td>국민은행</td> <td colspan="2">717171-01-717171<a class="btn btn-primary btn-xs float-right text-white">통장 사본</a></td> <td>매월</td> <td>20일</td> </tr> </tbody> </table> <table class="table table-bordered text-center"> <thead> <tr> <th>구분</th> <th>계약일</th> <th>계약서</th> <th>첨부서류</th> </tr> </thead> <tbody> <tr> <td>지입</td> <td>2018-03-20</td> <td>계약서.xslc<a class="btn btn-primary btn-xs float-right text-white">첨부</a></td> <td>첨부서류.jpg<a class="btn btn-primary btn-xs float-right text-white">첨부</a></td> </tr> </tbody> </table> </div> <div class="col-sm-12"> <table class="table table-bordered text-center"> <thead> <tr> <th>GPS S/N</th> <th>개통일</th> <th>배차내역</th> <th>월별운송비내역서</th> <th>운행기록</th> <th>정기점검일</th> <th>차계부</th> </tr> </thead> <tbody> <tr> <td>UTF-10101</td> <td>2019-05-10</td> <td><?php include("vehicle_history_modal.php");?><a href="" class="btn btn-info btn-xs" data-toggle="modal" data-target="#vehicle_history_modal">보기</a></td> <td><?php include("monthly_cost_of_transport_modal.php");?><a href="" class="btn btn-info btn-xs" data-toggle="modal" data-target="#cost_of_transport_modal">보기</a></td> <td><a href="" class="btn btn-info btn-xs">보기</a></td> <td>2020-03-31</td> <td><a href="" class="btn btn-info btn-xs">보기</a></td> </tr> </tbody> </table> </div> <div class="col-sm-12"> <a class="btn btn-primary text-white btn-w-m float-right btn-sm btn-rounded" data-toggle="modal" data-target="#updateModal">차량정보수정</a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <? include_once("inc_footer.php"); ?> </div> </div> <!-- Mainly scripts --> <script src="js/jquery-3.1.1.min.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.js"></script> <script src="js/plugins/metisMenu/jquery.metisMenu.js"></script> <!-- Flot --> <script src="js/plugins/flot/jquery.flot.js"></script> <script src="js/plugins/flot/jquery.flot.tooltip.min.js"></script> <script src="js/plugins/flot/jquery.flot.spline.js"></script> <script src="js/plugins/flot/jquery.flot.resize.js"></script> <script src="js/plugins/flot/jquery.flot.pie.js"></script> <!-- Peity --> <script src="js/plugins/peity/jquery.peity.min.js"></script> <script src="js/demo/peity-demo.js"></script> <!-- Custom and plugin javascript --> <script src="js/inspinia.js"></script> <script src="js/plugins/pace/pace.min.js"></script> <!-- jQuery UI --> <script src="js/plugins/jquery-ui/jquery-ui.min.js"></script> <!-- GITTER --> <script src="js/plugins/gritter/jquery.gritter.min.js"></script> <!-- Sparkline --> <script src="js/plugins/sparkline/jquery.sparkline.min.js"></script> <!-- Sparkline demo data --> <script src="js/demo/sparkline-demo.js"></script> <!-- iCheck --> <script src="js/plugins/iCheck/icheck.min.js"></script> <!-- ChartJS--> <script src="js/plugins/chartJs/Chart.min.js"></script> <!-- Toastr --> <script src="js/plugins/toastr/toastr.min.js"></script> </body> </html>