[Mapbender-commits] r6036 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Apr 29 08:37:06 EDT 2010
Author: christoph
Date: 2010-04-29 08:37:05 -0400 (Thu, 29 Apr 2010)
New Revision: 6036
Added:
trunk/mapbender/http/plugins/mb_metadata_addon.html
Modified:
trunk/mapbender/http/plugins/mb_metadata_edit.html
trunk/mapbender/http/plugins/mb_metadata_layer.html
trunk/mapbender/http/plugins/mb_metadata_linkage.html
Log:
Added: trunk/mapbender/http/plugins/mb_metadata_addon.html
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_addon.html (rev 0)
+++ trunk/mapbender/http/plugins/mb_metadata_addon.html 2010-04-29 12:37:05 UTC (rev 6036)
@@ -0,0 +1,187 @@
+<style type="text/css">
+ * {
+ font-family: Verdana;
+ font-size: 96%;
+ }
+
+ p {
+ clear: both;
+ }
+
+ em {
+ padding-right: 30px;
+ vertical-align: top;
+ }
+
+ label {
+ width: 200px;
+ height: 40px;
+ float: left;
+ }
+
+ input {
+ font-weight: bold;
+ width: 250px;
+ vertical-align: top;
+ }
+
+ select {
+ height: 100px;
+ width: 250px;
+ vertical-align: top;
+ }
+
+ img {
+ width: 25px;
+ height: 25px;
+ vertical-align: top;
+ }
+
+</style>
+
+<fieldset class="">
+ <legend>OWS Content-Dataset - Addon Metadata Editor <img src="../img/misc/inspire_eu_klein.png"></legend>
+ <p>
+ <label for="">MD Title:</label>
+ <img src=""></img>
+ <em></em>
+ <input name="" id=""/>
+ <img src=""></img>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="">MD Abstract:</label>
+ <img src=""></img>
+ <em></em>
+ <input name="" id=""/>
+ <img src=""></img>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="">MD Lineage:</label>
+ <img src=""></img>
+ <em></em>
+ <input name="" id=""/>
+ <img src=""></img>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="">MD Temporal Reference:</label>
+ <img src=""></img>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label></label>
+ <em></em>
+ <em></em>
+ <input type="checkbox" name="" value=""> Time
+ </p>
+ <p>
+ <label for="">From:</label>
+ <em></em>
+ <em></em>
+ <input name="" id=""/>
+ <img src=""></img>
+ </p>
+ <p>
+ <label for="">To:</label>
+ <em></em>
+ <em></em>
+ <input name="" id=""/>
+ <img src=""></img>
+ </p>
+ <p>
+ <label></label>
+ <em></em>
+ <em></em>
+ <input type="checkbox" name="" value=""> Cycling Update
+ </p>
+ <p>
+ <label></label>
+ <em></em>
+ <em></em>
+ <select size="2">
+ <option>Directly</option>
+ <option>Daily</option>
+ <option>Weekly</option>
+ <option>Yearly</option>
+ </select>
+ </p>
+ <p>
+ <label for="">MD Spatial Resolution:</label>
+ <img src=""></img>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label></label>
+ <em></em>
+ <em></em>
+ <input type="checkbox" name="" value=""> Ground Distance [m]
+ </p>
+ <p>
+ <label></label>
+ <em></em>
+ <em></em>
+ <input name="" id=""/>
+ <img src=""></img>
+ </p>
+ <p>
+ <label></label>
+ <em></em>
+ <em></em>
+ <input type="checkbox" name="" value=""> Equivalent Scale [1:X]
+ </p>
+ <p>
+ <label></label>
+ <em></em>
+ <em></em>
+ <input name="" id=""/>
+ <img src=""></img>
+ </p>
+ <p>
+ <label for="">MD Reference System:</label>
+ <img src=""></img>
+ <em></em>
+ <input name="" id=""/>
+ <img src=""></img>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="">MD Format:</label>
+ <img src=""></img>
+ <em></em>
+ <select size="2">
+ <option>Shape</option>
+ <option>Database</option>
+ <option>CSV</option>
+ <option>GML</option>
+ </select>
+ </p>
+ <p>
+ <label for="">MD Charset:</label>
+ <img src=""></img>
+ <em></em>
+ <select size="2">
+ <option>UTF8</option>
+ <option>latin1</option>
+ <option></option>
+ <option></option>
+ </select>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="">Topological Consistance:</label>
+ <img src=""></img>
+ <em></em>
+ <input type="checkbox" name="" value="">
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="">Preview Metadata</label>
+ <input class="" type="submit" value="Submit"/>
+ </p>
+ <p>
+ <label for="">Save Metadata</label>
+ <input class="" type="submit" value="Submit"/>
+ </p>
+</fieldset>
Modified: trunk/mapbender/http/plugins/mb_metadata_edit.html
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_edit.html 2010-04-28 21:25:26 UTC (rev 6035)
+++ trunk/mapbender/http/plugins/mb_metadata_edit.html 2010-04-29 12:37:05 UTC (rev 6036)
@@ -1,4 +1,3 @@
-
<style type="text/css">
* {
font-family: Verdana;
@@ -7,159 +6,110 @@
label {
width: 250px;
- float: left;
+ height: 40px;
+ float: left;
}
p {
clear: both;
}
- em, input {
+ input {
font-weight: bold;
- padding-right: 1em;
- vertical-align: top;
+ vertical-align: top;
+ width: 250px;
}
</style>
-
<fieldset class="ui-widget">
- <legend>
- Service Level Metadata
- </legend>
- <p>
- <label for="wms_title">
- WMS Title (OWS)
- </label>
- <input name="wms_title" id="wms_title" class="required"/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p>
- <p>
- <label for="wms_abstract">
- WMS Abstract (OWS)
- </label>
- <input name="wms_abstract" id="wms_abstract"/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p><i>
- <p>
- <label for="">
- WMS Keywords (OWS)
- </label>
- <input name=" "id=""/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p>
- </i>
- <p>
- <label for="fees">
- WMS Fees (OWS)
- </label>
- <input name="fees" id="fees"/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p>
- <p>
- <label for="accessconstraints">
- WMS AccessConstraints (OWS)
- </label>
- <input name="accessconstraints" id="accessconstraints"/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p><i>
- <p>
- <label for="">
- WMS Predefined Licence (Registry)
- </label>
- <input name="" id""/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p>
- </i>
- <p>
- <label>
- WMS Provider Section (OWS)
- </label>
- </p>
- <p>
- <label for="contactperson">
- Contact Individual Name (OWS)
- </label>
- <input name="contactperson" id="contactperson"/>
- </p>
- <p>
- <label for="contactposition">
- Contact Position Name (OWS)
- </label>
- <input name="contactposition" id="contactposition"/>
- </p>
- <p>
- <label for="contactvoicetelephone">
- Contact Phone Voice (OWS)
- </label>
- <input name="contactvoicetelephone" id="contactvoicetelephone"/>
- </p>
- <p>
- <label for="contactfacsimiletelephone">
- Contact Phone Fax (OWS)
- </label>
- <input name="contactfacsimiletelephone" id="contactfacsimiletelephone"/>
- </p>
- <p>
- <label for="contactorganization">
- Contact Organisation (WMS)
- </label>
- <input name="contactorganization" id="contactorganization"/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p>
- <p>
- <label for="address">
- Contact Address (WMS)
- </label>
- <input name="address" id="address"/>
- </p>
- <p>
- <label for="city">
- Contact City (WMS)
- </label>
- <input name="city" id="city"/>
- </p>
- <p>
- <label for="stateorprovince">
- Contact State or Province (WMS) - ISO 3166-II
- </label>
- <input name="stateorprovince" id="stateorprovince"/>
- </p>
- <p>
- <label for="postcode">
- Contact Post Code (WMS)
- </label>
- <input name="postcode" id="postcode"/>
- </p>
- <p>
- <label for="country">
- Contact Post Country (WMS) - ISO 3166
- </label>
- <input name="country" id="country"/>
- </p>
- <p>
- <label for="contactelectronicmailaddress">
- Contact Electronic Mail Address (WMS)
- </label>
- <input name="contactelectronicmailaddress" id="contactelectronicmailaddress" class="required email"/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p><i>
- <p>
- <label for="">
- Date of first registration (Registry)
- </label>
- <input name="" id=""/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p>
- </i><i>
- <p>
- <label for="">
- Date of last revision (Registry)
- </label>
- <td>
- <input name="" id=""/><img src="../img/misc/inspire_eu_klein.png">
- </img>
- </p>
- </i>
- <p>
- <input class="submit" type="submit" value="Submit"/>
- </p>
-</fieldset>
\ No newline at end of file
+
+ <legend>Service Level Metadata</legend>
+ <p>
+ <label for="wms_title">WMS Title (OWS)</label>
+ <input name="wms_title" id="wms_title" class="required"/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="wms_abstract">WMS Abstract (OWS)</label>
+ <input name="wms_abstract" id="wms_abstract"/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <i><p>
+ <label for="">WMS Kewords (OWS)</label>
+ <input name=" "id=""/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p></i>
+ <p>
+ <label for="fees">WMS Fees (OWS)</label>
+ <input name="fees" id="fees"/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="accessconstraints">WMS AccessConstraints (OWS)</label>
+ <input name="accessconstraints" id="accessconstraints"/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <i><p>
+ <label for="">WMS Predefined Licence (Registry)</label>
+ <input name="" id""/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p></i>
+ <p>
+ <label>WMS Provider Section (OWS)</label>
+ </p>
+ <p>
+ <label for="contactperson">Contact Individual Name (OWS)</label>
+ <input name="contactperson" id="contactperson"/>
+ </p>
+ <p>
+ <label for="contactposition">Contact Position Name (OWS)</label>
+ <input name="contactposition" id="contactposition"/>
+ </p>
+ <p>
+ <label for="contactvoicetelephone">Contact Phone Voice (OWS)</label>
+ <input name="contactvoicetelephone" id="contactvoicetelephone"/>
+ </p>
+ <p>
+ <label for="contactfacsimiletelephone">Contact Phone Fax (OWS)</label>
+ <input name="contactfacsimiletelephone" id="contactfacsimiletelephone"/>
+ </p>
+ <p>
+ <label for="contactorganization">Contact Organisation (WMS)</label>
+ <input name="contactorganization" id="contactorganization"/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <p>
+ <label for="address">Contact Address (WMS)</label>
+ <input name="address" id="address"/>
+ </p>
+ <p>
+ <label for="city">Contact City (WMS)</label>
+ <input name="city" id="city"/>
+ </p>
+ <p>
+ <label for="stateorprovince">Contact State or Province (WMS) - ISO 3166-II</label>
+ <input name="stateorprovince" id="stateorprovince"/>
+ </p>
+ <p>
+ <label for="postcode">Contact Post Code (WMS)</label>
+ <input name="postcode" id="postcode"/>
+ </p>
+ <p>
+ <label for="country">Contact Post Country (WMS) - ISO 3166</label>
+ <input name="country" id="country"/>
+ </p>
+ <p>
+ <label for="contactelectronicmailaddress">Contact Electronic Mail Address (WMS)</label>
+ <input name="contactelectronicmailaddress" id="contactelectronicmailaddress" class="required email"/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p>
+ <i><p>
+ <label for="">Date of first registration (Registry)</label>
+ <input name="" id=""/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p></i>
+ <i><p>
+ <label for="">Date of last revision (Registry)</label>
+ <td><input name="" id=""/>
+ <img src="../img/misc/inspire_eu_klein.png"></img>
+ </p></i>
+</fieldset>
Modified: trunk/mapbender/http/plugins/mb_metadata_layer.html
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_layer.html 2010-04-28 21:25:26 UTC (rev 6035)
+++ trunk/mapbender/http/plugins/mb_metadata_layer.html 2010-04-29 12:37:05 UTC (rev 6036)
@@ -5,7 +5,7 @@
}
label {
- width: 250px;
+ width: 200px;
height: 40px;
float: left;
}
@@ -14,6 +14,11 @@
clear: both;
}
+ em {
+ padding-right: 30px;
+ vertical-align: top;
+ }
+
input, textarea {
font-weight: bold;
vertical-align: top;
@@ -50,23 +55,29 @@
<fieldset class="">
<p>
<label for="wms_id">Number of Layer (Registry):</label>
+<em></em>
+<em></em>
<input name="wms_id" id="wms_id"/>
?
</p>
<p>
<label for="wms_title">Layer Title (WMS):</label>
<img src="../img/misc/inspire_eu_klein.png"></img>
+<em></em>
<input name="wms_title" id="wms_title"/>
<img src=""></img>
</p>
<p>
<label for="wms_abstract">Layer Abstract (WMS):</label>
<img src="../img/misc/inspire_eu_klein.png"></img>
+<em></em>
<input name="wms_abstract" id="wms_abstract"/>
<img src=""></img>
</p>
<p>
<label for="">Layer Keywords (WMS):</label>
+<em></em>
+<em></em>
<input name="" id=""/>
<img src=""></img>
?
@@ -105,6 +116,7 @@
</p>
<p>
<label for="">Custom Category:</label>
+<em></em>
<textarea id="" name=""></textarea>
?
</p>
Modified: trunk/mapbender/http/plugins/mb_metadata_linkage.html
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_linkage.html 2010-04-28 21:25:26 UTC (rev 6035)
+++ trunk/mapbender/http/plugins/mb_metadata_linkage.html 2010-04-29 12:37:05 UTC (rev 6036)
@@ -9,7 +9,7 @@
}
input {
height: 25px;
- width: 230px;
+ width: 200px;
display: block;
margin-left: auto;
margin-right: auto;
More information about the Mapbender_commits
mailing list