Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3125 Rev 3164
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><?= $mode; ?> de widget de saisie du CeL</title>
4
        <title><?php echo $mode; ?> de widget de saisie du CeL</title>
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
	
-
 
11
	<meta name="revisit-after" content="15 days" />
10
        <meta name="revisit-after" content="15 days" />
12
    <meta name="robots" content="index,follow" />
11
        <meta name="robots" content="index,follow" />
13
    <meta name="author" content="Tela Botanica" />
12
        <meta name="author" content="Tela Botanica" />
14
    <meta name="keywords" content="Tela Botanica, CEL" />
13
        <meta name="keywords" content="Tela Botanica, CEL" />
15
    <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" />
16
	<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
15
        <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
17
 
16
 
18
	<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
17
        <!-- OpenGraph pour Facebook, Pinterest, Google+ -->
19
	<meta property="og:type" content="website" />
18
        <meta property="og:type" content="website" />
20
	<meta property="og:title" content="Gestion des widgets de saisie du CeL" />
19
        <meta property="og:title" content="Gestion des widgets de saisie du CeL" />
21
	<meta property="og:site_name" content="Tela Botanica" />
20
        <meta property="og:site_name" content="Tela Botanica" />
22
	<meta property="og:description" content="Gestion des widgets de saisie du Carnet en Ligne" />
21
        <meta property="og:description" content="Gestion des widgets de saisie du Carnet en Ligne" />
23
	<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
22
        <meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
24
	<meta property="og:image:type" content="image/png" /> 
23
        <meta property="og:image:type" content="image/png" />
25
	<meta property="og:image:width" content="256" /> 
24
        <meta property="og:image:width" content="256" />
26
	<meta property="og:image:height" content="256" />
25
        <meta property="og:image:height" content="256" />
27
	<meta property="og:locale" content="fr_FR" />
26
        <meta property="og:locale" content="fr_FR" />
28
 
27
 
29
	<!-- Favicones -->
28
        <!-- Favicones -->
30
	<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
29
        <link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
31
	
30
 
32
	<!-- Jquery -->
31
        <!-- Jquery -->
33
	<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.min.js"></script>
32
        <script type="text/javascript" src="http://localhost/commun/jquery/1.7.1/jquery-1.7.1.min.js"></script>
34
	<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery-ui-1.8.17.custom.min.js"></script>
33
        <script type="text/javascript" src="http://localhost/commun/jquery/jquery-ui/1.8.17/js/jquery-ui-1.8.17.custom.min.js"></script>
35
	<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery.ui.datepicker-fr.js"></script>
34
        <script type="text/javascript" src="http://localhost/commun/jquery/jquery-ui/1.8.17/js/jquery.ui.datepicker-fr.js"></script>
36
	<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.9.0/jquery.validate.js"></script>
35
        <script type="text/javascript" src="http://localhost/commun/jquery/validate/1.9.0/jquery.validate.js"></script>
37
	<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.9.0/messages_fr.js"></script>
36
        <script type="text/javascript" src="http://localhost/commun/jquery/validate/1.9.0/messages_fr.js"></script>
38
	<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/form/2.95/jquery.form.min.js"></script>
37
        <script type="text/javascript" src="http://localhost/commun/jquery/form/2.95/jquery.form.min.js"></script>
39
	<script src="http://resources.tela-botanica.org/bootstrap/3.1.0/js/bootstrap.min.js"></script>
38
        <script type="text/javascript" src="http://localhost/commun/bootstrap/3.1.0/js/bootstrap.min.js"></script>
-
 
39
 
-
 
40
        <script type="text/javascript" src="<?php echo $url_base; ?>modules/manager/squelettes/js/manager.js"></script>
40
 
41
 
41
	<!-- Barre de navigation -->
42
        <!-- Barre de navigation -->
42
	<?php if ($bar !== false): ?>
43
        <?php if ($bar !== false): ?>
43
		<script src="<?=$url_script_navigation?>"></script>
44
                <script src="<?php echo $url_script_navigation; ?>"></script>
44
	<?php endif; ?>
45
        <?php endif; ?>
45
	
-
 
46
	
46
 
47
	<!-- CSS -->
47
        <!-- CSS -->
48
	<!-- <link href="http://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" />
48
        <link rel="stylesheet" type="text/css" href="http://localhost/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" media="screen" />
-
 
49
 
49
	<!-- <link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
50
        <link rel="stylesheet" type="text/css" href="<?php echo $url_base; ?>modules/manager/squelettes/css/manager.css" media="screen" />
