Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 127 → Rev 128

/trunk/squelettes/fiche_collection.tpl.html
1,7 → 1,9
<!-- COL - DEBUT FICHE COLLECTION -->
<script type="text/javascript">
$(function() {
$("#col-col").tabs();
$(document).ready(function() {
$("#col-col").tabs({
cookie: {expires: 1}// Stocke un cookie pour 1 jour
});
$('span.courriel').courriel();
});
</script>