Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 220 Rev 230
Line 4... Line 4...
4
		$("#col-col").tabs({
4
		$("#col-col").tabs({
5
			cookie: {expires: 1}// Stocke un cookie pour 1 jour
5
			cookie: {expires: 1}// Stocke un cookie pour 1 jour
6
		});
6
		});
7
	});
7
	});
8
</script>
8
</script>
-
 
9
<div class="coel-consultation">
9
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
10
	<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
10
<dl>
11
	<dl>
11
	<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
12
		<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
12
	<dt>Ville</dt> <dd><?=$info['_structure_ville_']?></dd>
13
		<dt>Ville</dt> <dd><?=$info['_structure_ville_']?></dd>
13
</dl>
14
	</dl>
Line 333... Line 334...
333
	<div id="col-col-meta">
334
		<div id="col-col-meta">
334
		<?=$metadonnees?>
335
			<?=$metadonnees?>
335
	</div>
336
		</div>
Line 336... Line 337...
336
	
337
 
-
 
338
	</div>
337
</div>
339
</div>
338
<!-- COL - FIN FICHE COLLECTION -->
340
<!-- COL - FIN FICHE COLLECTION -->