Intermédiaire

This commit is contained in:
2021-04-02 11:26:26 +02:00
parent d2eefb6b5f
commit 0c681bf4ff
559 changed files with 39669 additions and 49754 deletions

View File

@@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.38, created on 2021-02-18 20:49:57
/* Smarty version 3.1.39, created on 2021-03-19 10:53:34
from '/var/www/html/src/templates/header.smarty' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.38',
'unifunc' => 'content_602ed2f580a332_00306590',
'version' => '3.1.39',
'unifunc' => 'content_605482aea0d219_05324795',
'has_nocache_code' => false,
'file_dependency' =>
array (
'18b287ea8111ec650808fcf2a53c64382bec01db' =>
array (
0 => '/var/www/html/src/templates/header.smarty',
1 => 1613677022,
1 => 1616151208,
2 => 'file',
),
),
@@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_602ed2f580a332_00306590 (Smarty_Internal_Template $_smarty_tpl) {
function content_605482aea0d219_05324795 (Smarty_Internal_Template $_smarty_tpl) {
?><!DOCTYPE html>
<html lang="fr">
<head>
@@ -43,28 +43,48 @@ function content_602ed2f580a332_00306590 (Smarty_Internal_Template $_smarty_tpl)
<title><?php echo $_smarty_tpl->tpl_vars['Title']->value;?>
</title>
<link href="vendor/components/jqueryui/themes/base/jquery-ui.min.css" rel="stylesheet" />
<link href="vendor/twbs/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/vakata/jstree/dist/themes/default/style.min.css" rel="stylesheet">
<!-- Style -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- Javascript -->
<?php echo '<script'; ?>
src="js/jquery.min.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="js/bootstrap.min.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="js/scripts.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="js/jstree.min.js"><?php echo '</script'; ?>
>
<link href="css/jstree.min.css" rel="stylesheet">
<link href="src/css/style.css" rel="stylesheet">
<meta name="generator" content="Hand Made" >
<meta name="author" content="Serge NOEL" >
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8">
<meta http-equiv="expires" content="0">
<?php echo '<script'; ?>
src="vendor/components/jquery/jquery.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="vendor/components/jqueryui/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="vendor/twbs/bootstrap/dist/js/bootstrap.min.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="vendor/vakata/jstree/dist/jstree.min.js"><?php echo '</script'; ?>
>
<!-- <?php echo '<script'; ?>
src="https://kit.fontawesome.com/c9a8327197.js" crossorigin="anonymous"><?php echo '</script'; ?>
> -->
<?php }
<?php echo '<script'; ?>
src="src/javascript/main.js"><?php echo '</script'; ?>
>
<link href="src/css/contextFonts.css" rel="stylesheet" type="text/css" />
</head><?php }
}