Subversion Repositories eFlore/Applications.cel

Rev

Rev 3332 | Rev 3346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3332 Rev 3341
Line -... Line 1...
-
 
1
<?php echo "<noscript>Activer javascript et recharger la page</noscript>";?>
1
<!DOCTYPE html>
2
<!DOCTYPE html>
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<html xmlns="http://www.w3.org/1999/xhtml">
3
  <head>
4
  <head>
4
    <title><?= $mode; ?> de widget de saisie du CeL</title>
5
    <title><?= $mode; ?> de widget de saisie du CeL</title>
Line 5... Line 6...
5
 
6
 
6
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7
    <meta http-equiv="Content-style-type" content="text/css" />
8
    <meta http-equiv="Content-style-type" content="text/css" />
8
    <meta http-equiv="Content-script-type" content="text/javascript" />
9
    <meta http-equiv="Content-script-type" content="text/javascript" />
9
    <meta http-equiv="Content-language" content="fr" />
-
 
10
    <meta name="revisit-after" content="15 days" />
10
    <meta http-equiv="Content-language" content="fr" />
11
    <meta name="robots" content="index,follow" />
11
    <meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noodp">
12
    <meta name="author" content="Tela Botanica" />
12
    <meta name="author" content="Tela Botanica" />
13
    <meta name="keywords" content="Tela Botanica, CEL" />
13
    <meta name="keywords" content="Tela Botanica, CEL" />
14
    <meta name="description" content="Gestion des widgets de saisie du carnet en ligne" />
14
    <meta name="description" content="Gestion des widgets de saisie du carnet en ligne" />
Line 15... Line -...
15
    <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
-
 
16
 
-
 
17
    <!-- OpenGraph pour Facebook, Pinterest, Google+ -->
-
 
18
    <meta property="og:type" content="website" />
-
 
19
    <meta property="og:title" content="Gestion des widgets de saisie du CeL" />
-
 
20
    <meta property="og:site_name" content="Tela Botanica" />
-
 
21
    <meta property="og:description" content="Gestion des widgets de saisie du Carnet en Ligne" />
-
 
22
    <meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
-
 
23
    <meta property="og:image:type" content="image/png" />
-
 
24
    <meta property="og:image:width" content="256" />
-
 
25
    <meta property="og:image:height" content="256" />
-
 
26
    <meta property="og:locale" content="fr_FR" />
15
    <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
27
 
16
 
28
    <!-- Favicones -->
17
    <!-- Favicones -->
29
    <link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
18
    <link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
30
    <!-- Jquery-ui custom css-->
19
    <!-- Jquery-ui custom css-->
Line 64... Line 53...
64
            <form action="<?= $url_base; ?>manager?mode=<?= $mode.$params; ?>" id="basic-widget-form" method="post" enctype="multipart/form-data">
53
            <form action="<?= $url_base; ?>manager?mode=<?= $mode.$params; ?>" id="basic-widget-form" method="post" enctype="multipart/form-data">
Line 65... Line 54...
65
 
54
 
66
              <div class="register-section row" id="basic-details-section">
55
              <div class="register-section row" id="basic-details-section">
Line -... Line 56...
-
 
56
                <h2>Meta-données</h2>
-
 
57
 
67
                <h2>Meta-données</h2>
58
                <input type="text" name="email" id="email" placeholder="Your email" title="laisser ce champ vide" autocomplete="off" tabindex="-1" />
68
 
59
 
69
                <div class="col-sm-12 mb-3">
60
                <div class="col-sm-12 mb-3">
70
                  <label for="projet">Projet *</label>
61
                  <label for="projet">Projet *</label>
Line 232... Line 223...
232
                </div>
223
                </div>
233
              </div><!-- end #profile-details-fields-section -->
224
              </div><!-- end #profile-details-fields-section -->
Line 234... Line 225...
234
 
225
 
235
              <!--Submit-->
226
              <!--Submit-->
236
              <div class="submit complete-registration" id="submit-button">
227
              <div class="submit complete-registration" id="submit-button">
237
                <button href="#" type="submit" name="signup_submit" id="signup_submit" class="button" target="" title="Soumettre le nouveau widget"><i class="fas fa-trophy" aria-hidden="true"></i>&nbsp;Terminer</button>
228
                <button href="#" type="submit" name="signup_submit" id="signup_submit" class="button" target="" title="Soumettre le nouveau widget" disabled="disabled"><i class="fas fa-trophy" aria-hidden="true"></i>&nbsp;Terminer</button>
238
              </div>
229
              </div>
Line 239... Line 230...
239
              <!--Submit-->
230
              <!--Submit-->