[Webflysuesk-commits] r62 - in webflysuesk/branches/openlayers-integration: . webflys/src/main/webapp/pages
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jul 14 12:27:12 CEST 2009
Author: iweinzierl
Date: 2009-07-14 12:27:11 +0200 (Tue, 14 Jul 2009)
New Revision: 62
Modified:
webflysuesk/branches/openlayers-integration/ChangeLog.txt
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/entrance.jsp
Log:
Default-values in the entrance page.
Modified: webflysuesk/branches/openlayers-integration/ChangeLog.txt
===================================================================
--- webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-07-13 15:44:29 UTC (rev 61)
+++ webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-07-14 10:27:11 UTC (rev 62)
@@ -1,3 +1,8 @@
+2009-07-14 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+
+ * webflys/src/main/webapp/pages/entrance.jsp: The entrance page got
+ default-values for a nice presentation.
+
2009-07-13 Ingo Weinzierl <ingo.weinzierl at intevation.de>
* src/main/webapp/pages/main.jsp,
Modified: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/entrance.jsp
===================================================================
--- webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/entrance.jsp 2009-07-13 15:44:29 UTC (rev 61)
+++ webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/entrance.jsp 2009-07-14 10:27:11 UTC (rev 62)
@@ -54,7 +54,7 @@
<tr>
<td><bean:message key="entrance.rivers" /></td>
<td>
- <html:select property="river">
+ <html:select property="river" >
<html:options name="WebFLYS_rivers" property="riverNames" />
</html:select>
</td>
@@ -62,18 +62,18 @@
<tr>
<td><bean:message key="entrance.from" /></td>
<td>
- <html:text property="from" size="5" />
+ <html:text property="from" size="5" value="1" />
</td>
</tr>
<tr>
<td><bean:message key="entrance.to" /></td>
<td>
- <html:text property="to" size="5" />
+ <html:text property="to" size="5" value="2" />
</td>
</tr>
<tr>
<td><bean:message key="entrance.user" /></td>
- <td><html:text property="user" size="20" /></td>
+ <td><html:text property="user" size="20" value="Otto" /></td>
</tr>
</table>
<br>
More information about the Webflysuesk-commits
mailing list