Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 25 Rev 92
Line 3... Line 3...
3
	<?=$fragmenteur;?>
3
	<?=$fragmenteur;?>
4
	<?php if (isset($infos)) : ?>
4
	<?php if (isset($infos)) : ?>
5
	<ul>
5
	<ul>
6
	<?php foreach ($infos as $info) : ?>
6
	<?php foreach ($infos as $info) : ?>
7
		<li><?=$info['structure']['ville']?> - <a href="<?=$info['structure']['url']?>"><?=$info['structure']['nom']?></a>
7
		<li><?=$info['structure']['ville']?> - <a href="<?=$info['structure']['url']?>"><?=$info['structure']['nom']?></a>
-
 
8
			<?php if (isset($info['collections'])) : ?>
8
			<ul>
9
			<ul>
9
			<?php foreach ($info['collections'] as $collection) : ?>
10
			<?php foreach ($info['collections'] as $collection) : ?>
10
				<li><a href="<?=$collection['url']?>"><?=$collection['nom']?></a></li>
11
				<li><a href="<?=$collection['url']?>"><?=$collection['nom']?></a></li>
11
			<?php endforeach; ?>
12
			<?php endforeach; ?>
12
			</ul>
13
			</ul>
-
 
14
			<?php endif; ?>
13
		</li>
15
		</li>
14
	<?php endforeach; ?>
16
	<?php endforeach; ?>
15
	</ul>
17
	</ul>
16
	<?php endif; ?>
18
	<?php endif; ?>
17
</div>
19
</div>