50
	<!-- <link rel="stylesheet" type="text/css" href="http://resources.tela-botanica.org/bootstrap/3.1.0/css/bootstrap.min.css" />
51
        <link rel="stylesheet" type="text/css" href="http://localhost/commun/bootstrap/3.1.0/css/bootstrap.min.css" />
51
	 -->
-
 
52
	<link id="telabotanica-style-css" rel="stylesheet" href="https://beta.tela-botanica.org/preprod/wp-content/themes/telabotanica/dist/bundle.css?ver=4.7.5" type="text/css" media="all">
52
        <link rel="stylesheet" type="text/css" id="telabotanica-style-css" href="https://www.tela-botanica.org/wp-content/themes/telabotanica/dist/bundle.css?ver=4.9.7" media="all">
53
	<link href="<?= $url_base; ?>modules/manager/squelettes/css/manager.css" rel="stylesheet" type="text/css" media="screen" />
53
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
-
 
54
 
54
	<!--  Google Analytics -->
55
        <!--  Google Analytics -->
55
	<?php if($prod): ?>
56
        <?php if($prod): ?>
56
		<?php include "analytics.html"; ?>
57
                <?php include "analytics.html"; ?>
57
	<?php endif; ?>
58
        <?php endif; ?>
58
  </head>
59
  </head>
Line 59... Line 60...
59
 
60
 
60
  <body>
-
 
61
		<div id="zone-appli" class="container">
-
 
62
		<?php if ($bar !== false): ?>
-
 
63
			<div id="tb-navigation" data-courant="widget-cel-export" data-squelette="bootstrap3" data-mode="prod">
-
 
64
			</div>
-
 
65
			<br/>
-
 
66
		<?php endif; ?>
-
 
67
		<h1 id="widget-titre" class="widget-titre"><?= $mode; ?> de widget de saisie du CEL</h1>
-
 
68
		<div id="register-page" class="layout-wrapper page">
-
 
69
			<div class="droite">
-
 
70
				<?php if ($mode === 'modification') { ?>
-
 
71
					Attention vous modifiez un widget déjà existant, le tag et la langue ne peuvent pas être changer.
-
 
72
					S'il s'agit d'un projet type, en modifiant ce widget vous modifiez tous les widgets de ce type.
-
 
73
				<?php } else { ?>
-
 
74
					Vous créez un widget, si vous choississez de le mettre dans un type, certains champs deviendront 
-
 
75
					obligatoires et la localisation (point ou rue) sera automatiquement déterminée.
-
 
76
				<?php } ?>
-
 
77
			</div>
-
 
78
			<form action="http://localhost/cel/widget/manager?mode=<?= $mode; ?>" name="" id="" class="standard-form component component-text" method="post" enctype="multipart/form-data">
-
 
79
				<div class="register-section" id="basic-details-section">
-
 
80
					<h2>Meta-données</h2>
-
 
81
			
-
 
82
					<label for="projet">Projet</label>
-
 
83
					<input type="text" name="projet" id="projet" pattern="[a-z]*" <?= ($mode === 'modification') ? 'value="'.$widget['projet'].'" readonly' : 'required'; ?> title="Champ obligatoire : pas d'espace" />
-
 
84
			
-
 
85
					<label for="motscles">Autres mots-clés</label>
-
 
86
					<input type="text" name="motscles" id="motscles" value="" />
-
 
87
					
-
 
88
					<label for="type">Type de widget</label>
-
 
89
					<select  id="type" name="type" >
-
 
90
						<?php foreach ($type as $id => $projet) { ?>
-
 
91
							<option <?= (isset($widget['projet']) && $projet['projet']== $widget['projet']) ? 'selected="selected"' : ''; ?> value="<?= $projet['projet']; ?>"><?= $projet['projet']; ?></option>
-
 
92
						<?php } ?>
-
 
93
						<option value=""> ----</option>
-
 
94
					</select>
-
 
95
					
-
 
96
					<label for="est_type">Ce widget est un widget type</label>
-
 
97
					<input type="radio" name="est_type" id="est_type" <?= (isset($widget['est_type']) && $projet['est_type']=== '1') ? 'checked="checked"' : ''; ?>/>
-
 
98
					
-
 
99
					<label for="langue">Langue</label>
-
 
