| Server IP : 104.21.37.246 / Your IP : 172.71.28.146 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/ilawasia.onnud20.com/Attachment/ |
Upload File : |
<?php $path = '../'; ?>
<?php $page="Attachment"; ?>
<?php $page_title="Attachment"; ?>
<?php include("../include/class.php"); ?>
<?php include($path."include/head.php"); ?>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<script src="<?php echo $path; ?>Assets/Backend/vendor/moment.js"></script>
<link href="<?php echo $path; ?>Assets/Backend/vendor/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
<script src="<?php echo $path; ?>Assets/Backend/vendor/jquery-ui/jquery-ui.min.js"></script>
<script>
$(document).ready(function () {
$("li.page-item a").addClass("page-link");
});
var urlLoadAttachmentList = "LoadList.php";//"@Url.Action("LoadList")";
var urlEdit = "Edit.php";//"@Url.Action("Edit")";
var urlDelete = "Delete.php";//"@Url.Action("Delete")";
var urlLoadCustomerAuto = "LoadCustomerAutoComplete.php";//"@Url.Action("LoadCustomerAutoComplete","Customer")";
</script>
<script src="<?php echo $path; ?>Scripts/pages_v1/attachment.js" type="text/javascript"></script>
<!-- Sidebar -->
<?php include($path."themes/menu-left.php"); ?>
<!-- End of Sidebar -->
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Topbar -->
<?php include($path."themes/menu-top.php"); ?>
<!-- End of Topbar -->
<!-- Begin Page Content -->
<div class="container-fluid main-content">
<?php include($path."themes_v1/attachment.php"); ?>
</div>
<!-- End of Page Content -->
<!-- Footer -->
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © ILAW CO., LTD.</span>
</div>
</div>
</footer>
<!-- End of Footer -->
</div>
<!--End of Content Wrapper -->
</div>
<!-- End of Page Wrapper -->
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<?php include($path."include/footer_js.php"); ?>
<?php unset($_SESSION['Success']); ?>
<?php unset($_SESSION['er']); ?>
<?php unset($_SESSION['Eror']); ?>
</body>
</html>