[Mapbender-commits] r2479 -
branches/beck_dev/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 3 02:33:52 EDT 2008
Author: beck
Date: 2008-06-03 02:33:52 -0400 (Tue, 03 Jun 2008)
New Revision: 2479
Modified:
branches/beck_dev/mapbender/http/javascripts/mod_wfs_client.html
Log:
Modified: branches/beck_dev/mapbender/http/javascripts/mod_wfs_client.html
===================================================================
--- branches/beck_dev/mapbender/http/javascripts/mod_wfs_client.html 2008-06-03 06:33:25 UTC (rev 2478)
+++ branches/beck_dev/mapbender/http/javascripts/mod_wfs_client.html 2008-06-03 06:33:52 UTC (rev 2479)
@@ -361,68 +361,69 @@
<body onload='getWfsList();getGuis();'>
<h1>Edit WFS</h1>
-<form name='wfsForm'>
- <div id='indicator'>ahh</div>
-
- <fieldset class="leftContainer">
- <legend>WFS List</legend>
- <p>
- <select size='4' name='wfsList' class='wfsList' onchange='getWfsConfData();getGuiConfs();'></select>
- </p>
- </fieldset>
-
- <fieldset class="rightContainer">
- <legend>Options</legend>
- <p>
- <input type='checkbox' name='owsproxy' id='owsproxy' onclick='setOwsproxy(this)' />
- <label for="owsproxy">OWSProxy</label>
- <br />
+<form name="wfsForm">
+ <fieldset class="leftContainer">
+ <legend>WFS List</legend>
+ <p>
+ <select size="4" name="wfsList" class="wfsList" onchange="getWfsConfData();getGuiConfs();"></select>
+ </p>
+ </fieldset>
+
+ <fieldset class="rightContainer">
+ <legend>Options</legend>
+ <p>
+ <input type="checkbox" name="owsproxy" id="owsproxy" onclick="setOwsproxy(this)" />
+ <label for="owsproxy">OWSProxy</label>
+ </p>
+ <p>
<label for="updateUrl">
- Link to new WFS Capabilities URL:
- <br />
- (<a href='javascript:getUpdateUrl("wfs_getcapabilities")'>wfs_getcapabilities</a>, <a href='javascript:getUpdateUrl("wfs_upload_url")'>wfs_upload_url</a>)
+ Link to new WFS Capabilities URL:<br />
</label>
- <input id='updateUrl' type='text' value='' name='updateUrl' class='updateUrl' />
- <br />
- <input type='button' value='Update WFS' name='update' id='updateButton' onclick='updateWfs()' />
- <input type='button' value='Delete WFS' name='delete' id='deleteButton' onclick='deleteWfs()' />
- </p>
- </fieldset>
-
- <hr />
-
- <fieldset class="rightContainer">
- <legend>GUI List</legend>
- <p>
- <select size='4' name='guiList' class='guiList' onchange='getGuiConfs()'></select>
- </p>
- </fieldset>
-
- <hr />
-
- <fieldset class="leftContainer">
- <legend>WFS Configuration List</legend>
- <p>
- <select size='4' name='wfsConfList' class='wfsConfList' onchange='' multiple="multiple"></select>
- </p>
- </fieldset>
-
- <fieldset class="centerContainer">
- <legend>Action</legend>
- <p>
- <input type='button' value='>' name ='add' id ='add' class='add' onclick='addConfsToGui()'><br />
- <input type='button' value='<' name ='remove' id ='remove' class='remove' onclick='removeConfsFromGui()'>
- </p>
- </fieldset>
-
- <fieldset class="rightContainer">
- <legend>GUI Configuration List</legend>
- <p>
- <select size='4' name='guiConfList' class='guiConfList' onchange='' multiple="multiple"></select>
- </p>
+ <input id="updateUrl" type="text" value="" name="updateUrl" class="wide" /><br />
+ ∟<a href="#" onclick="getUpdateUrl('wfs_getcapabilities');" >WFS Get Capabilities</a>
+ ∟<a href="#" onclick="getUpdateUrl('wfs_upload_url');">WFS Upload URL</a>
+ </p>
+ <p>
+ <input type="button" value="Update WFS" name="update" id="updateButton" onclick="updateWfs();" />
+ <input type="button" value="Delete WFS" name="delete" id="deleteButton" onclick="deleteWfs();" />
+ <span id="indicator"></span>
+ </p>
</fieldset>
-
- <hr />
+
+ <hr />
+
+ <fieldset class="rightContainer">
+ <legend>GUI List</legend>
+ <p>
+ <select size="4" name="guiList" class="guiList" onchange="getGuiConfs();"></select>
+ </p>
+ </fieldset>
+
+ <hr />
+
+ <fieldset class="leftContainer">
+ <legend>WFS Configuration List</legend>
+ <p>
+ <select size="4" name="wfsConfList" class="wfsConfList" onchange="" multiple="multiple"></select>
+ </p>
+ </fieldset>
+
+ <fieldset class="centerContainer">
+ <legend>Action</legend>
+ <p>
+ <input type="button" value="→" name="add" id="add" class="add" onclick="addConfsToGui();" /><br />
+ <input type="button" value="←" name="remove" id="remove" class="remove" onclick="removeConfsFromGui();"/>
+ </p>
+ </fieldset>
+
+ <fieldset class="rightContainer">
+ <legend>GUI Configuration List</legend>
+ <p>
+ <select size="4" name="guiConfList" class="guiConfList" multiple="multiple"></select>
+ </p>
+ </fieldset>
+
+ <hr />
</form>
</body>
More information about the Mapbender_commits
mailing list