Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 213 Rev 220
Line 111... Line 111...
111
					<th>Éditeur</th>
111
					<th>Éditeur</th>
112
					<th>Année</th>
112
					<th>Année</th>
113
					<th>Série / Tome</th>
113
					<th>Série / Tome</th>
114
					<th>Fascicule</th>
114
					<th>Fascicule</th>
115
					<th>Page(s)</th>
115
					<th>Page(s)</th>
-
 
116
					<th>Source</th>
116
				</tr>
117
				</tr>
117
			</thead>
118
			</thead>
118
			<tbody>
119
			<tbody>
119
			<?php foreach ($publications as $publication) : ?>
120
			<?php foreach ($publications as $publication) : ?>
120
				<tr>
121
				<tr>
Line 124... Line 125...
124
					<td><?=$publication['_editeur_']?></td>
125
					<td><?=$publication['_editeur_']?></td>
125
					<td><?=$publication['_date_parution_']?></td>
126
					<td><?=$publication['_date_parution_']?></td>
126
					<td><?=$publication['cpu_indication_nvt']?></td>
127
					<td><?=$publication['cpu_indication_nvt']?></td>
127
					<td><?=$publication['cpu_fascicule']?></td>
128
					<td><?=$publication['cpu_fascicule']?></td>
128
					<td><?=$publication['cpu_truk_pages']?></td>
129
					<td><?=$publication['cpu_truk_pages']?></td>
-
 
130
					<td><?=$publication['ccapu_source']?></td>
129
				</tr>
131
				</tr>
130
			<?php endforeach; ?>
132
			<?php endforeach; ?>
131
			</tbody>
133
			</tbody>
132
		</table>
134
		</table>
133
		<?php else : ?>
135
		<?php else : ?>