Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2987 Rev 2993
Line 17... Line 17...
17
		<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
17
		<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
18
		<meta property="og:type" content="website" />
18
		<meta property="og:type" content="website" />
19
		<meta property="og:title" content="Quick observation input" />
19
		<meta property="og:title" content="Quick observation input" />
20
		<meta property="og:site_name" content="Tela Botanica" />
20
		<meta property="og:site_name" content="Tela Botanica" />
21
		<meta property="og:description" content="Submit and share easily your wild plants observations using the Carnet en Ligne input widget (License: CC-BY-SA)" />
21
		<meta property="og:description" content="Submit and share easily your wild plants observations using the Carnet en Ligne input widget (License: CC-BY-SA)" />
22
		<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" />
23
		<meta property="og:image:type" content="image/png" /> 
23
		<meta property="og:image:type" content="image/png" /> 
24
		<meta property="og:image:width" content="256" /> 
24
		<meta property="og:image:width" content="256" /> 
25
		<meta property="og:image:height" content="256" />
25
		<meta property="og:image:height" content="256" />
26
		<meta property="og:locale" content="fr_FR" />
26
		<meta property="og:locale" content="fr_FR" />
Line 27... Line 27...
27
 
27
 
28
		<!-- Viewport Mobile -->
28
		<!-- Viewport Mobile -->
Line 29... Line 29...
29
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
29
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
30
 
30
 
Line 31... Line 31...
31
		<!-- Favicones -->
31
		<!-- Favicones -->
32
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
32
		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
33
 
33
 
34
		<!-- Javascript : bibliothèques -->
34
		<!-- Javascript : bibliothèques -->
35
		<!-- Google Map v3 -->
35
		<!-- Google Map v3 -->
36
		<script type="text/javascript" src="http://maps.google.com/maps/api/js?language=fr&amp;region=FR"></script>
36
		<script type="text/javascript" src="https://maps.google.com/maps/api/js?language=fr&amp;region=FR"></script>
37
		<!-- Jquery -->
37
		<!-- Jquery -->
38
		<script type="text/javascript" src="http://resources.tela-botanica.org/jquery/1.11.1/jquery-1.11.1.min.js"></script>
38
		<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/1.11.1/jquery-1.11.1.min.js"></script>
39
		<!-- Jquery UI : nécessaire pour le minicalendrier et l'auto-complétion -->
39
		<!-- Jquery UI : nécessaire pour le minicalendrier et l'auto-complétion -->
40
		<script type="text/javascript" src="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/js/jquery-ui.min.js"></script>
40
		<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/js/jquery-ui.min.js"></script>
41
		<script type="text/javascript" src="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/js/datepicker-fr.js"></script>
41
		<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/js/datepicker-fr.js"></script>
42
		<!-- Jquery Plugins -->
42
		<!-- Jquery Plugins -->
43
		<!-- Jquery Validate : nécessaire pour la validation des formulaires -->
43
		<!-- Jquery Validate : nécessaire pour la validation des formulaires -->
44
		<script type="text/javascript" src="http://resources.tela-botanica.org/jquery/validate/1.11.1/jquery.validate-patched.min.js"></script>
44
		<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/jquery.validate-patched.min.js"></script>
45
		<script type="text/javascript" src="http://resources.tela-botanica.org/jquery/validate/1.11.1/additional-methods.min.js"></script>
45
		<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/additional-methods.min.js"></script>
46
		<script type="text/javascript" src="http://resources.tela-botanica.org/jquery/validate/1.11.1/messages_fr.js"></script>
46
		<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/messages_fr.js"></script>
47
		<!-- Jquery Form :nécessaire pour l'upload des images -->
47
		<!-- Jquery Form :nécessaire pour l'upload des images -->
Line 48... Line 48...
48
		<script type="text/javascript" src="http://resources.tela-botanica.org/jquery/form/3.51/jquery.form.min.js"></script>
48
		<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/form/3.51/jquery.form.min.js"></script>
49
		<!-- Bootstrap -->
49
		<!-- Bootstrap -->
50
		<script type="text/javascript" src="http://resources.tela-botanica.org/bootstrap/2.3.2/js/bootstrap.min.js"></script>
50
		<script type="text/javascript" src="https://resources.tela-botanica.org/bootstrap/2.3.2/js/bootstrap.min.js"></script>
51
 
51
 
Line 128... Line 128...
128
			});
128
			});
129
		//]]>
129
		//]]>
130
		</script>
130
		</script>
Line 131... Line 131...
131
 
131
 
132
		<!-- CSS -->
132
		<!-- CSS -->
133
		<link href="http://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" media="screen" />
133
		<link href="https://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/css/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" media="screen" />
134
		<link href="http://resources.tela-botanica.org/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
134
		<link href="https://resources.tela-botanica.org/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
135
		<link href="http://resources.tela-botanica.org/bootstrap/2.0.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
135
		<link href="https://resources.tela-botanica.org/bootstrap/2.0.2/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
Line 136... Line 136...
136
		<link href="<?=$url_base?>modules/saisie/squelettes/defaut/css/<?=isset($_GET['style']) ? $_GET['style'] : 'defaut'?>.css" rel="stylesheet" type="text/css" media="screen" />
136
		<link href="<?=$url_base?>modules/saisie/squelettes/defaut/css/<?=isset($_GET['style']) ? $_GET['style'] : 'defaut'?>.css" rel="stylesheet" type="text/css" media="screen" />
137
	
137
	
138
		<script>
138
		<script>
Line 156... Line 156...
156
						<div class="span6">
156
						<div class="span6">
157
							<h1>
157
							<h1>
158
								<?php if($logo != 'defaut' && $logo != '0') { ?>
158
								<?php if($logo != 'defaut' && $logo != '0') { ?>
159
									<img id="logo-titre" class="span1" src="<?= $logo ?>" alt="Logo" />
159
									<img id="logo-titre" class="span1" src="<?= $logo ?>" alt="Logo" />
160
								<?php } else if($logo == 'defaut') { ?>
160
								<?php } else if($logo == 'defaut') { ?>
161
									<img id="logo-titre" class="span1" src="http://resources.tela-botanica.org/tb/img/256x256/logo_sans_mots.png" alt="Tela Botanica" />
161
									<img id="logo-titre" class="span1" src="https://resources.tela-botanica.org/tb/img/256x256/logo_sans_mots.png" alt="Tela Botanica" />
162
								<?php } ?>
162
								<?php } ?>
163
								<?php if($titre != 'defaut') { ?>
163
								<?php if($titre != 'defaut') { ?>
164
									<?= $titre; ?>
164
									<?= $titre; ?>
165
								<?php } else { ?>
165
								<?php } else { ?>
166
									Quick observations input
166
									Quick observations input