Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 128 Rev 136
Line 2... Line 2...
2
<script type="text/javascript">
2
<script type="text/javascript">
3
	$(document).ready(function() {
3
	$(document).ready(function() {
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
		$('span.courriel').courriel();
-
 
8
	});
7
	});
9
</script>
8
</script>
10
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
9
<h1><?=$info['cc_nom']?> <span class="discretion">(id:<?=$id?>)</span></h1>
11
<dl>
10
<dl>
12
	<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>
11
	<dt>Structure</dt> <dd><a href="<?=$info['_structure_url_']?>"><?=$info['_structure_nom_']?></a></dd>