100
					<?php if ($mode === 'modification') { ?>
-
 
101
						<input  id="langue" name="langue" readonly value="<?= $widget['langue']; ?>" />
-
 
102
					<?php } else { ?>
-
 
103
						<input  id="langue" name="langue" list="langues" >
-
 
104
						<datalist id="langues" >
-
 
105
							<?php foreach ($langues as $code => $langue) { ?>
-
 
106
								<option value="<?= $code; ?>"><?= $langue['nom']; ?></option>
-
 
107
							<?php } ?>
-
 
108
						</datalist>
-
 
109
					<?php } ?>
-
 
110
				</div><!-- #basic-details-section -->
-
 
111
			
-
 
112
						
-
 
113
				<div class="register-section" id="profile-details-section">
-
 
114
					<h2>Description</h2>
-
 
115
					<label for="titre">Titre</label>
-
 
116
					<input type="text" name="titre" id="titre" value="<?= isset($widget['titre']) ? $widget['titre'] : ''; ?>"  />
-
 
117
			
-
 
118
					<label for="description">Description</label>
-
 
119
					<textarea name="description" id="description"><?= isset($widget['description']) ? $widget['description'] : ''; ?></textarea>
-
 
120
					
-
 
121
					<label for="logo">Logo</label><?= isset($widget['logo']) ? '<img src="'.$widget['logo'].'" /><br />Pour changer, télécharger un nouveau fichier.': ''; ?>
-
 
122
					<input type="file" name="logo" id="logo"  accept="image" />
-
 
123
			
-
 
124
					<label for="fond">Image de fond</label>
-
 
125
					<input type="file" name="fond" id="fond" value="<?= $widget['titre']; ?>" />
-
 
126
				</div><!-- #profile-details-section -->
-
 
127
				
-
 
128
				<div class="register-section" id="profile-details-section">
-
 
129
					<h2>Champs</h2>
-
 
130
					<label for="type_localisation">Type de localisation</label>
-
 
131
					<select  id="type_localisation" name="type_localisation" >
-
 
132
						<option value="<?= (isset($widget['type_localisation'])) ? $widget['type_localisation'] : 'point'; ?>"><?= (isset($widget['type_localisation'])) ? $widget['type_localisation'] : 'point'; ?></option>
-
 
133
						<option value="<?= (isset($widget['type_localisation']) && $widget['type_localisation'] == 'rue') ? 'point' : 'rue'; ?>"><?= (isset($widget['type_localisation']) && $widget['type_localisation'] == 'rue') ? 'point' : 'rue'; ?></option>
-
 
134
					</select>
-
 
135
					
-
 
136
					<label for="localisation">Zoom</label>
-
 
137
					<input type="text" name="localisation" id="localisation" value="<?= isset($widget['localisation']) ? $widget['localisation'] : ''; ?>"  />
-
 
138
			
-
 
139
					<label for="milieux">Milieux</label>
-
 
140
					<input type="text" name="milieux" id="milieux" value="<?= isset($widget['milieux']) ? $widget['milieux'] : ''; ?>"  />
-
 
141
			
-
 
142
					<label for="type_especes">Type liste espèce</label>
-
 
143
					<select  id="type_especes" name="type_especes" required>
-
 
144
						<option selected="selected" value="referentiel">Référentiel</option>
-
 
145
						<option value="liste">Liste</option>
-
 
146
						<option value="liste" title="remplir référentiel + envoyer csv">Liste + autres</option>
-
 
147
						<option value="fixe">Espèce fixée</option>
-
 
148
					</select>
-
 
149
					
-
 
150
					<label for="referentiel"></label>
-
 
151
					<input type="text" name="referentiel" id="referentiel" required pattern="([a-z]+?)*" 
-
 
152
						title="Nom du référentiel ex. bdtfx" 
-
 
153
						value="<?= isset($widget['referentiel']) ? $widget['referentiel'] : ''; ?>"/>
-
 
154
					
-
 
155
					<label for="especes"></label>
-
 
156
					<input type="file" name="especes" id="especes" />
-
 
157
					fichier type
-
 
158
				</div><!-- #profile-details-section -->
-
 
159
					
-
 
160
				<div class="submit complete-registration">
-
 
161
					<button href="#" type="submit" name="signup_submit" id="signup_submit"  class="button" target="" title=""><span class="button-text">Terminer </span></button>
-
 
162
				</div>
-
 
163
			</form>
-
 
164
			
-
 
165
		</div>
-
 
166
	</div>
-
 
167
  </body>
-
 
168
</html>
61
  <body>
-
 
62
        <div id="zone-appli" class="container">
-
 
63
        <?php if ($bar !== false): ?>
-
 
64
                <div id="tb-navigation" data-courant="widget-cel-export" data-squelette="bootstrap3" data-mode="prod">
