Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 136 Rev 152
Line 21... Line 21...
21
	</ul>
21
	</ul>
Line 22... Line 22...
22
	
22
	
23
	<div id="col-per-general">
23
	<div id="col-per-general">
24
		<h2>Général</h2>
24
		<h2>Général</h2>
-
 
25
		<h3>Identité</h3>
25
		<h3>Identité</h3>
26
		<div style="width:100%;">
26
		<?php if ($info['_image_principale_url_'] != '&nbsp;') : ?>
27
			<?php if ($info['_image_principale_url_'] != '&nbsp;') : ?>
27
		<img style="background-color:#FFF;float:left;margin-right:.3em;padding:0.3em;" src="<?=$info['_image_principale_url_']?>" alt="Illustration de l'auteur"/>
28
			<img style="background-color:#FFF;float:left;margin-right:.3em;padding:0.3em;" src="<?=$info['_image_principale_url_']?>" alt="Illustration de l'auteur"/>
28
		<?php endif; ?>
-
 
-
 
29
			<?php endif; ?>
29
		<div style="float:left;">
30
 
30
			<dl class="label-court">
31
			<dl class="label-court" style="float:left;width:40%;">
31
				<dt>Préfixe</dt> <dd><?=$info['_prefixe_']?></dd>
32
				<dt>Préfixe</dt> <dd><?=$info['_prefixe_']?></dd>
32
				<dt>Prénom</dt> <dd><?=$info['cp_prenom']?></dd>
33
				<dt>Prénom</dt> <dd><?=$info['cp_prenom']?></dd>
33
				<dt>Nom</dt> <dd><?=$info['cp_nom']?></dd>
34
				<dt>Nom</dt> <dd><?=$info['cp_nom']?></dd>
34
				<dt>Suffixe</dt> <dd><?=$info['_suffixe_']?></dd>
35
				<dt>Suffixe</dt> <dd><?=$info['_suffixe_']?></dd>
Line 95... Line 96...
95
	</div>
96
	</div>
Line 96... Line 97...
96
 
97
 
97
	<div id="col-per-publication">
98
	<div id="col-per-publication">
98
		<h2>Publications liées</h2>
99
		<h2>Publications liées</h2>
-
 
100
		<?php if (count($publications) > 0) : ?>
99
		<?php if (count($publications) > 0) : ?>
101
		<?=$publicationsFrag?>
100
		<table>
102
		<table>
101
			<thead>
103
			<thead>
102
				<tr>
104
				<tr>
103
					<th>Relation</th>
105
					<th>Relation</th>