Convert all website to double virtual host (cts.fr / ctsstatic.fr)
This commit is contained in:
parent
0ae741f6be
commit
b187f868f3
49
server_static/index.php
Normal file
49
server_static/index.php
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<title>Static - CTS</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="icon" type="image/png" href="assets/images/logo_petit.png">
|
||||||
|
<link rel="stylesheet" type="text/css" href="assets/css/index.css">
|
||||||
|
<meta name="description" content="Page d'accueil de CTS">
|
||||||
|
<link rel="manifest" href="./manifest/manifest.json" />
|
||||||
|
<meta name="theme-color" content="#3f51b5"/>
|
||||||
|
<link rel="apple-touch-icon" href="assets/images/logo512.png">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="limiter">
|
||||||
|
<div class="boite-login">
|
||||||
|
<div id="zone-login" class="zone-login hidden">
|
||||||
|
<form method="post" class="form-login validate">
|
||||||
|
<div class="info_message">Erreur de connexion Internet, veuillez vous connecter</div>
|
||||||
|
|
||||||
|
<span class="form-title"><img src="assets/images/logo.png" alt="Cesi Ton Stage"></span>
|
||||||
|
|
||||||
|
<div class="zone-input validate-input" data-validate="Saisissez un identifiant" style="margin-bottom: 16px;">
|
||||||
|
<input class="input-forms" type="text" name="user" placeholder="Identifiant" autocapitalize="off" autocomplete="off">
|
||||||
|
<span class="focus-input"></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="zone-input validate-input" data-validate = "Saisissez un mot de passe">
|
||||||
|
<input class="input-forms" id="passwd" type="password" name="pass" placeholder="Mot de passe">
|
||||||
|
<span class="focus-input"></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="text-align:right!important;padding-top: 13px;padding-bottom: 23px;">
|
||||||
|
<a href="#" class="txt2">Identifiant / Mot de passe</a>
|
||||||
|
<span class="txt1"> perdu ?</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="boite-form-btn">
|
||||||
|
<button class="form-btn">CONNEXION</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<?php require "controller/Script.php" ?>
|
||||||
|
<script src="assets/js/index.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -13,7 +13,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Accueil - CTS</title>
|
<title>Accueil - CTS</title>
|
||||||
<meta name="description" content="Page d'accueil de CTS">
|
<meta name="description" content="Page d'accueil de CTS">
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/accueil.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/accueil.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -22,7 +22,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<?php require "controller/Top_bar.php" ?>
|
<?php require "controller/Top_bar.php" ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="bubble">
|
<div class="bubble">
|
||||||
<img src="assets/images/fond_cesi_large.png" alt="fond cesi">
|
<img src="http://ctsstatic.fr/assets/images/fond_cesi_large.png" alt="fond cesi">
|
||||||
<div class="centered">CTS vous conduit vers la réussite</div>
|
<div class="centered">CTS vous conduit vers la réussite</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bubble">
|
<div class="bubble">
|
||||||
@ -46,7 +46,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/accueil.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/accueil.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -37,7 +37,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Candidatures - CTS</title>
|
<title>Candidatures - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/candidatures.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/candidatures.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -370,7 +370,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/candidatures.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/candidatures.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<?php require "Head.php" ?>
|
<?php require "Head.php" ?>
|
||||||
<title>Accès refusé - CTS</title>
|
<title>Accès refusé - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/403.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/403.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -21,6 +21,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "Script.php" ?>
|
<?php require "Script.php" ?>
|
||||||
<script src="assets/js/403.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/403.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -1,6 +1,6 @@
|
|||||||
<link rel="stylesheet" href="./assets/vendors/fontawesome/css/all.min.css">
|
<link rel="stylesheet" href="http://ctsstatic.fr/assets/vendors/fontawesome/css/all.min.css">
|
||||||
<link rel="stylesheet" href="./assets/css/nav_bar.css">
|
<link rel="stylesheet" href="http://ctsstatic.fr/assets/css/nav_bar.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/png" href="assets/images/logo_petit.png">
|
<link rel="icon" type="image/png" href="http://ctsstatic.fr/assets/images/logo_petit.png">
|
||||||
<meta name="description" content="Page du site internet de CTS">
|
<meta name="description" content="Page du site internet de CTS">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
@ -3,9 +3,9 @@ use PHPMailer\PHPMailer\PHPMailer;
|
|||||||
use PHPMailer\PHPMailer\SMTP;
|
use PHPMailer\PHPMailer\SMTP;
|
||||||
use PHPMailer\PHPMailer\Exception;
|
use PHPMailer\PHPMailer\Exception;
|
||||||
|
|
||||||
require_once '../assets/vendors/phpmailer/src/Exception.php';
|
require_once 'http://ctsstatic.fr/assets/vendors/phpmailer/src/Exception.php';
|
||||||
require_once '../assets/vendors/phpmailer/src/PHPMailer.php';
|
require_once 'http://ctsstatic.fr/assets/vendors/phpmailer/src/PHPMailer.php';
|
||||||
require_once '../assets/vendors/phpmailer/src/SMTP.php';
|
require_once 'http://ctsstatic.fr/assets/vendors/phpmailer/src/SMTP.php';
|
||||||
|
|
||||||
$mail = new PHPMailer(true);
|
$mail = new PHPMailer(true);
|
||||||
|
|
||||||
|
|||||||
@ -70,7 +70,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="nav_title">
|
<li class="nav_title">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="assets/images/logo_petit.png" alt="Cesi Ton Stage">
|
<img src="http://ctsstatic.fr/assets/images/logo_petit.png" alt="Cesi Ton Stage">
|
||||||
<span class="title">Cesi Ton Stage</span>
|
<span class="title">Cesi Ton Stage</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -3,9 +3,9 @@ use PHPMailer\PHPMailer\PHPMailer;
|
|||||||
use PHPMailer\PHPMailer\SMTP;
|
use PHPMailer\PHPMailer\SMTP;
|
||||||
use PHPMailer\PHPMailer\Exception;
|
use PHPMailer\PHPMailer\Exception;
|
||||||
|
|
||||||
require_once '../assets/vendors/phpmailer/src/Exception.php';
|
require_once 'http://ctsstatic.fr/assets/vendors/phpmailer/src/Exception.php';
|
||||||
require_once '../assets/vendors/phpmailer/src/PHPMailer.php';
|
require_once 'http://ctsstatic.fr/assets/vendors/phpmailer/src/PHPMailer.php';
|
||||||
require_once '../assets/vendors/phpmailer/src/SMTP.php';
|
require_once 'http://ctsstatic.fr/assets/vendors/phpmailer/src/SMTP.php';
|
||||||
|
|
||||||
$mail = new PHPMailer(true);
|
$mail = new PHPMailer(true);
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
<script src="assets/vendors/jquery/jquery-3.6.0.min.js"></script>
|
<script src="http://ctsstatic.fr/assets/vendors/jquery/jquery-3.6.0.min.js"></script>
|
||||||
<script src="assets/js/nav_bar.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/nav_bar.js"></script>
|
||||||
<script src="assets/js/sha1.min.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/sha1.min.js"></script>
|
||||||
@ -42,7 +42,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Favoris - CTS</title>
|
<title>Favoris - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/favoris.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/favoris.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -128,7 +128,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/favoris.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/favoris.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -12,7 +12,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Delegues - Gestion - CTS</title>
|
<title>Delegues - Gestion - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/gestion_delegates.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/gestion_delegates.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -25,7 +25,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/gestion_delegates.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/gestion_delegates.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -24,7 +24,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Entreprises - Gestion - CTS</title>
|
<title>Entreprises - Gestion - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/gestion_entreprises.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/gestion_entreprises.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="modal_add_edit" class="modal">
|
<div id="modal_add_edit" class="modal">
|
||||||
@ -131,7 +131,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/gestion_entreprises.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/gestion_entreprises.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -12,7 +12,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Pilotes - Gestion - CTS</title>
|
<title>Pilotes - Gestion - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/gestion_pilots.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/gestion_pilots.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -25,7 +25,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/gestion_pilots.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/gestion_pilots.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -12,7 +12,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Stages - Gestion - CTS</title>
|
<title>Stages - Gestion - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/gestion_stages.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/gestion_stages.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -25,7 +25,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/gestion_stages.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/gestion_stages.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -12,7 +12,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Etudiants - Gestion - CTS</title>
|
<title>Etudiants - Gestion - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/gestion_students.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/gestion_students.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -25,7 +25,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/gestion_students.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/gestion_students.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -40,7 +40,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Gestions - CTS</title>
|
<title>Gestions - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/gestions.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/gestions.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -106,7 +106,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/gestions.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/gestions.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -15,12 +15,12 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<title>Connexion - CTS</title>
|
<title>Connexion - CTS</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/png" href="assets/images/logo_petit.png">
|
<link rel="icon" type="image/png" href="http://ctsstatic.fr/assets/images/logo_petit.png">
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/index.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/index.css">
|
||||||
<meta name="description" content="Page d'accueil de CTS">
|
<meta name="description" content="Page d'accueil de CTS">
|
||||||
<link rel="manifest" href="./manifest/manifest.json" />
|
<link rel="manifest" href="./manifest/manifest.json" />
|
||||||
<meta name="theme-color" content="#3f51b5"/>
|
<meta name="theme-color" content="#3f51b5"/>
|
||||||
<link rel="apple-touch-icon" href="assets/images/logo512.png">
|
<link rel="apple-touch-icon" href="http://ctsstatic.fr/assets/images/logo512.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="limiter">
|
<div class="limiter">
|
||||||
@ -29,7 +29,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<form method="post" class="form-login validate">
|
<form method="post" class="form-login validate">
|
||||||
<div class="info_message">Erreur de connexion Internet, veuillez vous connecter</div>
|
<div class="info_message">Erreur de connexion Internet, veuillez vous connecter</div>
|
||||||
|
|
||||||
<span class="form-title"><img src="assets/images/logo.png" alt="Cesi Ton Stage"></span>
|
<span class="form-title"><img src="http://ctsstatic.fr/assets/images/logo.png" alt="Cesi Ton Stage"></span>
|
||||||
|
|
||||||
<div class="zone-input validate-input" data-validate="Saisissez un identifiant" style="margin-bottom: 16px;">
|
<div class="zone-input validate-input" data-validate="Saisissez un identifiant" style="margin-bottom: 16px;">
|
||||||
<input class="input-forms" type="text" name="user" placeholder="Identifiant" autocapitalize="off" autocomplete="off">
|
<input class="input-forms" type="text" name="user" placeholder="Identifiant" autocapitalize="off" autocomplete="off">
|
||||||
@ -54,7 +54,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/index.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -9,19 +9,19 @@
|
|||||||
"background_color": "#3f51b5",
|
"background_color": "#3f51b5",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "../assets/images/logo128.png",
|
"src": "http://ctsstatic.fr/assets/images/logo128.png",
|
||||||
"sizes": "128x128",
|
"sizes": "128x128",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable any"
|
"purpose": "maskable any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "../assets/images/logo144.png",
|
"src": "http://ctsstatic.fr/assets/images/logo144.png",
|
||||||
"sizes": "144x144",
|
"sizes": "144x144",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable any"
|
"purpose": "maskable any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "../assets/images/logo512.png",
|
"src": "http://ctsstatic.fr/assets/images/logo512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable any"
|
"purpose": "maskable any"
|
||||||
|
|||||||
@ -25,7 +25,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Offres - CTS</title>
|
<title>Offres - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/offres.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/offres.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -74,7 +74,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/offres.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/offres.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -76,7 +76,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Entreprises - CTS</title>
|
<title>Entreprises - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/offres_entreprises.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/offres_entreprises.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -215,7 +215,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/offres_entreprises.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/offres_entreprises.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -105,7 +105,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Stages - CTS</title>
|
<title>Stages - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/offres_stages.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/offres_stages.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="modal_postuler" class="modal">
|
<div id="modal_postuler" class="modal">
|
||||||
@ -317,7 +317,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/offres_stages.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/offres_stages.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -16,7 +16,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
<head>
|
<head>
|
||||||
<?php require "controller/Head.php" ?>
|
<?php require "controller/Head.php" ?>
|
||||||
<title>Paramètres - CTS</title>
|
<title>Paramètres - CTS</title>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/parameters.css">
|
<link rel="stylesheet" type="text/css" href="http://ctsstatic.fr/assets/css/parameters.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php require "controller/Script.php" ?>
|
<?php require "controller/Script.php" ?>
|
||||||
<script src="assets/js/parameters.js"></script>
|
<script src="http://ctsstatic.fr/assets/js/parameters.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user