-
 
65
                </div>
-
 
66
                <br/>
-
 
67
        <?php endif; ?>
-
 
68
        <h1 id="widget-titre" class="widget-titre"><?php echo ucfirst($mode); ?> de widget de saisie du CEL</h1>
-
 
69
        <div id="register-page">
-
 
70
            <div class="row">
-
 
71
                <div class="widget-blocks col-md-4">
-
 
72
                    <form action="http://localhost/cel/widget/manager?mode=<?php echo $mode; ?>" name="" id="group-settings-form" class="standard-form component component-text" method="post" enctype="multipart/form-data">
-
 
73
                            <div class="register-section" id="basic-details-section">
-
 
74
                                    <h2>Meta-données</h2>
-
 
75
 
-
 
76
                                    <label for="projet">Projet *</label>
-
 
77
                                    <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" />
-
 
78
 
-
 
79
                                    <label for="motscles">Autres mots-clés</label>
-
 
80
                                    <input type="text" name="motscles" id="motscles" value="" />
-
 
81
 
-
 
82
                                    <label for="type">Type de widget</label>
-
 
83
                                    <div class="select-wrapper">
-
 
84
                                        <select  id="type" name="type" >
-
 
85
                                                <?php foreach ($type as $id => $projet) : ?>
-
 
86
                                                        <option <?php echo (isset($widget['projet']) && $projet['projet']== $widget['projet']) ? 'selected="selected"' : ''; ?> value="<?php echo $projet['projet']; ?>"><?php echo $projet['projet']; ?></option>
-
 
87
                                                <?php endforeach; ?>
-
 
88
                                                <option value=""> ----</option>
-
 
89
                                        </select>
-
 
90
                                    </div>
-
 
91
 
-
 
92
                                    <label for="est_type">Ce widget est un widget type</label>
-
 
93
                                    <input type="radio" name="est_type" id="est_type" <?php echo (isset($widget['est_type']) && $projet['est_type']=== '1') ? 'checked="checked"' : ''; ?>/>
-
 
94
 
-
 
95
                                    <label for="langue">Langue</label>
-
 
96
                                    <?php if ($mode === 'modification') : ?>
-
 
97
                                            <input id="langue" name="langue" readonly value="<?php echo $widget['langue']; ?>" />
-
 
98
                                    <?php else : ?>
-
 
99
                                            <input id="langue" name="langue" list="langues" >
-
 
100
                                            <datalist id="langues" >
-
 
101
                                                    <?php foreach ($langues as $code => $langue) : ?>
-
 
102
                                                            <option value="<?php echo $code; ?>"><?php echo $langue['nom']; ?></option>
-
 
103
                                                    <?php endforeach; ?>
-
 
104
                                            </datalist>
-
 
105
                                    <?php endif; ?>
-
 
106
                            </div><!-- #basic-details-section -->
-
 
107
 
-
 
108
 
-
 
109
                            <div class="register-section" id="profile-details-description-section">
-
 
110
                                    <h2>Description</h2>
-
 
111
                                    <label for="titre">Titre</label>
-
 
112
                                    <input type="text" name="titre" id="titre" value="<?php echo isset($widget['titre']) ? $widget['titre'] : ''; ?>"  />
-
 
113
 
-
 
114
                                    <label for="description">Description</label>
-
 
115
                                    <textarea name="description" id="description"><?php echo isset($widget['description']) ? $widget['description'] : ''; ?></textarea>
-
 
116
 
-
 
117
                                    <div class="input-file-container">
-
 
118
                                        <input type="file" class="input-file" name="logo" id="logo"  accept="image" />
-
 
119
                                        <label for="logo" class="label-file"><i class="fas fa-download"></i> Logo</label>
-
 
120
                                    </div>
-
 
121
                                    <p class="file-return"></p>
-
 
122
 
-
 
123
                                    <?php echo isset($widget['logo']) ? '<img src="'.$widget['logo'].'" /><br />Pour changer, télécharger un nouveau fichier.': ''; ?>
-
 
124
 
-
 
125
                                    <div class="input-file-container">
-
 
126
                                        <input type="file" class="input-file" name="fond" id="fond" value="<?php echo $widget['titre']; ?>" />
-
 
127
                                        <label for="fond" class="label-file"><i class="fas fa-download"></i> Image de fond</label>
-
 
128
                                    </div>
-
 
129
                                    <p class="file-return"></p>
-
 
130
                            </div><!-- #profile-details-description-section -->
-
 
131
 
-
 
