parent
9b529fe6fa
commit
389be546bc
@ -1,186 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>{{ env("APP_NAME")}}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta content="内部信息化平台" name="description"/>
|
||||
<meta content="{{csrf_token()}}" name="csrf-token"/>
|
||||
<meta content="langye.net" name="author"/>
|
||||
<!-- App favicon -->
|
||||
<link rel="shortcut icon" href="/hyper/dist/saas/assets/images/favicon.ico">
|
||||
|
||||
<!-- third party css -->
|
||||
<link href="/plugins/bootstrap-datetimepicker/bootstrap-datetimepicker.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/plugins/select2/css/select2.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
<link href="/plugins/webuploader/webuploader.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/plugins/webuploader/webuploader.my.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/plugins/sweetalert2/sweetalert2.min.css" rel="stylesheet" type="text/css"/>
|
||||
<!-- third party css end -->
|
||||
|
||||
<!-- App css -->
|
||||
<link href="/hyper/dist/saas/assets/css/icons.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/hyper/dist/saas/assets/css/app.min.css" rel="stylesheet" type="text/css" id="light-style"/>
|
||||
<link href="/hyper/dist/saas/assets/css/app-dark.min.css" rel="stylesheet" type="text/css" id="dark-style"/>
|
||||
<link href="/css/common.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
@stack("header")
|
||||
|
||||
<style>
|
||||
.card-body{
|
||||
overflow: scroll;
|
||||
}
|
||||
.table td {
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.table th {
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
}
|
||||
body[data-leftbar-compact-mode=condensed] .wrapper .content-page{
|
||||
margin-left: 0px;
|
||||
}
|
||||
.content-page{
|
||||
margin-left: 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="loading"
|
||||
data-layout-config='{"leftSideBarTheme":"default","layoutBoxed":false, "leftSidebarCondensed":false, "leftSidebarScrollable":false,"darkMode":false, "showRightSidebarOnStart": false}'>
|
||||
<!-- Begin page -->
|
||||
|
||||
<!-- Pre-loader -->
|
||||
<div id="preloader">
|
||||
<div id="status">
|
||||
<div class="bouncing-loader">
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Preloader-->
|
||||
|
||||
<div class="wrapper">
|
||||
<!-- ========== Left Sidebar Start ========== -->
|
||||
<!-- Left Sidebar End -->
|
||||
|
||||
<!-- ============================================================== -->
|
||||
<!-- Start Page Content here -->
|
||||
<!-- ============================================================== -->
|
||||
|
||||
<div class="content-page">
|
||||
<div class="content">
|
||||
|
||||
<!-- end Topbar -->
|
||||
|
||||
<!-- Start Content-->
|
||||
<div class="container-fluid position-relative">
|
||||
|
||||
<!-- start page title -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="page-title-box">
|
||||
<div class="page-title-right">
|
||||
|
||||
</div>
|
||||
<h4 class="page-title">陪护工作满意度调查表</h4>
|
||||
</div>
|
||||
</div>
|
||||
@extends("admin.layouts.layout")
|
||||
|
||||
@php
|
||||
$pageTitle = "陪护工作满意度调查表";
|
||||
@endphp
|
||||
|
||||
@section("content")
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
@include("public._form")
|
||||
</div>
|
||||
<!-- end page title -->
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
@include("public._form")
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- container -->
|
||||
</div>
|
||||
<!-- content -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<footer class="footer">
|
||||
<div class="container-fluid position-relative">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
{{ date("Y") }} © {{ env("COPYRIGHT") }}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="text-md-right footer-links d-none d-md-block">
|
||||
{{ isset($laravel_duration) ? $laravel_duration : "" }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- end Footer -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ============================================================== -->
|
||||
<!-- End Page content -->
|
||||
<!-- ============================================================== -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- END wrapper -->
|
||||
|
||||
<div class="rightbar-overlay"></div>
|
||||
<!-- /Right-bar -->
|
||||
|
||||
<!-- bundle -->
|
||||
<script src="/hyper/dist/saas/assets/js/vendor.min.js"></script>
|
||||
<script src="/hyper/dist/saas/assets/js/app.min.js"></script>
|
||||
|
||||
<!-- third party js -->
|
||||
<script src="/plugins/jquery-validate/jquery.validate.min.js" type="text/javascript"></script>
|
||||
<script src="/plugins/jquery-validate/additional-methods.js" type="text/javascript"></script>
|
||||
<script src="/plugins/jquery-validate/localization/messages_zh.js" type="text/javascript"></script>
|
||||
<script src="/plugins/moment/js/moment-with-locales.min.js"></script>
|
||||
<script src="/plugins/bootstrap-datetimepicker/bootstrap-datetimepicker.js"></script>
|
||||
<script src="/plugins/autofill/jquery.formautofill.min.js"></script>
|
||||
<script src="/plugins/webuploader/webuploader.nolog.js"></script>
|
||||
<script src="/plugins/bignumber/bignumber.js"></script>
|
||||
<script src="/plugins/select2/js/select2.full.js" type="text/javascript"></script>
|
||||
<script src="/plugins/select2/js/pinyin.js" type="text/javascript"></script>
|
||||
<script src="/plugins/sweetalert2/sweetalert2.min.js"></script>
|
||||
<!-- third party js ends -->
|
||||
|
||||
<!-- common js -->
|
||||
<script src="/js/common.js"></script>
|
||||
<script>
|
||||
var page_title = "{{ isset($pageTitle) ? $pageTitle : "" }}";
|
||||
|
||||
$(function () {
|
||||
setPageTitle();
|
||||
});
|
||||
|
||||
function setPageTitle() {
|
||||
if ($("h4.page-title").text() != "") {
|
||||
return;
|
||||
}
|
||||
|
||||
$(".left-side-menu a.active").each(function () {
|
||||
if ($(this).siblings().length > 0) return;
|
||||
page_title = $(this).text();
|
||||
});
|
||||
|
||||
$("h4.page-title").text(page_title);
|
||||
}
|
||||
</script>
|
||||
<!-- end common js-->
|
||||
@stack("footer")
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@endsection
|
||||
|
||||
@ -0,0 +1,186 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>{{ env("APP_NAME")}}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta content="内部信息化平台" name="description"/>
|
||||
<meta content="{{csrf_token()}}" name="csrf-token"/>
|
||||
<meta content="langye.net" name="author"/>
|
||||
<!-- App favicon -->
|
||||
<link rel="shortcut icon" href="/hyper/dist/saas/assets/images/favicon.ico">
|
||||
|
||||
<!-- third party css -->
|
||||
<link href="/plugins/bootstrap-datetimepicker/bootstrap-datetimepicker.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/plugins/select2/css/select2.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
<link href="/plugins/webuploader/webuploader.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/plugins/webuploader/webuploader.my.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/plugins/sweetalert2/sweetalert2.min.css" rel="stylesheet" type="text/css"/>
|
||||
<!-- third party css end -->
|
||||
|
||||
<!-- App css -->
|
||||
<link href="/hyper/dist/saas/assets/css/icons.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/hyper/dist/saas/assets/css/app.min.css" rel="stylesheet" type="text/css" id="light-style"/>
|
||||
<link href="/hyper/dist/saas/assets/css/app-dark.min.css" rel="stylesheet" type="text/css" id="dark-style"/>
|
||||
<link href="/css/common.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
@stack("header")
|
||||
|
||||
<style>
|
||||
.card-body{
|
||||
overflow: scroll;
|
||||
}
|
||||
.table td {
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.table th {
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
}
|
||||
body[data-leftbar-compact-mode=condensed] .wrapper .content-page{
|
||||
margin-left: 0px;
|
||||
}
|
||||
.content-page{
|
||||
margin-left: 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="loading"
|
||||
data-layout-config='{"leftSideBarTheme":"default","layoutBoxed":false, "leftSidebarCondensed":false, "leftSidebarScrollable":false,"darkMode":false, "showRightSidebarOnStart": false}'>
|
||||
<!-- Begin page -->
|
||||
|
||||
<!-- Pre-loader -->
|
||||
<div id="preloader">
|
||||
<div id="status">
|
||||
<div class="bouncing-loader">
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Preloader-->
|
||||
|
||||
<div class="wrapper">
|
||||
<!-- ========== Left Sidebar Start ========== -->
|
||||
<!-- Left Sidebar End -->
|
||||
|
||||
<!-- ============================================================== -->
|
||||
<!-- Start Page Content here -->
|
||||
<!-- ============================================================== -->
|
||||
|
||||
<div class="content-page">
|
||||
<div class="content">
|
||||
|
||||
<!-- end Topbar -->
|
||||
|
||||
<!-- Start Content-->
|
||||
<div class="container-fluid position-relative">
|
||||
|
||||
<!-- start page title -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="page-title-box">
|
||||
<div class="page-title-right">
|
||||
|
||||
</div>
|
||||
<h4 class="page-title">陪护工作满意度调查表</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end page title -->
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
@include("public._form")
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- container -->
|
||||
</div>
|
||||
<!-- content -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<footer class="footer">
|
||||
<div class="container-fluid position-relative">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
{{ date("Y") }} © {{ env("COPYRIGHT") }}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="text-md-right footer-links d-none d-md-block">
|
||||
{{ isset($laravel_duration) ? $laravel_duration : "" }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- end Footer -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ============================================================== -->
|
||||
<!-- End Page content -->
|
||||
<!-- ============================================================== -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- END wrapper -->
|
||||
|
||||
<div class="rightbar-overlay"></div>
|
||||
<!-- /Right-bar -->
|
||||
|
||||
<!-- bundle -->
|
||||
<script src="/hyper/dist/saas/assets/js/vendor.min.js"></script>
|
||||
<script src="/hyper/dist/saas/assets/js/app.min.js"></script>
|
||||
|
||||
<!-- third party js -->
|
||||
<script src="/plugins/jquery-validate/jquery.validate.min.js" type="text/javascript"></script>
|
||||
<script src="/plugins/jquery-validate/additional-methods.js" type="text/javascript"></script>
|
||||
<script src="/plugins/jquery-validate/localization/messages_zh.js" type="text/javascript"></script>
|
||||
<script src="/plugins/moment/js/moment-with-locales.min.js"></script>
|
||||
<script src="/plugins/bootstrap-datetimepicker/bootstrap-datetimepicker.js"></script>
|
||||
<script src="/plugins/autofill/jquery.formautofill.min.js"></script>
|
||||
<script src="/plugins/webuploader/webuploader.nolog.js"></script>
|
||||
<script src="/plugins/bignumber/bignumber.js"></script>
|
||||
<script src="/plugins/select2/js/select2.full.js" type="text/javascript"></script>
|
||||
<script src="/plugins/select2/js/pinyin.js" type="text/javascript"></script>
|
||||
<script src="/plugins/sweetalert2/sweetalert2.min.js"></script>
|
||||
<!-- third party js ends -->
|
||||
|
||||
<!-- common js -->
|
||||
<script src="/js/common.js"></script>
|
||||
<script>
|
||||
var page_title = "{{ isset($pageTitle) ? $pageTitle : "" }}";
|
||||
|
||||
$(function () {
|
||||
setPageTitle();
|
||||
});
|
||||
|
||||
function setPageTitle() {
|
||||
if ($("h4.page-title").text() != "") {
|
||||
return;
|
||||
}
|
||||
|
||||
$(".left-side-menu a.active").each(function () {
|
||||
if ($(this).siblings().length > 0) return;
|
||||
page_title = $(this).text();
|
||||
});
|
||||
|
||||
$("h4.page-title").text(page_title);
|
||||
}
|
||||
</script>
|
||||
<!-- end common js-->
|
||||
@stack("footer")
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Loading…
Reference in new issue