361 lines
12 KiB
PHP
Executable File
361 lines
12 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<title>{{ config('app.name') }}</title>
|
|
|
|
<link rel="stylesheet" href="{{ asset('assets/dist/css/adminlte.css') }}">
|
|
|
|
<link rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
|
|
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/fontawesome-6.4.2/css/all.css') }}">
|
|
|
|
<!-- Ionicons - 6.4.2 -->
|
|
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
|
|
<!-- Tempusdominus Bootstrap 4 -->
|
|
<link rel="stylesheet"
|
|
href="{{ asset('assets/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css') }}">
|
|
<!-- iCheck -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/icheck-bootstrap/icheck-bootstrap.min.css') }}">
|
|
<!-- JQVMap -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/jqvmap/jqvmap.min.css') }}">
|
|
<!-- Theme style -->
|
|
|
|
<!-- overlayScrollbars -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/overlayScrollbars/css/OverlayScrollbars.min.css') }}">
|
|
<!-- Daterange picker -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/daterangepicker/daterangepicker.css') }}">
|
|
<!-- summernote -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/summernote/summernote-bs4.min.css') }}">
|
|
<!-- jQuery UI -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/jquery-ui/jquery-ui.css') }}">
|
|
|
|
<!-- daterange picker -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/daterangepicker/daterangepicker.css') }}">
|
|
|
|
<!-- DataTables -->
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/datatables-bs4/css/dataTables.bootstrap4.min.css') }}">
|
|
|
|
<link rel="stylesheet"
|
|
href="{{ asset('assets/plugins/datatables-responsive/css/responsive.bootstrap4.min.css') }}">
|
|
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/datatables-buttons/css/buttons.bootstrap4.min.css') }}">
|
|
|
|
<!-- jQuery -->
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
<!-- DataTables CSS -->
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.3/css/dataTables.bootstrap4.min.css">
|
|
<!-- DataTables JavaScript -->
|
|
<script src="https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js"></script>
|
|
<!-- DataTables Bootstrap 4 JavaScript -->
|
|
<script src="https://cdn.datatables.net/1.11.3/js/dataTables.bootstrap4.min.js"></script>
|
|
<!-- DataTables Buttons JavaScript -->
|
|
<script src="https://cdn.datatables.net/buttons/1.7.1/js/dataTables.buttons.min.js"></script>
|
|
|
|
<!-- HTML5 QRCode-->
|
|
<script src="{{ URL::asset('assets/plugins/html5-qrcode/html5-qrcode.min.js') }}"></script>
|
|
|
|
|
|
{{-- Graficos para gestao com chart.js --}}
|
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels"></script>
|
|
|
|
|
|
|
|
<style>
|
|
.scrollable-list {
|
|
max-height: 200px;
|
|
/* Ajuste a altura máxima conforme necessário */
|
|
overflow-y: auto;
|
|
/* Permite a rolagem vertical se o conteúdo exceder a altura máxima */
|
|
}
|
|
|
|
.scrollable-list-xl {
|
|
max-height: 600px;
|
|
/* Ajuste a altura máxima conforme necessário */
|
|
overflow-y: auto;
|
|
/* Permite a rolagem vertical se o conteúdo exceder a altura máxima */
|
|
}
|
|
|
|
.line-text {
|
|
margin-right: 10px;
|
|
/* ou o espaçamento que você preferir */
|
|
}
|
|
|
|
.empty-fields {
|
|
/* qualquer estilo adicional necessário */
|
|
}
|
|
|
|
|
|
#isptGroupLink:hover {
|
|
color: #EAF3F6;
|
|
}
|
|
|
|
.spin {
|
|
animation: spin 1s infinite linear;
|
|
}
|
|
|
|
@keyframes spin {
|
|
from {
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
/* ***************************** */
|
|
.accordion {
|
|
overflow-anchor: none;
|
|
}
|
|
|
|
.accordion>.card {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.accordion>.card:not(:last-of-type) {
|
|
border-bottom: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.accordion>.card:not(:first-of-type) {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.accordion>.card>.card-header {
|
|
border-radius: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* Nome de baixo do circulo */
|
|
.steps {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 2rem;
|
|
position: relative;
|
|
|
|
}
|
|
|
|
/* Nome dentro do circulo de ainda não de chegar o progress bar */
|
|
.step-button {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
border: none;
|
|
background-color: var(--prm-gray);
|
|
transition: .4s;
|
|
display: flex;
|
|
align-items: center;
|
|
text-align: center;
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.step-button[aria-expanded="true"] {
|
|
width: 60px;
|
|
height: 60px;
|
|
background-color: var(--prm-color);
|
|
color: #fff;
|
|
}
|
|
|
|
.done {
|
|
background-color: var(--prm-color);
|
|
color: #fff;
|
|
|
|
|
|
}
|
|
|
|
|
|
.step-item {
|
|
z-index: 10;
|
|
text-align: center;
|
|
}
|
|
|
|
#progress {
|
|
-webkit-appearance: none;
|
|
position: absolute;
|
|
width: 95%;
|
|
z-index: 5;
|
|
height: 10px;
|
|
margin-left: 18px;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
/* to customize progress bar */
|
|
#progress::-webkit-progress-value {
|
|
background-color: var(--prm-color);
|
|
transition: .5s ease;
|
|
}
|
|
|
|
#progress::-webkit-progress-bar {
|
|
background-color: var(--prm-gray);
|
|
|
|
}
|
|
|
|
#editImg {
|
|
width: 215px;
|
|
height: 215px;
|
|
object-fit: cover;
|
|
/* Isso fará com que a imagem cubra completamente a área sem distorcer */
|
|
}
|
|
|
|
|
|
.nav-sidebar .nav-link {
|
|
display: flex;
|
|
align-items: center;
|
|
/* Alinha ícones e textos verticalmente */
|
|
justify-content: flex-start;
|
|
/* Alinha à esquerda */
|
|
padding-left: 10px;
|
|
/* Adiciona espaçamento à esquerda */
|
|
}
|
|
|
|
.nav-sidebar .nav-link i {
|
|
margin-right: 10px;
|
|
/* Espaçamento entre o ícone e o texto */
|
|
}
|
|
|
|
.nav-sidebar .nav-treeview .nav-link {
|
|
padding-left: 20px;
|
|
/* Aumenta o recuo para subitens */
|
|
}
|
|
|
|
.nav-sidebar .nav-treeview .nav-item>.nav-link p {
|
|
margin-left: 5px;
|
|
/* Ajusta a distância entre o ícone e o texto */
|
|
}
|
|
|
|
.nav-sidebar .nav-item .btn-danger {
|
|
width: 100%;
|
|
/* Garante que o botão ocupe toda a largura */
|
|
text-align: left;
|
|
/* Alinha o texto dentro do botão à esquerda */
|
|
}
|
|
|
|
.nav-sidebar .nav-item .btn-danger i {
|
|
margin-right: 10px;
|
|
/* Espaçamento entre ícone e texto no botão de logout */
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="hold-transition sidebar-mini layout-fixed">
|
|
|
|
<!-- Wrapper -->
|
|
<div class="wrapper">
|
|
|
|
<!-- Preloader -->
|
|
<div class="preloader flex-column justify-content-center align-items-center">
|
|
<img class="animation__shake spin" src="{{ asset('img/logo4.0.jpg') }}" alt="AdminLTELogo" height="60"
|
|
width="60">
|
|
</div>
|
|
|
|
<!-- Se o utilizador - Tecnico se logar, quer dizer que deve exebir o WorkstationsLayout ,se nao exibe outro para Admins e Clientes -->
|
|
@if (Auth::user()->type_users == 5)
|
|
@yield('Content-WorkstationsLayout')
|
|
@else
|
|
@yield('Content-AdminLayout')
|
|
@endif
|
|
|
|
</div>
|
|
<!-- ./ Wrapper -->
|
|
|
|
<footer class="main-footer">
|
|
<strong>Copyright © 2017-{{ date('Y') }} <a href="https://www.isptgroup.com" id="isptGroupLink">
|
|
ISPT - Industrial Services, SA</a>.</strong> Todos os direitos reservados.
|
|
<div class="float-right d-none d-sm-inline-block">
|
|
<b>Versão</b> {{ config('app.version') }}
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
@yield('scriptsTemplateAdmin')
|
|
{{-- Scripts-Plugins --}}
|
|
|
|
<script src="{{ asset('assets/dist/js/bootstrap.bundle.min.js') }}"></script>
|
|
|
|
<script src="{{ asset('assets/plugins/jquery/jquery.min.js') }}"></script>
|
|
<!-- jQuery UI 1.11.4 -->
|
|
<script src="{{ asset('assets/plugins/jquery-ui/jquery-ui.min.js') }}"></script>
|
|
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
|
<script>
|
|
$.widget.bridge('uibutton', $.ui.button)
|
|
</script>
|
|
<!-- Bootstrap 4 -->
|
|
<script src="{{ asset('assets/plugins/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
|
|
|
|
|
|
<!-- ChartJS -->
|
|
<script src="{{ asset('assets/plugins/chart.js/Chart.min.js') }}"></script>
|
|
<!-- Sparkline -->
|
|
<script src="{{ asset('assets/plugins/sparklines/sparkline.js') }}"></script>
|
|
<!-- JQVMap -->
|
|
<script src="{{ asset('assets/plugins/jqvmap/jquery.vmap.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/jqvmap/maps/jquery.vmap.usa.js') }}"></script>
|
|
<!-- jQuery Knob Chart -->
|
|
<script src="{{ asset('assets/plugins/jquery-knob/jquery.knob.min.js') }}"></script>
|
|
<!-- daterangepicker -->
|
|
<script src="{{ asset('assets/plugins/moment/moment.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/daterangepicker/daterangepicker.js') }}"></script>
|
|
<!-- Tempusdominus Bootstrap 4 -->
|
|
<script src="{{ asset('assets/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js') }}"></script>
|
|
<!-- Summernote -->
|
|
<script src="{{ asset('assets/plugins/summernote/summernote-bs4.min.js') }}"></script>
|
|
<!-- overlayScrollbars -->
|
|
<script src="{{ asset('assets/plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js') }}"></script>
|
|
<!-- AdminLTE App -->
|
|
<script src="{{ asset('assets/dist/js/adminlte.js') }}"></script>
|
|
<!-- AdminLTE for demo purposes -->
|
|
{{-- <script src="{{ asset('js/demo.js') }}"></script>
|
|
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
|
|
<script src="{{ asset('js/pages/dashboard.js') }}"></script> --}}
|
|
<!-- jQuery Script fadeIn fadeOut for the dropdown -->
|
|
<script src="{{ asset('assets/plugins/datatables/jquery.dataTables.min.js') }}"></script>
|
|
|
|
<script src="{{ asset('assets/plugins/datatables-bs4/js/dataTables.bootstrap4.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/datatables-responsive/js/dataTables.responsive.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/datatables-responsive/js/responsive.bootstrap4.min.js') }}"></script>
|
|
|
|
<script src="{{ asset('assets/plugins/datatables-buttons/js/dataTables.buttons.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/datatables-buttons/js/buttons.bootstrap4.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/jszip/jszip.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/pdfmake/pdfmake.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/pdfmake/vfs_fonts.js') }}"></script>
|
|
|
|
|
|
<script src="{{ asset('assets/plugins/datatables-buttons/js/buttons.html5.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/datatables-buttons/js/buttons.print.min.js') }}"></script>
|
|
<script src="{{ asset('assets/plugins/datatables-buttons/js/buttons.colVis.min.js') }}"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Script para abrir os card sem tem que click diretamente no icone -->
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$('.clickable').on('click', function(e) {
|
|
// Verifica se o clique não foi no botão
|
|
if (!$(e.target).is('.collapse-button') && !$(e.target).is('.collapse-button *')) {
|
|
$(this).find('.collapse-button').trigger('click');
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
|
|
</html>
|