Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1474 Rev 1477
Line 18... Line 18...
18
						<?=$nom_vernaculaire;?>
18
						<?=$nom_vernaculaire;?>
19
					<?php endif; ?>
19
					<?php endif; ?>
20
					</h2>
20
					</h2>
21
	 <div class="categories">
21
	 <div class="categories">
Line 22... Line 22...
22
 
22
 
23
   		<? $url = htmlentities(Registre::get('eFlore.index') . '?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
23
   		<? $url = htmlentities(Registre::get('eFlore.urlBase')->getUrl() . Registre::get('eFlore.index') . '?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&action=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
24
		<ul class="categories-items">
24
		<ul class="categories-items">
25
			<li class="categories-item <?= ($onglet == 'synthese') ? 'est-active' : '' ;?>" title="<?=$i18n['onglet-descr-synth']?>" id="onglet_synthese">
25
			<li class="categories-item <?= ($onglet == 'synthese') ? 'est-active' : '' ;?>" title="<?=$i18n['onglet-descr-synth']?>" id="onglet_synthese">
26
				<h3 class="categories-item-titre"><a class="categories-item-lien" rel="synthese" href="<?=$url;?>synthese">
26
				<h3 class="categories-item-titre"><a class="categories-item-lien" rel="synthese" href="<?=$url;?>synthese">
27
					<?=$i18n["onglet-nom-synth"]?></a></h3>
27
					<?=$i18n["onglet-nom-synth"]?></a></h3>