# HG changeset patch # User Ingo Weinzierl # Date 1262618138 0 # Node ID 6de60d99647511a82be723f37dc2e4b6b060e435 # Parent 6b0ef2324d02f766e7db575661cd0680f5dbf35d First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms. gnv/trunk@502 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 6b0ef2324d02 -r 6de60d996475 gnv/ChangeLog --- a/gnv/ChangeLog Thu Dec 17 18:28:20 2009 +0000 +++ b/gnv/ChangeLog Mon Jan 04 15:15:38 2010 +0000 @@ -1,3 +1,11 @@ +2010-01-04 Ingo Weinzierl + + * src/main/webapp/styles/default.css: Added new classes for displaying + parameters and values in left panel. + + * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Static + nodes will be rendered as text instead of disabled xforms. + 2009-12-17 Sascha L. Teichmann RELEASE 0.3 diff -r 6b0ef2324d02 -r 6de60d996475 gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl --- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl Thu Dec 17 18:28:20 2009 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl Mon Jan 04 15:15:38 2010 +0000 @@ -8,48 +8,52 @@ -
-
-
- - -
-
+
+ + + + + +
: + + + + + + +
+
 
-
-
- - -
-
+ + + + + +
:
- - - - - - - - - - - - -
-
-
- - -
-
+
+ + + + + +
: + + + + +
+   +
+
@@ -61,9 +65,9 @@ : - + - \ No newline at end of file + diff -r 6b0ef2324d02 -r 6de60d996475 gnv/src/main/webapp/styles/default.css --- a/gnv/src/main/webapp/styles/default.css Thu Dec 17 18:28:20 2009 +0000 +++ b/gnv/src/main/webapp/styles/default.css Mon Jan 04 15:15:38 2010 +0000 @@ -97,6 +97,19 @@ padding: 0; font-size: 0.8em; } + +.parameter { + font-size: 0.8em; + padding-left: 10px; + text-align: left; + vertical-align: top; + width: 100px; +} + +.value { + font-size: 1.2em; +} + .submitbutton{ cursor:pointer; border:outset 1px #ccc; @@ -352,4 +365,4 @@ } -/* ----------------------------------- */ \ No newline at end of file +/* ----------------------------------- */