[Webflysuesk-commits] r67 - in webflysuesk/branches/openlayers-integration: . webflys/src/main/webapp/pages
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jul 16 11:51:18 CEST 2009
Author: iweinzierl
Date: 2009-07-16 11:51:18 +0200 (Thu, 16 Jul 2009)
New Revision: 67
Modified:
webflysuesk/branches/openlayers-integration/ChangeLog.txt
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/App.js
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/app.jsp
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/style.css
Log:
Added a link to the scheduler showing information about all jobs of the current user.
Modified: webflysuesk/branches/openlayers-integration/ChangeLog.txt
===================================================================
--- webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-07-16 08:02:05 UTC (rev 66)
+++ webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-07-16 09:51:18 UTC (rev 67)
@@ -1,5 +1,12 @@
2009-07-16 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+ * src/main/webapp/pages/style.css,
+ src/main/webapp/pages/App.js,
+ src/main/webapp/pages/app.jsp: Added a link to the scheduler showing
+ information about all jobs of the current user.
+
+2009-07-16 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+
* webflys/src/main/webapp/pages/app.jsp: URL, linking to the start-page of
the application, adjusted.
Modified: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/App.js
===================================================================
--- webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/App.js 2009-07-16 08:02:05 UTC (rev 66)
+++ webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/App.js 2009-07-16 09:51:18 UTC (rev 67)
@@ -4,6 +4,7 @@
$j('#mapWrapper').show();
$j('#rightPanel').show();
+ $j('#link_menu').show();
createMapForRiver();
resultPanel();
Modified: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/app.jsp
===================================================================
--- webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/app.jsp 2009-07-16 08:02:05 UTC (rev 66)
+++ webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/app.jsp 2009-07-16 09:51:18 UTC (rev 67)
@@ -133,13 +133,20 @@
max.style.visibility = 'visible';
}
}
+
+ function forward() {
+ var user_id = getUserId();
+ var url = 'http://beige.rgb:8880/list-html?user_id='+user_id;
+ self.location.href=url;
+
+ }
-->
</script>
</head>
<body>
- <div id="olbanner" style="height: 85px; margin: 10px 0px;">
+ <div id="olbanner" style="height: 70px;">
<html:link forward="app">
WebFLYS.next generation
</html:link>
@@ -157,6 +164,10 @@
</a>
</div>
+ <div class="link_menu" id="link_menu">
+ <a onClick="window.open('http://beige.rgb:8880/list-html?user_id='+getUserId());">[Zeige Jobs des Nutzers]</a>
+ </div>
+
<%-- webflys parameter panel --%>
<div id="leftPanel">
<iframe id="webflys" style="border: 0px; height:100%; width:100%;" src="entrance.jsp"></iframe>
Modified: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/style.css
===================================================================
--- webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/style.css 2009-07-16 08:02:05 UTC (rev 66)
+++ webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/style.css 2009-07-16 09:51:18 UTC (rev 67)
@@ -15,6 +15,18 @@
font-size: 8pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
+.link_menu {
+ background-color: #9D9FA1;
+ color: white;
+ margin-bottom: 5px;
+ padding-bottom: 3px;
+ padding-top: 3px;
+ padding-left: 16px;
+ display: none;
+}
+A.link_menu:link, A.link_menu:visited {
+ text-decoration: none;
+}
.OpenLayers_MinResultPanelDiv {
width: 18px;
height: 18px;
@@ -97,12 +109,12 @@
#olbanner {
background: #669FD1;
color: #FFFFFF;
- font-size: 44px;
+ font-size: 38px;
text-shadow: 2px 2px 3px gray;
- height: 32px;
- padding: 4px 16px 0px 16px;
+ height: 25px;
+ padding: 2px 16px 0px 16px;
vertical-align: top;
- margin: 0px -15px 0px -15px;
+ margin-bottom: 0px;
}
#olbanner a:link, #olbanner a:visited {
color: white;
More information about the Webflysuesk-commits
mailing list