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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Sep 22 08:19:35 PDT 2014


Author: armin11
Date: 2014-09-22 08:19:35 -0700 (Mon, 22 Sep 2014)
New Revision: 9083

Modified:
   trunk/mapbender/http/plugins/mb_downloadFeedClient.php
Log:
Some optical enhancements

Modified: trunk/mapbender/http/plugins/mb_downloadFeedClient.php
===================================================================
--- trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2014-09-22 15:19:12 UTC (rev 9082)
+++ trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2014-09-22 15:19:35 UTC (rev 9083)
@@ -30,15 +30,23 @@
 	<link rel="stylesheet" href="../extensions/OpenLayers-2.9.1/theme/default/style.css" type="text/css">
 	<link rel="stylesheet" href="../extensions/OpenLayers-2.9.1/theme/default/style.css" type="text/css">
 	<link type="text/css" href="../extensions/jquery-ui-1.8.16.custom/css/ui-lightness/jquery-ui-1.8.16.custom.css" rel="Stylesheet" />
+	
 	<style type="text/css">
+	body,td, form, input, select{
+		font-size: 12px;
+		line-height: 16px;
+		font-family: "Verdana","Arial",sans-serif;
+		color: black;
+	}
         select, textarea {
-            font: 0.9em Verdana, Arial, sans-serif;
+            font: 0.9em Verdana, Arial, sans-serif;	
         }
 	textarea {
 		position: absolute;
 		right: 0;
 		width: 300px;
-		height: 40px;
+		height: auto;
+		resize: none;
 	}
 	#client {
 		width: 650px;
@@ -118,7 +126,7 @@
 	<p>    
 		<form id="service_feed_form">
 		<label for="download_feed_url"><?php echo _mb("ATOM Feed url");?></label>
-		<input name="download_feed_url" id="download_feed_url" class="required" <?php if (isset($url)) {echo " value=\"".htmlspecialchars($url)."\"";} else { echo " value=\"\"";}?>/><img src="../img/gnome/process-stop.png" width="20px" onclick="$('#download_feed_url').val('');"/><input type="button" title="Get Feed" id="download_feed_button" value="Get Feed Content"/>
+		<input name="download_feed_url" id="download_feed_url" class="required" <?php if (isset($url)) {echo " value=\"".htmlspecialchars($url)."\"";} else { echo " value=\"\"";}?>/><img src="../img/gnome/process-stop.png" width="20px" onclick="$('#download_feed_url').val('');"/><input type="button" title="Get Feed" id="download_feed_button" value="<?php echo _mb("Get feed content");?>"/>
 		</form>
 	</p>
 	</div>
@@ -135,11 +143,11 @@
 				<legend><?php echo _mb("Dataset Feed entries");?><img class="help-dialog" title="<?php echo _mb("Help");?>" help="{text:'<?php echo _mb("The fieldset shows the content of the INSPIRE Download Service service-feed document. It contains one or more links to different datasets.");?>'}" src="../img/questionmark.png" alt="" /></legend>-->
 				<p>
 					<label for="dataset_title"><?php echo _mb("Dataset title");?>:</label>
-					<textarea readonly="readonly" name="dataset_title" id="dataset_title"></textarea>
+					<textarea rows="1" readonly="readonly" name="dataset_title" id="dataset_title"></textarea>
 				</p>
 				<p>
 					<label for="dataset_abstract"><?php echo _mb("Dataset abstract");?>:</label>
-					<textarea type="text" readonly="readonly" name="dataset_abstract" id="dataset_abstract" width="250px" height="20px"></textarea>
+					<textarea rows="2" type="text" readonly="readonly" name="dataset_abstract" id="dataset_abstract"></textarea>
 				</p>	
 				<p>
 					<!--<label for="resource_identifier"><?php echo _mb("Resource identifier");?>:</label>-->
@@ -147,16 +155,17 @@
 				</p>
 				<p>
 					<label for="dataset_rights"><?php echo _mb("Rights");?>:</label>
-					<textarea readonly="readonly" name="dataset_rights" id="dataset_rights"></textarea>
+					<textarea rows="10" readonly="readonly" name="dataset_rights" id="dataset_rights"></textarea>
 				</p>
 				<p>
 					<!--<label for="resource_identifier"><?php echo _mb("Resource identifier");?>:</label>-->
-					<div id="capabilities_hybrid"><?php echo _mb("Capabilities (WFS-hybrid)");?>:<br></div>
+
 				</p>
 			<!--</fieldset>-->
 		</div>
 	<!--</fieldset>-->
     </div>
+    <div id="capabilities_hybrid"><?php echo _mb("Capabilities (WFS-hybrid)");?>:<br></div>
     <div id="representation_select">
 	<p>
 		<label for="representations"><?php echo _mb("Available representations");?>:</label>
@@ -169,11 +178,12 @@
 	<!--<input id="multi_select" type="checkbox" disabled ><?php echo _mb("Select multiple tiles");?></input><br>-->
 	<!--<label for="mapframe_file_list"><?php echo _mb("Position of files (if available)");?>:</label>-->
 	<!--<input type="list" id="file_list"/>-->
+	<p><?php echo _mb("Select to download dataset");?>:</p>
 	<div id="mapframe_file_list"></div>
 	<br>
+	<!--<label for="section_list"><?php echo _mb("List of files");?>:</label>-->
 	
-	<!--<label for="section_list"><?php echo _mb("List of files");?>:</label>-->
-	<div id="section_list"><?php echo _mb("Select to download dataset");?>:<br></div>
+	<div id="section_list"><br></div>
 	<!--<select id="section_file_list" multiple='multiple'>-->
 	<!--<input type="button" title="Download selected files" value="Download selection"/>-->
 	<!--</fieldset>	-->



More information about the Mapbender_commits mailing list