Line 1... |
Line 1... |
1 |
<!DOCTYPE html>
|
1 |
<!DOCTYPE html>
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
3 |
<head>
|
3 |
<head>
|
4 |
<title><?php echo $mode; ?> de widget de saisie du CeL</title>
|
4 |
<title><?= $mode; ?> de widget de saisie du CeL</title>
|
Line 5... |
Line 5... |
5 |
|
5 |
|
6 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
6 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
7 |
<meta http-equiv="Content-style-type" content="text/css" />
|
7 |
<meta http-equiv="Content-style-type" content="text/css" />
|
8 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
8 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
9 |
<meta http-equiv="Content-language" content="fr" />
|
9 |
<meta http-equiv="Content-language" content="fr" />
|
10 |
<meta name="revisit-after" content="15 days" />
|
10 |
<meta name="revisit-after" content="15 days" />
|
Line 26... |
Line 26... |
26 |
<meta property="og:locale" content="fr_FR" />
|
26 |
<meta property="og:locale" content="fr_FR" />
|
Line 27... |
Line 27... |
27 |
|
27 |
|
28 |
<!-- Favicones -->
|
28 |
<!-- Favicones -->
|
Line 29... |
Line -... |
29 |
<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
- |
|
30 |
|
- |
|
31 |
<!-- Jquery -->
|
- |
|
32 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.min.js"></script>
|
- |
|
33 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery-ui-1.8.17.custom.min.js"></script>
|
- |
|
34 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery.ui.datepicker-fr.js"></script>
|
- |
|
35 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.9.0/jquery.validate.js"></script>
|
- |
|
36 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.9.0/messages_fr.js"></script>
|
- |
|
37 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/form/2.95/jquery.form.min.js"></script>
|
- |
|
38 |
<script type="text/javascript" src="https://resources.tela-botanica.org/bootstrap/3.1.0/js/bootstrap.min.js"></script>
|
- |
|
39 |
|
- |
|
40 |
<!-- Barre de navigation -->
|
- |
|
41 |
<?php if ($bar !== false): ?>
|
- |
|
42 |
<script src="<?php echo $url_script_navigation; ?>"></script>
|
- |
|
43 |
<?php endif; ?>
|
29 |
<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
44 |
|
30 |
|
45 |
<!-- CSS -->
|
31 |
<!-- CSS -->
|
46 |
<link href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen">
|
32 |
<link href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen">
|
47 |
<link rel="stylesheet" type="text/css" href="https://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css">
|
33 |
<link rel="stylesheet" type="text/css" href="https://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css" />
|
Line 48... |
Line 34... |
48 |
<link rel="stylesheet" type="text/css" href="<?php echo $url_base; ?>modules/manager/squelettes/css/manager.css" media="screen">
|
34 |
<link rel="stylesheet" type="text/css" href="<?= $url_base; ?>modules/manager/squelettes/css/manager.css" media="screen" />
|
49 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
|
35 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous" />
|
50 |
|
36 |
|
51 |
<!-- Google Analytics -->
|
37 |
<!-- Google Analytics -->
|
52 |
<?php if($prod): ?>
|
38 |
<?php if( $prod ) : ?>
|
Line 53... |
Line 39... |
53 |
<?php include "analytics.html"; ?>
|
39 |
<?php include "analytics.html"; ?>
|
54 |
<?php endif; ?>
|
40 |
<?php endif; ?>
|
55 |
</head>
|
41 |
</head>
|
56 |
|
42 |
|
57 |
<body>
|
43 |
<body>
|
58 |
<div id="zone-appli" class="container">
|
44 |
<div id="zone-appli" class="container">
|
59 |
<?php if ($bar !== false): ?>
|
45 |
<?php if ( $bar !== false ) : ?>
|
60 |
<div id="tb-navigation" data-courant="widget-cel-export" data-squelette="bootstrap3" data-mode="prod"></div>
|
46 |
<div id="tb-navigation" data-courant="widget-cel-export" data-squelette="bootstrap3" data-mode="prod"></div>
|
61 |
<br/>
|
47 |
<br/>
|
Line 62... |
Line 48... |
62 |
<?php endif; ?>
|
48 |
<?php endif; ?>
|
Line 63... |
Line 49... |
63 |
<h1 id="widget-titre" class="widget-titre"><?php echo ucfirst($mode); ?> de widget de saisie du CEL</h1>
|
49 |
<h1 id="widget-titre" class="widget-titre"><?php echo ucfirst( $mode ); ?> de widget de saisie du CEL</h1>
|
64 |
<div id="register-page">
|
50 |
<div id="register-page">
|
65 |
<div id="group-settings-form" class="row">
|
51 |
<div id="group-settings-form" class="row">
|
66 |
|
52 |
|
67 |
<div class="widget-blocks col-md-4">
|
53 |
<div class="widget-blocks col-md-4">
|
68 |
|
54 |
|
69 |
<p class="message">
|
55 |
<p class="message">
|
70 |
<?php if ($mode === 'modification') : ?>
|
56 |
<?php if ( $mode === 'modification' ) : ?>
|
71 |
Attention vous modifiez un widget déjà existant, le tag et la langue ne peuvent pas être changés.
|
57 |
Attention vous modifiez un widget déjà existant, le tag et la langue ne peuvent pas être changés.
|
Line 72... |
Line 58... |
72 |
S'il s'agit d'un projet type, en modifiant ce widget vous modifiez tous les widgets de ce type.
|
58 |
S'il s'agit d'un projet type, en modifiant ce widget vous modifiez tous les widgets de ce type.
|
73 |
<?php else : ?>
|
59 |
<?php else : ?>
|
Line 74... |
Line 60... |
74 |
Vous créez un widget, si vous choississez de le mettre dans un type, certains champs deviendront
|
60 |
Vous créez un widget, si vous choississez de le mettre dans un type, certains champs deviendront
|
Line 75... |
Line 61... |
75 |
obligatoires et la localisation (point ou rue) sera automatiquement déterminée.
|
61 |
obligatoires et la localisation (point ou rue) sera automatiquement déterminée.
|
76 |
<?php endif; ?>
|
62 |
<?php endif; ?>
|
77 |
</p>
|
63 |
</p>
|
Line 78... |
Line 64... |
78 |
|
64 |
|
79 |
<form action="<?php echo $url_base; ?>manager?mode=<?php echo $mode.$params; ?>" id="basic-widget-form" class="standard-form component component-text" method="post" enctype="multipart/form-data">
|
65 |
<form action="<?= $url_base; ?>manager?mode=<?= $mode.$params; ?>" id="basic-widget-form" class="standard-form component component-text" method="post" enctype="multipart/form-data">
|
Line 80... |
Line 66... |
80 |
<div class="register-section" id="basic-details-section">
|
66 |
<div class="register-section" id="basic-details-section">
|
81 |
|
67 |
|
82 |
<h2>Meta-données</h2>
|
68 |
<h2>Meta-données</h2>
|
83 |
|
69 |
|
84 |
<?php //var_dump($widget); ?>
|
70 |
<?php // var_dump($widget); ?>
|
85 |
<label for="projet">Projet *</label>
|
71 |
<label for="projet">Projet *</label>
|
86 |
<input type="text" name="projet" id="projet" pattern="[a-z]+" <?php echo ($mode === 'modification') ? 'value="'.$widget['projet'].'" readonly' : 'required'; ?> title="Champ obligatoire : pas d'espace">
|
72 |
<input type="text" name="projet" id="projet" pattern="[a-z]+" <?= ( $mode === 'modification' ) ? 'value="' . $widget['projet'] . '" readonly' : 'required'; ?> title="Champ obligatoire : pas d'espace">
|
87 |
|
73 |
|
88 |
<label for="motscles">Autres mots-clés</label>
|
74 |
<label for="motscles">Autres mots-clés</label>
|
Line 89... |
Line 75... |
89 |
<input type="text" name="motscles" id="motscles" value="" />
|
75 |
<input type="text" name="motscles" id="motscles" value="" />
|
90 |
|
76 |
|
Line 91... |
Line 77... |
91 |
<label for="type">Type de widget</label>
|
77 |
<label for="type">Type de widget</label>
|
92 |
<div class="select-wrapper">
|
78 |
<div class="select-wrapper">
|
93 |
<select id="type" name="type">
|
79 |
<select id="type" name="type">
|
94 |
<option value=""> ----</option>
|
80 |
<option value=""> ----</option>
|
95 |
<?php foreach ($type as $id => $projet) : ?>
|
81 |
<?php foreach ( $type as $id => $projet ) : ?>
|
96 |
<option <?php echo (isset($widget['projet']) && $projet['projet']== $widget['projet']) ? 'selected="selected"' : ''; ?> value="<?php echo $projet['projet']; ?>"><?php echo $projet['projet']; ?></option>
|
82 |
<option <?php echo ( isset( $widget['projet'] ) && $projet['projet'] === $widget['projet'] ) ? 'selected="selected"' : ''; ?> value="<?= $projet['projet']; ?>"><?= $projet['projet']; ?></option>
|
97 |
<?php endforeach; ?>
|
83 |
<?php endforeach; ?>
|
98 |
</select>
|
84 |
</select>
|
99 |
</div>
|
85 |
</div>
|
100 |
|
86 |
|
101 |
<label for="est_type">Ce widget est un widget type</label>
|
87 |
<label for="est_type">Ce widget est un widget type</label>
|
102 |
<input type="checkbox" name="est_type" id="est_type" <?php echo (isset($widget['est_type']) && $projet['est_type']=== '1') ? 'checked="checked"' : ''; ?>>
|
88 |
<input type="checkbox" name="est_type" id="est_type" <?php echo ( isset( $widget['est_type'] ) && $projet['est_type'] === '1' ) ? 'checked="checked"' : ''; ?>>
|
103 |
|
89 |
|
Line 104... |
Line 90... |
104 |
<label for="langue">Langue</label>
|
90 |
<label for="langue">Langue</label>
|
105 |
<?php if ($mode === 'modification') : ?>
|
91 |
<?php if ( $mode === 'modification' ) : ?>
|
106 |
<input id="langue" name="langue" readonly value="<?php echo $widget['langue']; ?>">
|
92 |
<input id="langue" name="langue" readonly value="<?= $widget['langue']; ?>">
|
107 |
<?php else : ?>
|
93 |
<?php else : ?>
|
- |
|
94 |
<div class="select-wrapper">
|
- |
|
95 |
<select id="langue" name="langue">
|
- |
|
96 |
<?php foreach ( $langues as $code => $langue ) : ?>
|
- |
|
97 |
<option value="<?= $code; ?>" <?= ( $code === 'fr' ) ? 'selected' : '';?>><?= $langue['nom']; ?></option>
|
- |
|
98 |
<?php endforeach; ?>
|
- |
|
99 |
</select>
|
- |
|
100 |
</div>
|
Line 108... |
Line 101... |
108 |
<div class="select-wrapper">
|
101 |
<?php endif; ?>
|
109 |
<select id="langue" name="langue">
|
102 |
</div><!-- end #basic-details-section -->
|
Line 110... |
Line 103... |
110 |
<?php foreach ($langues as $code => $langue) : ?>
|
103 |
|
Line 111... |
Line 104... |
111 |
<option value="<?php echo $code; ?>" <?php echo $code === 'fr' ? 'selected' : '';?>><?php echo $langue['nom']; ?></option>
|
104 |
|
112 |
<?php endforeach; ?>
|
105 |
<div class="register-section" id="profile-details-description-section">
|
113 |
</select>
|
106 |
<h2>Description</h2>
|
114 |
</div>
|
107 |
<label for="titre">Titre</label>
|
115 |
<?php endif; ?>
|
108 |
<input type="text" name="titre" id="titre" value="<?php echo isset( $widget['titre'] ) ? $widget['titre'] : ''; ?>">
|
116 |
</div><!-- end #basic-details-section -->
|
109 |
|
117 |
|
110 |
<div class="input-file-container">
|
118 |
|
111 |
<input type="file" class="input-file" name="info" id="info" value="<?= $widget['titre']; ?>" accept="image/*">
|
119 |
<div class="register-section" id="profile-details-description-section">
|
112 |
<label for="info" class="label-file"><i class="fas fa-download"></i> Image d'aide dans le titre (.jpg)</label>
|
120 |
<h2>Description</h2>
|
113 |
</div>
|
121 |
<label for="titre">Titre</label>
|
114 |
<div class="remove-file button" name="remove-file" title="Supprimer le fichier"><i class="fas fa-times" aria-hidden="true"></i></div>
|
122 |
<input type="text" name="titre" id="titre" value="<?php echo isset($widget['titre']) ? $widget['titre'] : ''; ?>">
|
115 |
<div class="file-return info hidden"></div>
|
123 |
|
116 |
|
124 |
<label for="description">Description</label>
|
117 |
<label for="description">Description</label>
|
Line 125... |
Line 118... |
125 |
<textarea name="description" id="description"><?php echo isset($widget['description']) ? $widget['description'] : ''; ?></textarea>
|
118 |
<textarea name="description" id="description"><?php echo isset( $widget['description'] ) ? $widget['description'] : ''; ?></textarea>
|
126 |
|
119 |
|
127 |
<div class="input-file-container">
|
120 |
<div class="input-file-container">
|
128 |
|
121 |
|
129 |
<?php
|
122 |
<?php
|
130 |
if( isset( $widget['logo'] ) ) :
|
123 |
if( isset( $widget['logo'] ) ) :
|
131 |
$logo_src = $widget['logo'];
|
124 |
$logo_src = $widget['logo'];
|
132 |
$logo_img =
|
125 |
$logo_img =
|
133 |
'<img id="pre-existent-logo" src="' . $logo_src . '"><br>Pour changer, télécharger un nouveau fichier.';
|
126 |
'<img id="pre-existent-logo" src="' . $logo_src . '"><br>Pour changer, télécharger un nouveau fichier.';
|
134 |
$logo_hidden = '';
|
127 |
$logo_hidden = '';
|
Line 135... |
Line 128... |
135 |
$logo_file_name = array_reverse(explode('/', $logo_src));
|
128 |
$logo_file_name = array_reverse( explode( '/', $logo_src ) );
|
136 |
else :
|
129 |
else :
|
137 |
$logo_src = '';
|
130 |
$logo_src = '';
|
138 |
$logo_img = '';
|
131 |
$logo_img = '';
|
139 |
$logo_hidden = ' hidden';
|
132 |
$logo_hidden = ' hidden';
|
140 |
$logo_file_name = [];
|
133 |
$logo_file_name = [];
|
- |
|
134 |
endif;
|
141 |
endif;
|
135 |
?>
|
Line 142... |
Line 136... |
142 |
?>
|
136 |
|
143 |
|
137 |
<input type="file" class="input-file" name="logo" id="logo" accept="image/*" value="">
|
144 |
<input type="file" class="input-file" name="logo" id="logo" accept="image" value="<?php echo $logo_src; ?>">
|
138 |
<label for="logo" class="label-file"><i class="fas fa-download"></i> Logo</label>
|
145 |
<label for="logo" class="label-file"><i class="fas fa-download"></i> Logo</label>
|
139 |
</div>
|
146 |
</div>
|
140 |
<div class="remove-file button" name="remove-file" title="Supprimer le fichier">
|
147 |
<div class="remove-file button" name="remove-file" title="Supprimer le fichier">
|
141 |
<i class="fas fa-times" aria-hidden="true"></i>
|
148 |
<i class="fas fa-times" aria-hidden="true"></i>
|
142 |
</div>
|
149 |
</div>
|
143 |
<div class="file-return logo<?= $logo_hidden; ?>">
|
150 |
<div class="file-return logo<?php echo $logo_hidden; ?>">
|
144 |
<?= $logo_file_name[0]; ?>
|
Line 151... |
Line 145... |
151 |
<?php echo $logo_file_name[0]; ?>
|
145 |
<?= $logo_img; ?>
|
152 |
<?php echo $logo_img; ?>
|
146 |
</div>
|
Line 153... |
Line 147... |
153 |
</div>
|
147 |
|
154 |
|
148 |
|
Line 155... |
Line 149... |
155 |
|
149 |
<div class="input-file-container">
|
156 |
<div class="input-file-container">
|
150 |
<input type="file" class="input-file" name="fond" id="fond" value="<?= $widget['titre']; ?>" accept="image/*">
|
157 |
<input type="file" class="input-file" name="fond" id="fond" value="<?php echo $widget['titre']; ?>">
|
151 |
<label for="fond" class="label-file"><i class="fas fa-download"></i> Image de fond</label>
|
158 |
<label for="fond" class="label-file"><i class="fas fa-download"></i> Image de fond</label>
|
152 |
</div>
|
Line 186... |
Line 180... |
186 |
<option value="fixe">Espèce fixée</option>
|
180 |
<option value="fixe">Espèce fixée</option>
|
187 |
</select>
|
181 |
</select>
|
188 |
</div>
|
182 |
</div>
|
Line 189... |
Line 183... |
189 |
|
183 |
|
190 |
<label for="referentiel">Référentiel *</label>
|
184 |
<label for="referentiel">Référentiel *</label>
|
Line 191... |
Line 185... |
191 |
<input type="text" name="referentiel" id="referentiel" required pattern="([a-z]+?)*" title="Nom du référentiel ex. bdtfx" value="<?php echo isset($widget['referentiel']) ? $widget['referentiel'] : ''; ?>">
|
185 |
<input type="text" name="referentiel" id="referentiel" required pattern="([a-z]+?)*" title="Nom du référentiel ex. bdtfx" value="<?php echo isset( $widget['referentiel'] ) ? $widget['referentiel'] : ''; ?>">
|
192 |
|
186 |
|
193 |
<!-- Bouton fichier-type à compléter -->
|
187 |
<!-- Bouton fichier-type à compléter -->
|
194 |
<div class="input-file-container">
|
188 |
<div class="input-file-container">
|
Line 247... |
Line 241... |
247 |
<div id="preview-header" class="row">
|
241 |
<div id="preview-header" class="row">
|
248 |
<div id="preview-logo" class="col-md-4"></div>
|
242 |
<div id="preview-logo" class="col-md-4"></div>
|
249 |
<div id="preview-title" class="col-md-8">
|
243 |
<div id="preview-title" class="col-md-8">
|
250 |
<h1></h1>
|
244 |
<h1></h1>
|
251 |
</div>
|
245 |
</div>
|
252 |
|
- |
|
253 |
</div>
|
246 |
</div>
|
Line 254... |
Line 247... |
254 |
|
247 |
|
Line 255... |
Line 248... |
255 |
<div id="preview-messages" class="row">
|
248 |
<div id="preview-messages" class="row">
|
Line 260... |
Line 253... |
260 |
<span>Projet : </span>
|
253 |
<span>Projet : </span>
|
261 |
<span class="projet-description"></span>
|
254 |
<span class="projet-description"></span>
|
262 |
</h3>
|
255 |
</h3>
|
263 |
<p class="preview-description"></p>
|
256 |
<p class="preview-description"></p>
|
264 |
</div>
|
257 |
</div>
|
- |
|
258 |
|
265 |
</div><!-- end #preview-description -->
|
259 |
</div><!-- end #preview-description -->
|
Line 266... |
Line 260... |
266 |
|
260 |
|
267 |
<div id="preview-aide" class="col-md-5">
|
261 |
<div id="preview-aide" class="col-md-5">
|
268 |
<div class="message">
|
262 |
<div class="message">
|
Line 277... |
Line 271... |
277 |
Elles apparaissent immédiatement sur les
|
271 |
Elles apparaissent immédiatement sur les
|
278 |
<a target="_blank" href="https://www.tela-botanica.org/site:botanique">cartes et galeries photos </a> du site.
|
272 |
<a target="_blank" href="https://www.tela-botanica.org/site:botanique">cartes et galeries photos </a> du site.
|
279 |
</p>
|
273 |
</p>
|
280 |
<p class="discretion">
|
274 |
<p class="discretion">
|
281 |
Pour toute question ou remarque,
|
275 |
Pour toute question ou remarque,
|
282 |
<a href="https://www.tela-botanica.org/widget:reseau:remarques?service=cel&pageSource=<?php echo $url_base; ?>manager?mode=<?php echo $mode.$params; ?>" target="_blank" onclick=
|
276 |
<a href="https://www.tela-botanica.org/widget:reseau:remarques?service=cel&pageSource=<?= $url_base; ?>manager?mode=<?php echo $mode . $params; ?>" target="_blank" onclick="
|
283 |
"
|
- |
|
284 |
javascript:window.open(
|
277 |
javascript:window.open(
|
285 |
this.getAttribute('href'),
|
278 |
this.getAttribute( 'href' ),
|
286 |
'Tela Botanica - Remarques',
|
279 |
'Tela Botanica - Remarques',
|
287 |
config='height=700, width=640, scrollbars=yes, resizable=yes'
|
280 |
config = 'height=700, width=640, scrollbars=yes, resizable=yes'
|
288 |
);
|
281 |
);
|
289 |
return false;
|
282 |
return false;
|
290 |
">contactez-nous</a>
|
283 |
">contactez-nous</a>
|
291 |
</p>
|
284 |
</p>
|
292 |
</div>
|
285 |
</div>
|
293 |
</div>
|
286 |
</div>
|
294 |
</div><!-- end #preview-aide -->
|
287 |
</div><!-- end #preview-aide -->
|
Line 374... |
Line 367... |
374 |
</div>
|
367 |
</div>
|
Line 375... |
Line 368... |
375 |
|
368 |
|
376 |
<label for="certitude" class="" title="">
|
369 |
<label for="certitude" class="" title="">
|
377 |
<i class="fa fa-question"></i> Certitude *
|
370 |
<i class="fa fa-question"></i> Certitude *
|
378 |
</label>
|
371 |
</label>
|
379 |
<div class="date select-wrapper add-field-select" id="datetimepicker">
|
372 |
<div class="select-wrapper add-field-select">
|
380 |
<select id="certitude" name="certitude" required>
|
373 |
<select id="certitude" name="certitude" required>
|
381 |
<option value="">-</option>
|
374 |
<option value="">-</option>
|
382 |
</select>
|
375 |
</select>
|
383 |
</div>
|
376 |
</div>
|
Line 392... |
Line 385... |
392 |
<div id="zone-supp" class="row align-items-center">
|
385 |
<div id="zone-supp" class="row align-items-center">
|
393 |
<div class="col-md-6 preview-container"></div>
|
386 |
<div class="col-md-6 preview-container"></div>
|
394 |
</div>
|
387 |
</div>
|
395 |
</form>
|
388 |
</form>
|
Line 396... |
Line -... |
396 |
|
- |
|
397 |
<div id="image" class="row align-items-center"></div>
|
- |
|
398 |
|
389 |
|
Line 399... |
Line 390... |
399 |
</div><!-- end #preview-formulaire -->
|
390 |
</div><!-- end #preview-formulaire -->
|
Line 400... |
Line 391... |
400 |
|
391 |
|
Line 419... |
Line 410... |
419 |
<button type="button" class="btn btn-secondary" data-dismiss="modal">Fermer</button>
|
410 |
<button type="button" class="btn btn-secondary" data-dismiss="modal">Fermer</button>
|
420 |
</div>
|
411 |
</div>
|
421 |
</div>
|
412 |
</div>
|
422 |
</div>
|
413 |
</div>
|
423 |
</div>
|
414 |
</div>
|
- |
|
415 |
<!-- Jquery -->
|
- |
|
416 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/1.11.1/jquery-1.11.1.min.js"></script>
|
- |
|
417 |
|
- |
|
418 |
<!-- Jquery UI : nécessaire pour le minicalendrier et l'auto-complétion -->
|
- |
|
419 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/js/jquery-ui.min.js"></script>
|
- |
|
420 |
<!-- <script type="text/javascript" src="https://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/js/datepicker-fr.js"></script> -->
|
- |
|
421 |
<!-- Jquery Plugins -->
|
- |
|
422 |
<!-- Jquery Validate : nécessaire pour la validation des formulaires -->
|
- |
|
423 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/jquery.validate.min.js"></script>
|
- |
|
424 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/additional-methods.min.js"></script>
|
- |
|
425 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/messages_fr.js"></script>
|
- |
|
426 |
<!-- Jquery Form :nécessaire pour l'upload des images -->
|
- |
|
427 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/form/3.51/jquery.form.min.js"></script>
|
- |
|
428 |
<!-- Bootstrap -->
|
- |
|
429 |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
424 |
<script type="text/javascript" src="<?php echo $url_base; ?>modules/manager/squelettes/js/manager.js"></script>
|
430 |
<script type="text/javascript" src="<?= $url_base; ?>modules/manager/squelettes/js/manager.js"></script>
|
- |
|
431 |
<!-- Barre de navigation -->
|
- |
|
432 |
<?php if ( $bar !== false ) : ?>
|
- |
|
433 |
<script src="<?= $url_script_navigation; ?>"></script>
|
- |
|
434 |
<?php endif; ?>
|
425 |
</body>
|
435 |
</body>
|
426 |
</html>
|
436 |
</html>
|