Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1069 Rev 1206
Line 51... Line 51...
51
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.13/css/ui-darkness/jquery-ui-1.8.13.custom.css" type="text/css" media="screen" />
51
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.13/css/ui-darkness/jquery-ui-1.8.13.custom.css" type="text/css" media="screen" />
52
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
52
		<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
53
	</head>
53
	</head>
Line 54... Line 54...
54
 
54
 
-
 
55
	<body>
55
	<body>
56
		<div id="zone-appli">
Line 56... Line 57...
56
		<h1>Biodiversité 34</h1>
57
			<h1>Biodiversité 34</h1>
57
		
58
			
58
		<h2>Saisie des observations</h2>
59
			<h2>Saisie des observations</h2>
Line 134... Line 135...
134
				<thead><tr><th>Numéro</th><th>Date</th><th>Nom</th><th>Milieu</th><th>Latitude</th><th>Longitude</th><th>Notes</th><th>Suppression</th></tr></thead>
135
					<thead><tr><th>Numéro</th><th>Date</th><th>Nom</th><th>Milieu</th><th>Latitude</th><th>Longitude</th><th>Notes</th><th>Suppression</th></tr></thead>
135
				<tbody></tbody>
136
					<tbody></tbody>
136
			</table>
137
				</table>
137
			<button id="tramsmettre-obs" type="button">Transmettre</button>
138
				<button id="tramsmettre-obs" type="button">Transmettre</button>
138
		</form>
139
			</form>
-
 
140
		</div>
Line 139... Line 141...
139
		
141
		
140
		<div id="gg-map" style="display: none;">
142
		<div id="gg-map" style="display: none;">
141
			<div id="gg-map-localisation">
143
			<div id="gg-map-localisation">
142
				<div id="gg-map-carte">Carte en cours de chargement...</div>
144
				<div id="gg-map-carte">Carte en cours de chargement...</div>
Line 163... Line 165...
163
			    	<button id="valider-coordonnees" type="button">Valider</button>
165
				    	<button id="valider-coordonnees" type="button">Valider</button>
164
			    	<button id="annuler-coordonnees" type="button">Annuler</button>
166
				    	<button id="annuler-coordonnees" type="button">Annuler</button>
165
		    	</form>
167
			    	</form>
166
		    </div>
168
		    	</div>
167
		</div>
169
			</div>	
168
			
-
 
169
		</div>
170
		</div>
Line 170... Line 171...
170
		
171
		
171
		
172