Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 117 Rev 119
Line 142... Line 142...
142
				</tr>
142
				</tr>
143
			</thead>
143
			</thead>
144
			<tbody>
144
			<tbody>
145
			<?php foreach ($collections as $collection) : ?>
145
			<?php foreach ($collections as $collection) : ?>
146
				<tr>
146
				<tr>
147
					<td><a href="<?=$collection['_url_']?>"><?=$collection['cc_nom']?></a></td>
147
					<td><a href="<?=$collection['_url_']?>" title="Accèder à la fiche de la collection"><?=$collection['cc_nom']?></a></td>
148
					<td><?=$collection['_role_']?></td>
148
					<td><?=$collection['_role_']?></td>
149
				</tr>
149
				</tr>
150
			<?php endforeach; ?>
150
			<?php endforeach; ?>
151
			</tbody>
151
			</tbody>
152
		</table>
152
		</table>