mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
169 lines
6.8 KiB
PHP
Executable File
169 lines
6.8 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="{{ app()->getLocale() }}">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<!-- CSRF Token -->
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('uploads/streamline/color/streamline_icon-02.png') }}">
|
|
<title>{{ config('app.name', 'Streamline') }}</title>
|
|
<!-- Bootstrap Core CSS -->
|
|
<link href="{{ asset('elite/bootstrap/dist/css/bootstrap.min.css') }}" rel="stylesheet">
|
|
<link href="{{ asset('elite/bower_components/bootstrap-extension/css/bootstrap-extension.css') }}" rel="stylesheet">
|
|
<!-- Menu CSS -->
|
|
<link href="{{ asset('elite/bower_components/sidebar-nav/dist/sidebar-nav.min.css') }}" rel="stylesheet">
|
|
<!-- animation CSS -->
|
|
<link href="{{ asset('elite/css/animate.css') }}" rel="stylesheet">
|
|
<!-- Custom CSS -->
|
|
<link href="{{ asset('elite/css/style.css') }}" rel="stylesheet">
|
|
<!-- color CSS -->
|
|
<link href="{{ asset('elite/css/colors/green-dark.css') }}" id="theme" rel="stylesheet">
|
|
<!-- Streamline - custom -->
|
|
<link href="{{ asset('css/streamline-custom.css') }}" id="theme" rel="stylesheet">
|
|
|
|
<style type="text/css">
|
|
body{
|
|
font-size: 13px;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.fingerprint_box {
|
|
height: 280px;
|
|
width: 250px;
|
|
border: 3px solid green;
|
|
border-radius: 20px;
|
|
margin: 1rem 0;
|
|
background-color: rgb(247, 247, 247);
|
|
background-position: center;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
</style>
|
|
|
|
<!--Start of Tawk.to Script-->
|
|
{{-- <script type="text/javascript">--}}
|
|
{{-- var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date(); --}}
|
|
{{-- (function(){--}}
|
|
{{-- var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0]; --}}
|
|
{{-- s1.async = true; --}}
|
|
{{-- s1.src = '{{ asset('enbedtalk / default.js') }}'; --}}
|
|
{{-- s1.charset = 'UTF-8'; --}}
|
|
{{-- s1.setAttribute('crossorigin', '*'); --}}
|
|
{{-- s0.parentNode.insertBefore(s1, s0); --}}
|
|
{{-- })(); --}}
|
|
{{--</script>--}}
|
|
<!--End of Tawk.to Script-->
|
|
|
|
@stack('styles')
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Preloader -->
|
|
<div class="preloader">
|
|
<div class="cssload-speeding-wheel"></div>
|
|
</div>
|
|
<div id="wrapper">
|
|
<!-- Top navigation -->
|
|
@include('layouts.top')
|
|
<!-- .Top navigation -->
|
|
@if (session()->has('streamline_setup') == FALSE)
|
|
@include('layouts.nav')
|
|
@endif
|
|
<!-- Page Content -->
|
|
<div id="page-wrapper">
|
|
<div class="container-fluid" style="background: #708090;">
|
|
{{-- <div class="container-fluid">--}}
|
|
<!--row -->
|
|
@yield('content')
|
|
<!-- /.row -->
|
|
<!-- .right-sidebar -->
|
|
@include('layouts.options')
|
|
<!-- /.right-sidebar -->
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
<footer class="footer text-center"> {{ date('Y')}} © Stre@mline {{ __('layout.powered_by') }} Kisiizi Hospital {{ __('layout.and') }} Streamline Health Ltd - {{ __('layout.version_number') }} - </footer>
|
|
</div>
|
|
<!-- /#page-wrapper -->
|
|
</div>
|
|
<!-- /#wrapper -->
|
|
<!-- jQuery -->
|
|
<script src="{{ asset('elite/bower_components/jquery/dist/jquery.min.js') }}"></script>
|
|
<!-- Bootstrap Core JavaScript -->
|
|
<script src="{{ asset('elite/bootstrap/dist/js/tether.min.js') }}"></script>
|
|
<script src="{{ asset('elite/bootstrap/dist/js/bootstrap.min.js') }}"></script>
|
|
<script src="{{ asset('elite/bower_components/bootstrap-extension/js/bootstrap-extension.min.js') }}"></script>
|
|
<!-- Menu Plugin JavaScript -->
|
|
<script src="{{ asset('elite/bower_components/sidebar-nav/dist/sidebar-nav.min.js') }}"></script>
|
|
<!--slimscroll JavaScript -->
|
|
<script src="{{ asset('elite/js/jquery.slimscroll.js') }}"></script>
|
|
<!--Wave Effects -->
|
|
<script src="{{ asset('elite/js/waves.js') }}"></script>
|
|
<!-- Custom Theme JavaScript -->
|
|
<script src="{{ asset('elite/js/custom.min.js') }}"></script>
|
|
<!--Style Switcher -->
|
|
<script src="{{ asset('elite/bower_components/styleswitcher/jQuery.style.switcher.js') }}"></script>
|
|
|
|
<script type="text/javascript">
|
|
//Set ajax callbacks
|
|
$.ajaxSetup({
|
|
headers: {
|
|
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
|
}
|
|
});
|
|
// prevent multiple submissions of the forms
|
|
$("form").submit(function() {
|
|
$(this).submit(function() {
|
|
return false;
|
|
});
|
|
return true;
|
|
});
|
|
// new click event to capture if the user wants to close the sidebar
|
|
$(".open-close-custom").on('click', function () {
|
|
if ($("body").hasClass("content-wrapper")) {
|
|
$("body").trigger("resize");
|
|
$(".sidebar-nav, .slimScrollDiv").css("overflow", "hidden").parent().css("overflow", "visible");
|
|
$("body").removeClass("content-wrapper");
|
|
$(".open-close i").addClass("icon-arrow-left-circle");
|
|
$(".logo span").show();
|
|
localStorage.setItem("sidebarState", "0");
|
|
} else {
|
|
$("body").trigger("resize");
|
|
$(".sidebar-nav, .slimScrollDiv").css("overflow-x", "visible").parent().css("overflow", "visible");
|
|
$("body").addClass("content-wrapper");
|
|
$(".open-close i").removeClass("icon-arrow-left-circle");
|
|
$(".logo span").hide();
|
|
localStorage.setItem("sidebarState", "1");
|
|
}
|
|
});
|
|
$(window).load(function() {
|
|
// once all the window elements have loaded, check state of the sidebar
|
|
let sidebarState = localStorage.getItem("sidebarState");
|
|
if (sidebarState == 1){
|
|
// if the sidebar status is hidden, hide the sidebar
|
|
$("body").trigger("resize");
|
|
$(".sidebar-nav, .slimScrollDiv").css("overflow-x", "visible").parent().css("overflow", "visible");
|
|
$("body").addClass("content-wrapper");
|
|
$(".open-close i").removeClass("icon-arrow-left-circle");
|
|
$(".logo span").hide();
|
|
}
|
|
});
|
|
</script>
|
|
|
|
@stack('scripts')
|
|
<script src="{{ asset('elite/bower_components/styleswitcher/jQuery.style.switcher.js') }}"></script>
|
|
</body>
|
|
</html>
|