Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1436 Rev 1666
Line 177... Line 177...
177
		<script id="tpl-obs-tableau" type="text/x-jquery-tmpl">
177
		<script id="tpl-obs-tableau" type="text/x-jquery-tmpl">
178
			<tr class="cel-obs-${idObs}">
178
			<tr class="cel-obs-${idObs}">
179
				<td>
179
				<td>
180
					<span class="nom-sci">&nbsp;
180
					<span class="nom-sci">&nbsp;
181
					{{if nn != 0}}
181
					{{if nn != 0}}
182
						<a href="http://www.tela-botanica.org/bdtfx-nn-${nn}" 
182
						<a href="http://www.tela-botanica.org/${referentiel}-nn-${nn}" 
183
							onclick="window.open(this.href); arreter(event); return false; ">
183
							onclick="window.open(this.href); arreter(event); return false; ">
184
							${nomSci}
184
							${nomSci}
185
						</a>
185
						</a>
186
					{{else}}
186
					{{else}}
187
						${nomSci}
187
						${nomSci}
Line 236... Line 236...
236
					<dl>
236
					<dl>
237
						<dt class="champ-nom-sci">Nom</dt>
237
						<dt class="champ-nom-sci">Nom</dt>
238
						<dd title="Nom défini par l'utilisateur{{if nn != 0}}. Cliquez pour accéder à la fiche d'eFlore.{{/if}}">
238
						<dd title="Nom défini par l'utilisateur{{if nn != 0}}. Cliquez pour accéder à la fiche d'eFlore.{{/if}}">
239
							<span class="nom-sci">&nbsp;
239
							<span class="nom-sci">&nbsp;
240
							{{if nn != 0}}
240
							{{if nn != 0}}
241
								<a href="http://www.tela-botanica.org/bdtfx-nn-${nn}" 
241
								<a href="http://www.tela-botanica.org/${referentiel}-nn-${nn}" 
242
									onclick="window.open(this.href); arreter(event); return false; ">
242
									onclick="window.open(this.href); arreter(event); return false; ">
243
									${nomSci}
243
									${nomSci}
244
								</a>
244
								</a>
245
							{{else}}
245
							{{else}}
246
								${nomSci}
246
								${nomSci}