Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1840 Rev 1914
Line 246... Line 246...
246
		<script id="tpl-obs-tableau" type="text/x-jquery-tmpl">
246
		<script id="tpl-obs-tableau" type="text/x-jquery-tmpl">
247
			<tr class="cel-obs-${idObs}">
247
			<tr class="cel-obs-${idObs}">
248
				<td>
248
				<td>
249
					<span class="nom-sci">&nbsp;
249
					<span class="nom-sci">&nbsp;
250
					{{if nn != null && nn != 0 && nn != ''}}
250
					{{if nn != null && nn != 0 && nn != ''}}
251
						<a href="{urlEflore}" 
251
						<a href="${urlEflore}" 
252
							onclick="ouvrirNouvelleFenetre(this, event)">
252
							onclick="ouvrirNouvelleFenetre(this, event)">
253
							${nomSci}
253
							${nomSci}
254
						</a>
254
						</a>
255
					{{else}}
255
					{{else}}
256
						${nomSci}
256
						${nomSci}