From d8b3f44eb74b4947105ff28a1c090854ce8ce238 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Fri, 4 Nov 2005 16:55:21 +0000 Subject: HTML + icons + CSS cosmetic changes git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@38 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkweb/context/WEB-INF/Home.html | 7 +- orkweb/context/WEB-INF/RecSegments.html | 34 ++- orkweb/context/WEB-INF/RecSegments.page | 4 +- orkweb/context/css/orekastyle.css | 247 +++++++++++++++------- orkweb/src/net/sf/oreka/tapestry/MainMenu.html | 8 +- orkweb/src/net/sf/oreka/tapestry/TablePaging.html | 46 +--- orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc | 8 +- 7 files changed, 222 insertions(+), 132 deletions(-) diff --git a/orkweb/context/WEB-INF/Home.html b/orkweb/context/WEB-INF/Home.html index e2ff6d5..4256a96 100644 --- a/orkweb/context/WEB-INF/Home.html +++ b/orkweb/context/WEB-INF/Home.html @@ -3,7 +3,7 @@ - +
@@ -11,6 +11,9 @@
Here goes the main menu
+ + + - +
 
Please login @@ -32,7 +35,7 @@
diff --git a/orkweb/context/WEB-INF/RecSegments.html b/orkweb/context/WEB-INF/RecSegments.html index cf4cf42..5c3b91e 100644 --- a/orkweb/context/WEB-INF/RecSegments.html +++ b/orkweb/context/WEB-INF/RecSegments.html @@ -1,7 +1,7 @@ - +
@@ -9,6 +9,9 @@ @@ -146,9 +167,8 @@ No results +
Here goes the main menu
+ + + @@ -59,8 +62,11 @@ + + + - + - + + + + +
 
error in this field
 
