update struct /src/app/views
continuous-integration/drone/push Build is passing Details

WORK-API
Antoine PINAGOT 1 year ago
parent c074d4e825
commit d1d1e35406

@ -7,7 +7,7 @@
<meta name="description" content="Erreur 401 - Accès interdit" />
<meta name="author" content="PINAGOT Antoine" />
<title>401 - HearthTrack</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body>

@ -7,7 +7,7 @@
<meta name="description" content="404 - Ressource indisponible" />
<meta name="author" content="PINAGOT Antoine" />
<title>404 - HeartTrack</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body>
@ -18,7 +18,7 @@
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="text-center mt-4">
<img class="mb-4 img-error" src="assets/img/error-404-monochrome.svg" />
<img class="mb-4 img-error" src="../assets/img/error-404-monochrome.svg" />
<p class="lead">La requête n'a pas été trouvé.</p>
<a href="home.html">
<i class="fas fa-arrow-left me-1"></i>

@ -7,7 +7,7 @@
<meta name="description" content="500 - Erreur serveur" />
<meta name="author" content="PINAGOT Antoine" />
<title>500 - HearthTrack</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body>

@ -8,7 +8,7 @@
<meta name="author" content="" />
<title>Analyses - HearthTrack</title>
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/style.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="sb-nav-fixed">
@ -125,11 +125,11 @@
<div class="datatable-top">
<div class="datatable-dropdown">
<label>
<select class="datatable-selector"><option value="5">5</option><option value="10" selected="">10</option><option value="15">15</option><option value="20">20</option><option value="25">25</option></select> entries per page
<select class="datatable-selector"><option value="5">5</option><option value="10" selected="">10</option><option value="15">15</option><option value="20">20</option><option value="25">25</option></select> valeurs par page
</label>
</div>
<div class="datatable-search">
<input class="datatable-input" placeholder="Search..." type="search" title="Search within table" aria-controls="datatablesSimple">
<input class="datatable-input" placeholder="Rechercher..." type="search" title="Search within table" aria-controls="datatablesSimple">
</div>
</div>
<table id="datatablesSimple" class="datatable-table">

@ -8,7 +8,7 @@
<meta name="author" content="" />
<title>Coaching - HearthTrack</title>
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/style.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="sb-nav-fixed">

@ -7,7 +7,7 @@
<meta name="description" content="Exercices" />
<meta name="author" content="PINAGOT Antoine" />
<title>Exercices - HearthTrack</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="sb-nav-fixed">

@ -7,7 +7,7 @@
<meta name="description" content="Exercices" />
<meta name="author" content="PINAGOT Antoine" />
<title>Amis - HearthTrack</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="sb-nav-fixed">

@ -8,13 +8,13 @@
<meta name="author" content="PINAGOT Antoine" />
<title>Accueil - HeartTrack</title>
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/style.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="sb-nav-fixed">
<nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark">
<!-- Navbar Brand-->
<img class="navbar-brand ps-3" src="../../../public/assets/img/logo.png">
<img class="navbar-brand ps-3" src="../../../../public/assets/img/logo.png">
<!-- Sidebar Toggle-->
<button class="btn btn-link btn-sm order-1 order-lg-0 me-4 me-lg-0" id="sidebarToggle" href="#!"><i class="fas fa-bars"></i></button>
<!-- Navbar Search-->
@ -44,12 +44,12 @@
<div class="nav">
<div class="sb-sidenav-menu-heading">Menu</div>
<a class="nav-link" href="home.html">
<div class="sb-nav-link-icon"><img src="assets/img/house.png"></div>
<div class="sb-nav-link-icon"><img src="../assets/img/house.png"></div>
Accueil
</a>
<div class="sb-sidenav-menu-heading">Activités</div>
<a class="nav-link" href="exercice.html">
<div class="sb-nav-link-icon"><img src="assets/img/sprinter.png"></div>
<div class="sb-nav-link-icon"><img src="../assets/img/sprinter.png"></div>
Exercices
</a>
<a class="nav-link" href="analyze.html">
@ -58,15 +58,15 @@
</a>
<div class="sb-sidenav-menu-heading">Social</div>
<a class="nav-link" href="friend.html">
<div class="sb-nav-link-icon"><img src="assets/img/group.png"></div>
<div class="sb-nav-link-icon"><img src="../assets/img/group.png"></div>
Amis
</a>
<a class="nav-link" href="coaching.html">
<div class="sb-nav-link-icon"><img src="assets/img/coaching.png"></div>
<div class="sb-nav-link-icon"><img src="../assets/img/coaching.png"></div>
Coaching
</a>
<a class="nav-link" href="mail.html">
<div class="sb-nav-link-icon"><img src="assets/img/letter.png"></div>
<div class="sb-nav-link-icon"><img src="../assets/img/letter.png"></div>
Messagerie
</a>
</div>

@ -7,7 +7,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Sidenav Light - SB Admin</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="sb-nav-fixed">

@ -7,7 +7,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Static Navigation - SB Admin</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body>

@ -7,7 +7,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Login - SB Admin</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="bg-primary">

@ -8,7 +8,7 @@
<meta name="author" content="" />
<title>Tables - SB Admin</title>
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/style.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="sb-nav-fixed">

@ -7,7 +7,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Password Reset - SB Admin</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="bg-primary">

@ -7,7 +7,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Register - SB Admin</title>
<link href="css/styles.css" rel="stylesheet" />
<link href="../css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>
<body class="bg-primary">
Loading…
Cancel
Save