From 15eb5875c3f7c41a07f41273f9740118d51f97c5 Mon Sep 17 00:00:00 2001 From: Stephan Klevenz Date: Mon, 19 May 2014 12:32:12 +0200 Subject: [PATCH] [OLINGO-266] pimp index.jsp --- .../src/main/version/version.html | 2 +- .../src/main/webapp/css/olingo.css | 54 ++++--------------- .../src/main/webapp/gen/version.html | 43 --------------- lib/server-tecsvc/src/main/webapp/index.jsp | 13 ++--- 4 files changed, 19 insertions(+), 93 deletions(-) delete mode 100644 lib/server-tecsvc/src/main/webapp/gen/version.html diff --git a/lib/server-tecsvc/src/main/version/version.html b/lib/server-tecsvc/src/main/version/version.html index d0b9d026a..153738913 100644 --- a/lib/server-tecsvc/src/main/version/version.html +++ b/lib/server-tecsvc/src/main/version/version.html @@ -17,7 +17,7 @@ under the License. --> - +
diff --git a/lib/server-tecsvc/src/main/webapp/css/olingo.css b/lib/server-tecsvc/src/main/webapp/css/olingo.css index 6e3aa7f76..c2323fc3a 100644 --- a/lib/server-tecsvc/src/main/webapp/css/olingo.css +++ b/lib/server-tecsvc/src/main/webapp/css/olingo.css @@ -20,35 +20,27 @@ body { font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; - color: orange + color: #8904B1; background-color: #ffffff; } a { - color: blue; - text-decoration: none; + color: #8904B1; } -a:focus { - outline: thin dotted #4076cb; - outline-offset: -1px; +a:VISITED { + color: #D358F7; } -/* a:hover,a:active { */ -/* outline: 0; */ -/* } */ - -/* a:hover { */ -/* color: #404a7e; */ -/* text-decoration: underline; */ -/* } */ +td { + padding:5px; +} h1,h2,h3,h4,h5,h6 { - margin: 9px 0; font-family: inherit; font-weight: bold; line-height: 1; - color: orange; + color: #8904B1; } h1 { @@ -82,39 +74,15 @@ h6 { } .logo { - float: right; -} - -ul { - padding: 0; - margin: 0 0 9px 25px; -} - -ul ul { - margin-bottom: 0; -} - -li { - line-height: 18px; + float: left; } hr { margin: 9px 0; - border: 0; - border-top: 1px solid #cccccc; - border-bottom: 1px solid #ffffff; + border-top: 1px solid #8904B1; + border-bottom: 1px solid #8904B1; } -/* table { */ -/* border-collapse: collapse; */ -/* border-spacing: 2px; */ -/* } */ - -/* th,td { */ -/* border: 1px solid; */ -/* padding: 2px; */ -/* } */ - .version { font-family: "Courier New", monospace; font-size: 9px; diff --git a/lib/server-tecsvc/src/main/webapp/gen/version.html b/lib/server-tecsvc/src/main/webapp/gen/version.html deleted file mode 100644 index d0b9d026a..000000000 --- a/lib/server-tecsvc/src/main/webapp/gen/version.html +++ /dev/null @@ -1,43 +0,0 @@ - - -
Version Information
- - - - - - - - - - - - - - - - - - - - - -
Version Information
Apache - Olingo
name${name}
version${version}
diff --git a/lib/server-tecsvc/src/main/webapp/index.jsp b/lib/server-tecsvc/src/main/webapp/index.jsp index 22173bf81..aa3bfcf00 100644 --- a/lib/server-tecsvc/src/main/webapp/index.jsp +++ b/lib/server-tecsvc/src/main/webapp/index.jsp @@ -20,7 +20,7 @@ under the License. --> - +
@@ -33,22 +33,23 @@

- Olingo OData 4.0 +  Olingo OData 4.0

+
-

Technical Service

  • Service Document
  • Metadata
  • +


    - -
    +

    +

    <% String version = "gen/version.html";