[Mapbender-commits] r5966 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 16 09:10:24 EDT 2010


Author: christoph
Date: 2010-04-16 09:10:10 -0400 (Fri, 16 Apr 2010)
New Revision: 5966

Added:
   trunk/mapbender/http/plugins/mb_metadata_edit.html
Log:


Added: trunk/mapbender/http/plugins/mb_metadata_edit.html
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_edit.html	                        (rev 0)
+++ trunk/mapbender/http/plugins/mb_metadata_edit.html	2010-04-16 13:10:10 UTC (rev 5966)
@@ -0,0 +1,107 @@
+<fieldset class="ui-widget">
+	<legend>Service level metadata</legend>
+	<p>
+		<label for="wms_title">WMS Title (OWS)</label>
+		<em>*</em><input title="WMS Title" id="wms_title" name="wms_title">
+		<img src="../img/misc/inspire_eu_klein.png"></img>
+	</p>
+	<p>
+      <label for="wms_abstract">WMS Abstract (OWS)</label>
+      <input title="WMS Abstract" id="wms_abstract" name="wms_abstract">
+      <img src="../img/misc/inspire_eu_klein.png"></img>
+	</p>
+</fieldset>
+<table>
+<tbody>
+    <tr>
+      <td>WMS Kewords (OWS)</td>
+      <td><input class="required" title="WMS Kewords" name=""></td>
+      <td><img src="../img/misc/inspire_eu_klein.png"></img></td>
+    </tr>
+    <tr>
+      <td>WMS Fees (OWS)</td>
+      <td><input title="WMS Fees" name="fees"></td>
+      <td><img src="../img/misc/inspire_eu_klein.png"></img></td>
+    </tr>
+    <tr>
+      <td>WMS AccessConstraints (OWS)</td>
+      <td><input title="WMS AccessConstraints" name="accessconstraints"></td>
+      <td><img src="../img/misc/inspire_eu_klein.png"></img></td>
+    </tr>
+    <tr>
+      <td>WMS Predefined Licence (Registry)</td>
+      <td><input class="required" title="WMS Predefined Licence" name=""></td>
+      <td><img src="../img/misc/inspire_eu_klein.png"></img></td>
+    </tr>
+    <tr>
+      <td>WMS Provider Section (OWS)</td>
+      <td></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact Individual Name (OWS)</td>
+      <td><input title="Contact Individual Name" name="contactperson"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact Position Name (OWS)</td>
+      <td><input title="Contact Position Name" name="contactposition"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact Phone Voice (OWS)</td>
+      <td><input title="Contact Phone Voice" name="contactvoicetelephone"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact Phone Fax (OWS)</td>
+      <td><input title="Contact Phone Fax" name="contactfacsimiletelephone"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact Organisation (WMS)</td>
+      <td><input title="Contact Organisation" name="contactorganization"></td>
+      <td><img src="../img/misc/inspire_eu_klein.png"></img></td>
+    </tr>
+    <tr>
+      <td>Contact Address (WMS)</td>
+      <td><input title="Contact Address" name="address"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact City (WMS)</td>
+      <td><input title="Contact City" name="city"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact State or Province (WMS) - ISO 3166-II</td>
+      <td><input title="Contact State or Province" name="stateorprovince"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact Post Code (WMS)</td>
+      <td><input title="Contact Post Code" name="postcode"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact Post Country (WMS) - ISO 3166</td>
+      <td><input title="Contact Post Country" name="country"></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td>Contact Electronic Mail Address (WMS)</td>
+      <td><input title="Contact Electronic Mail Address" name="contactelectronicmailaddress"></td>
+      <td><img src="../img/misc/inspire_eu_klein.png"></img></td>
+    </tr>
+    <tr>
+      <td>Date of first registration (Registry)</td>
+      <td><input class="required" title="Date of first registration" name=""></td>
+      <td><img src="../img/misc/inspire_eu_klein.png"></img></td>
+    </tr>
+    <tr>
+      <td>Date of last revision (Registry)</td>
+      <td><input class="required" title="Date of last revision" name=""></td>
+      <td><img src="../img/misc/inspire_eu_klein.png"></img></td>
+    </tr>
+  </tbody>
+</table>
\ No newline at end of file



More information about the Mapbender_commits mailing list