Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 144 Rev 151
Line 103... Line 103...
103
	
103
	
104
	<div id="col-col-publication">
104
	<div id="col-col-publication">
105
		<h2>Publications</h2>
105
		<h2>Publications</h2>
106
		<h3>Publication(s) de la collection</h3>
106
		<h3>Publication(s) de la collection</h3>
-
 
107
		<?php if (count($publications) > 0) : ?>
107
		<?php if (count($publications) > 0) : ?>
108
		<?=$publicationsFrag;?>
108
		<table>
109
		<table>
109
			<thead>
110
			<thead>
110
				<tr>
111
				<tr>
111
					<th>Auteurs</th>
112
					<th>Auteurs</th>
Line 302... Line 303...
302
 
303
 
303
	<div id="col-col-note">
304
	<div id="col-col-note">
304
		<h2>Notes</h2>
305
		<h2>Notes</h2>
305
		<h3>Notes liées à la collection</h3>
306
		<h3>Notes liées à la collection</h3>
-
 
307
		<?php if (count($commentaires) > 0) : ?>
306
		<?php if (count($commentaires) > 0) : ?>
308
		<?=$commentairesFrag;?>
307
		<table>
309
		<table>
308
			<thead>
310
			<thead>
309
				<tr>
311
				<tr>
310
					<th>Type</th>
312
					<th>Type</th>