132
                            <div class="register-section" id="profile-details-fields-section">
-
 
133
                                <h2>Champs</h2>
-
 
134
                                <label for="type_localisation">Type de localisation</label>
-
 
135
                                <div class="select-wrapper">
-
 
136
                                    <select  id="type_localisation" name="type_localisation" >
-
 
137
                                            <option value="<?php echo (isset($widget['type_localisation'])) ? $widget['type_localisation'] : 'point'; ?>"><?php echo (isset($widget['type_localisation'])) ? $widget['type_localisation'] : 'point'; ?></option>
-
 
138
                                            <option value="<?php echo (isset($widget['type_localisation']) && $widget['type_localisation'] == 'rue') ? 'point' : 'rue'; ?>"><?php echo (isset($widget['type_localisation']) && $widget['type_localisation'] == 'rue') ? 'point' : 'rue'; ?></option>
-
 
139
                                    </select>
-
 
140
                                </div>
-
 
141
 
-
 
142
                                <label for="localisation">Zoom</label>
-
 
143
                                <input type="text" name="localisation" id="localisation" value="<?php echo isset($widget['localisation']) ? $widget['localisation'] : ''; ?>"  />
-
 
144
 
-
 
145
                                <label for="milieux">Milieux</label>
-
 
146
                                <input type="text" name="milieux" id="milieux" value="<?php echo isset($widget['milieux']) ? $widget['milieux'] : ''; ?>"  />
-
 
147
 
-
 
148
                                <label for="type_especes">Type liste espèce *</label>
-
 
149
                                <div class="select-wrapper">
-
 
150
                                    <select  id="type_especes" name="type_especes" required>
-
 
151
                                            <option selected="selected" value="referentiel">Référentiel</option>
-
 
152
                                            <option value="liste">Liste</option>
-
 
153
                                            <option value="liste" title="remplir référentiel + envoyer csv">Liste + autres</option>
-
 
154
                                            <option value="fixe">Espèce fixée</option>
-
 
155
                                    </select>
-
 
156
                                </div>
-
 
157
 
-
 
158
                                <label for="referentiel">Référentiel *</label>
-
 
159
                                <input type="text" name="referentiel" id="referentiel" required pattern="([a-z]+?)*"
-
 
160
                                        title="Nom du référentiel ex. bdtfx"
-
 
161
                                        value="<?php echo isset($widget['referentiel']) ? $widget['referentiel'] : ''; ?>"/>
-
 
162
                                <div class="input-file-container">
-
 
163
                                    <input type="file" class="input-file" name="especes" id="especes" />
-
 
164
                                    <label for="especes"class="label-file"><i class="fas fa-download"></i> Espèces</label>
-
 
165
                                    fichier type
-
 
166
                                </div>
-
 
167
                                <p class="file-return"></p>
-
 
168
 
-
 
169
 
-
 
170
                                <label for="add_fields">Ajouter un champ</label>
-
 
171
                                <input type="button" class="button" name="add_fields" id="add_fields" title="Ajouter un champ" value="+"/>
-
 
172
                            </div><!-- #profile-details-fields-section -->
-
 
173
 
-
 
174
                            <div class="submit complete-registration">
-
 
175
                                    <button href="#" type="submit" name="signup_submit" id="signup_submit"  class="button" target="" title=""><span class="button-text">Terminer </span></button>
-
 
176
                            </div>
-
 
177
                    </form>
-
 
178
                </div>
-
 
179
                <div class="widget-blocks col-md-8 project">
-
 
180
                    <p class="message">
-
 
181
                        <?php if ($mode === 'modification') : ?>
-
 
182
                                Attention vous modifiez un widget déjà existant, le tag et la langue ne peuvent pas être changer.
-
 
183
                                S'il s'agit d'un projet type, en modifiant ce widget vous modifiez tous les widgets de ce type.
-
 
184
                        <?php else : ?>
-
 
185
                                Vous créez un widget, si vous choississez de le mettre dans un type, certains champs deviendront
-
 
186
                                obligatoires et la localisation (point ou rue) sera automatiquement déterminée.
-
 
187
                        <?php endif; ?>
-
 
188
                    </p>
-
 
189
                    <iframe src="http://localhost/widget:cel:saisie2?projet=<?php echo isset($widget['projet'])?$widget['projet']:'base'; ?>" class="widget-renderer" height="100%" width="100%" >
-
 
190
                    </iframe>
-
 
191
                </div>
-
 
192
            </div>
-
 
193
        </div>
-
 
194
    </body>
-
 
195
</html>