@@ -112,10 +118,10 @@ timestamp duration local party + - In - Out + In + Out remote party @@ -138,6 +144,21 @@
Paging goes here
- - \ No newline at end of file diff --git a/orkweb/context/WEB-INF/RecSegments.page b/orkweb/context/WEB-INF/RecSegments.page index 5894409..96f3e4c 100644 --- a/orkweb/context/WEB-INF/RecSegments.page +++ b/orkweb/context/WEB-INF/RecSegments.page @@ -20,8 +20,8 @@ - - + + diff --git a/orkweb/context/css/orekastyle.css b/orkweb/context/css/orekastyle.css index 343b65c..eb89c9e 100644 --- a/orkweb/context/css/orekastyle.css +++ b/orkweb/context/css/orekastyle.css @@ -1,115 +1,220 @@ -body { - margin: 0; padding: 0; - font-family: Arial, Helvetica, sans-serif; - font-size: 11px;} +body { + margin: 0; + padding: 0; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #666; + background-color: #FFFFFF; + background-image: url(../images/common/bg_page.jpg); + background-repeat: repeat-x; + background-position: left bottom; +} img {border: 0;} +a:link {text-decoration: none;} +a:visited {text-decoration: none;} + #masthead {padding: 2px;} -.menuContainer { +.menu { font-weight: bold; - border-bottom: 1px solid #000000; - border-top: 1px solid #000000; - background-color: #E6E6E6; - background-image: url(../images/menuback1.gif); + background-image: url(../images/common/bg_header_04.jpg); background-repeat: repeat-x; - padding: 0px; margin: 0px; + width: 100%; +} +td#menu { + padding-top: 1px; + padding-bottom: 5px; + } + .menubuttons { } .menubuttons td { - background-color: #E9E9E9; text-align: center; - padding: 2px 8px; - border: 1px solid #000000; + background-image: url(../images/common/bg_btn_off.gif); + background-repeat: no-repeat; + background-position: left top; + width: 80px; + height: 25px; + vertical-align: middle; +} + +.formbuttons td { + text-align: center; + background-image: url(../images/common/btn_search_off.gif); + background-repeat: no-repeat; + background-position: left top; + width: 80px; + height: 25px; + vertical-align: middle; } -.menubuttons td.on { - color: #FFFFFF; - background-color: #003366; +.menubuttons a {display: block; width: auto; padding: 2px 8px;} +.menubuttons a:link {color: #003366; text-decoration: none;} +.menubuttons a:visited {color: #003366; text-decoration: none;} +.menubuttons a:hover {color: #CC0000;} + +.menubuttons td.on { text-align: center; + background-image: url(../images/common/bg_btn_on.gif); + background-repeat: no-repeat; + background-position: left top; + width: 80px; + height: 25px; + vertical-align: middle; } -.menubuttons td.on a {color: #FFF;} +.menubuttons td.on a:link {color: #FFF; text-decoration: none;} +.menubuttons td.on a:visited {color: #FFF; text-decoration: none;} +.menubuttons td.on a:hover {color: #C00; text-decoration: none;} + -.menubuttons a {display: block;} -.menubuttons a:link {color: #003366;} -.menubuttons a:visited {color: #003366;} -.menubuttons a:hover {color:#FFCC00;} .inputform { - padding: 0px; width: 350px; + width: 345px; + padding: 0px; + padding-left:10px; /*border: 1px solid #000000;*/ } .inputform th { - text-align: right; + text-align: left; } .inputform td { - padding: 4px; font-weight: bold; -} - + padding: 4px; + font-weight: bold; + text-align: left; +} .inputform input {font-weight: normal;} + +.inputform input#submitbutton { + font-weight: bold; + border-color: #c1dd00; + background-color: #ffffff; + border-top-width: 2px; + border-bottom-width: 2px; + border-left-width: 2px; + border-right-width: 2px; +} + .error { font-size: 10px; font-style: italic; color: #FF0000; } -.cursor { - background-color: white; - text-align: right; - padding-right: 0; -} - -.cursor div { - border-top: solid 2px #930512; - background-color: #FD0D24; - border-bottom: solid 2px #930512; - text-align: right; - color: white; - float: left; - padding-top: 0; - height: 1em; -} - -.bar { - background-color: white; - text-align: right; - padding-right: 0; -} - -.bar div { - border-top: solid 2px #03144B; - background-color: #0930AC; - border-bottom: solid 2px #03144B; - text-align: right; - color: white; - float: left; - padding-top: 0; - height: 1em; -} + + table#container { - border: 1px solid #000000; + width:99%; padding: 0px; margin: 0px; - width: 100%; - background-image:url(../images/bg_container.jpg); background-repeat: repeat-x; + border-width:0px; + cell-padding:10px; + +} +table#container td { + vertical-align: top; + padding: 0px; + margin: 0px; + border-width: 0px; +} +td.criteria { + width: 360px; + background-image: url(../images/common/bg_criterias.gif); + background-repeat: no-repeat; + background-position: left top; + height: 395px; + text-align: center; + vertical-align: top; +} +/*div#criteria { + width: 360px; + height: 395px; + background-attachment: fixed; + background-image: url(../images/common/bg_criterias.gif); + background-repeat: no-repeat; + background-position: left top; + position: fixed; + top: 120px; +}*/ +.results { + background-attachment: fixed; + background-repeat: no-repeat; + background-position: left top; + background: transparent url(../images/common/bg_results.gif); } -table#container td {vertical-align: top;} -td.criteria {border: 1px solid #000; width: 350px; background-color: #FFF;} -td.results {border: 1px solid #000; background-color: #FFF;} +td.brd4result { + background-image: url(../images/common/bdr3_results.gif); + background-repeat: repeat-x; + background-position: left top; +} +td.brd5results { + background-image: url(../images/common/bdr5_results.gif); + background-repeat: repeat-y; + background-position: left top; +} +td.brdr6results { + background-image: url(../images/common/bdr6_results.gif); + background-repeat: repeat-y; + background-position: left top; +} + + + td.results table {width: 100%;} -tr.header {font-weight: bold; background-color:#333333; color: #fff;} +tr.header { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; + font-weight: bold; color: #666; background-image:url(../images/common/bg_hdr.gif); background-repeat:repeat-x;} tr.header td {padding: 4px;} -tr.header a:link {color: #FFF; text-decoration: none;} -tr.header a:visited {color: #FFF; text-decoration: none;} +tr.header a:link {color: #666; text-decoration: none;} +tr.header a:visited {color: #666; text-decoration: none;} tr.header a:hover {text-decoration: underline;} -tr.even {background-color: #EAEAEA;} -tr.odd {background-color:#E0E0E0;} +tr.even {background-color: #e4ec87;} +tr.odd {background-color:#faf8b2;} +tr.highlight { + background-color:#CCE100; + color: #FF0000; + font-weight: bold; +} + +td.results table.paging, td.results table.paging table {width: auto;} -td.results table.paging {width: auto;} .paging tr.odd {background-color:#FFFFFF;} .paging tr.even {background-color:#FFFFFF;} + + +td.cursor { + width: 14px; + height: 13px; + background-image: url(../images/common/icon_cursor_over.gif); + background-repeat: no-repeat; + background-position: center center; + } + +td.bar { + width: 16px; + height: 16px; + background-image: url(../images/common/icon_cursor.gif); + background-repeat: no-repeat; + background-position: center center; +} + +div#menuContainer2 { + height: 36px; + width: 99%; + border: 0px; + margin-left: 10px; + margin-top: 10px; + margin-bottom: 0px; + top: 500px; +} +div#main { + width: 99%; + border: 0px; + margin-left: 10px; + margin-top: 0px; + margin-bottom: 10px; +} diff --git a/orkweb/src/net/sf/oreka/tapestry/MainMenu.html b/orkweb/src/net/sf/oreka/tapestry/MainMenu.html index 8873c57..99a31f0 100644 --- a/orkweb/src/net/sf/oreka/tapestry/MainMenu.html +++ b/orkweb/src/net/sf/oreka/tapestry/MainMenu.html @@ -1,8 +1,9 @@ - + - + - + \ No newline at end of file diff --git a/orkweb/src/net/sf/oreka/tapestry/TablePaging.html b/orkweb/src/net/sf/oreka/tapestry/TablePaging.html index 9adc8d1..2aed178 100644 --- a/orkweb/src/net/sf/oreka/tapestry/TablePaging.html +++ b/orkweb/src/net/sf/oreka/tapestry/TablePaging.html @@ -1,43 +1,6 @@ - - - - + - -
+
@@ -69,13 +32,10 @@
-   -
+
diff --git a/orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc b/orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc index 2e19947..20eb6f2 100644 --- a/orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc +++ b/orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc @@ -10,8 +10,8 @@ - - - - + + + + \ No newline at end of file -- cgit v1.2.3