Subversion Repositories eFlore/Applications.coel

Rev

Rev 1791 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1791 Rev 1798
Line 35... Line 35...
35
		
35
		
36
		<!-- Squelette du contenu de la popup -->
36
		<!-- Squelette du contenu de la popup -->
37
		<script id="tpl-structure" type="text/x-jquery-tmpl">
37
		<script id="tpl-structure" type="text/x-jquery-tmpl">
38
			<div id="description-structure">
38
			<div id="description-structure">
39
				<h3 align="center">
39
				<h3 align="center">
40
					<a href="<?=$url_page_fiche?>?module=FicheStructure&id=${id}">${nom}</a>
40
					<a target="_blank" href="<?=$url_page_fiche?>?module=FicheStructure&id=${id}">${nom}</a>
41
				</h3>
41
				</h3>
42
				<div class="popup-simple-text">Situé dans ${ville} (${code_postal})</div>
42
				<div class="popup-simple-text">Situé dans ${ville} (${code_postal})</div>
43
				<hr />
43
				<hr />
44
				<div id="collections">
44
				<div id="collections">
45
					{{if collections.length > 0}}
45
					{{if collections.length > 0}}
46
					<div class="popup-simple-text">Collections présentes :</div>
46
					<div class="popup-simple-text">Collections présentes :</div>
47
					<ul>
47
					<ul>
48
					{{each(index, collection) collections}}
48
					{{each(index, collection) collections}}
49
						<li>
49
						<li>
50
							<a href="<?=$url_page_fiche?>?module=FicheCollection&id=${collection.id}">${collection.nom}</a>
50
							<a target="_blank" href="<?=$url_page_fiche?>?module=FicheCollection&id=${collection.id}">${collection.nom}</a>
51
						</li>
51
						</li>
52
					{{/each}}
52
					{{/each}}
53
					</ul>
53
					</ul>
54
					{{else}}
54
					{{else}}