[OLINGO-266] pimp index.jsp
This commit is contained in:
parent
d3e3074993
commit
15eb5875c3
|
@ -20,35 +20,27 @@ body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: orange
|
color: #8904B1;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: blue;
|
color: #8904B1;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus {
|
a:VISITED {
|
||||||
outline: thin dotted #4076cb;
|
color: #D358F7;
|
||||||
outline-offset: -1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* a:hover,a:active { */
|
td {
|
||||||
/* outline: 0; */
|
padding:5px;
|
||||||
/* } */
|
}
|
||||||
|
|
||||||
/* a:hover { */
|
|
||||||
/* color: #404a7e; */
|
|
||||||
/* text-decoration: underline; */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
margin: 9px 0;
|
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: orange;
|
color: #8904B1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -82,39 +74,15 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
float: right;
|
float: left;
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0 0 9px 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul ul {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
line-height: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin: 9px 0;
|
margin: 9px 0;
|
||||||
border: 0;
|
border-top: 1px solid #8904B1;
|
||||||
border-top: 1px solid #cccccc;
|
border-bottom: 1px solid #8904B1;
|
||||||
border-bottom: 1px solid #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* table { */
|
|
||||||
/* border-collapse: collapse; */
|
|
||||||
/* border-spacing: 2px; */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
/* th,td { */
|
|
||||||
/* border: 1px solid; */
|
|
||||||
/* padding: 2px; */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
.version {
|
.version {
|
||||||
font-family: "Courier New", monospace;
|
font-family: "Courier New", monospace;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
|
|
|
@ -1,43 +0,0 @@
|
||||||
<!--
|
|
||||||
Licensed to the Apache Software Foundation (ASF) under one
|
|
||||||
or more contributor license agreements. See the NOTICE file
|
|
||||||
distributed with this work for additional information
|
|
||||||
regarding copyright ownership. The ASF licenses this file
|
|
||||||
to you under the Apache License, Version 2.0 (the
|
|
||||||
"License"); you may not use this file except in compliance
|
|
||||||
with the License. You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing,
|
|
||||||
software distributed under the License is distributed on an
|
|
||||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
||||||
KIND, either express or implied. See the License for the
|
|
||||||
specific language governing permissions and limitations
|
|
||||||
under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<table border="1" rules="groups">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th colspan=2>Version Information</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
|
|
||||||
<tfoot>
|
|
||||||
<tr>
|
|
||||||
<td colspan=2><a href="http://olingo.apache.org" target="self">Apache
|
|
||||||
Olingo</a></td>
|
|
||||||
</tr>
|
|
||||||
</tfoot>
|
|
||||||
|
|
||||||
<tbody>
|
|
||||||
<td>name</td>
|
|
||||||
<td>${name}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>version</td>
|
|
||||||
<td>${version}</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
|
@ -33,21 +33,22 @@
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<h1>
|
<h1>
|
||||||
Olingo OData 4.0
|
Olingo OData 4.0
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img height="100" align="right" src="img/OlingoOrangeTM.png" />
|
<img height="40" src="img/OlingoOrangeTM.png" />
|
||||||
</div>
|
</div>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
|
||||||
<hr>
|
<hr>
|
||||||
|
</div>
|
||||||
<h2>Technical Service</h2>
|
<h2>Technical Service</h2>
|
||||||
<lu>
|
<lu>
|
||||||
<li><a href="odata.svc/">Service Document</a></li>
|
<li><a href="odata.svc/">Service Document</a></li>
|
||||||
<li><a href="odata.svc/$metadata">Metadata</a></li>
|
<li><a href="odata.svc/$metadata">Metadata</a></li>
|
||||||
</lu>
|
</lu>
|
||||||
|
|
||||||
|
<p>
|
||||||
<hr>
|
<hr>
|
||||||
|
<p>
|
||||||
<div class="version">
|
<div class="version">
|
||||||
<%
|
<%
|
||||||
String version = "gen/version.html";
|
String version = "gen/version.html";
|
||||||
|
|
Loading…
Reference in New Issue