Changeset 5998 for MILK/trunk/milk_server/milk_server/templates/meta.kid
- Timestamp:
- 11/11/09 15:19:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MILK/trunk/milk_server/milk_server/templates/meta.kid
r5996 r5998 384 384 <!-- now formulate buttons to add to links and services bar --> 385 385 <span py:if="numWMS > 0"> 386 <input type="button" class="txtButtons_WMS" onMouseOver="goLite(this.form.name,this.name)" onMouseOut="goDim(this.form.name,this.name)" alt="$numWMS OGC Web Map Services available - click for more info" value="$numWMS WMS" onclick="window.location.href='$wmsLink'"/>386 <input type="button" class="txtButtons_WMS" onMouseOver="goLite(this.form.name,this.name)" onMouseOut="goDim(this.form.name,this.name)" title="$numWMS OGC Web Map Services available - click for more info" value="$numWMS WMS" onclick="window.location.href='$wmsLink'"/> 387 387 </span> 388 388 <span py:if="numWCS > 0"> 389 <input type="button" class="txtButtons_WCS" onMouseOver="goLite(this.form.name,this.name)" onMouseOut="goDim(this.form.name,this.name)" alt="$numWCS OGC Web Coverage Services available - click for more info" value="$numWCS WCS" onclick="window.location.href=$wcsLink'"/>389 <input type="button" class="txtButtons_WCS" onMouseOver="goLite(this.form.name,this.name)" onMouseOut="goDim(this.form.name,this.name)" title="$numWCS OGC Web Coverage Services available - click for more info" value="$numWCS WCS" onclick="window.location.href=$wcsLink'"/> 390 390 </span> 391 391 <span py:if="numWFS > 0"> 392 <input type="button" class="txtButtons_WFS" onMouseOver="goLite(this.form.name,this.name)" onMouseOut="goDim(this.form.name,this.name)" alt="$numWFS OGC Web Feature Services available - click for more info" value="$numWFS WCS" onclick="window.location.href='$wfsLink'"/>392 <input type="button" class="txtButtons_WFS" onMouseOver="goLite(this.form.name,this.name)" onMouseOut="goDim(this.form.name,this.name)" title="$numWFS OGC Web Feature Services available - click for more info" value="$numWFS WCS" onclick="window.location.href='$wfsLink'"/> 393 393 </span> 394 394 <span py:if="numVis > 0"> 395 <input type="button" class="txtButtons_VIS" onMouseOver="goLite(this.form.name,this.name)" onMouseOut="goDim(this.form.name,this.name)" alt="$numVis Data Visualisation Services - click for more info" value="$numVis Visualisations" onclick="window.location.href='$visLink'"/>395 <input type="button" class="txtButtons_VIS" onMouseOver="goLite(this.form.name,this.name)" onMouseOut="goDim(this.form.name,this.name)" title="$numVis Data Visualisation Services - click for more info" value="$numVis Visualisations" onclick="window.location.href='$visLink'"/> 396 396 </span> 397 397
Note: See TracChangeset
for help on using the changeset viewer.