update white site style
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440344 13f79535-47bb-0310-9956-ffa450edef68
|
@ -1,34 +1,80 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2005-2006 The Apache Software Foundation.
|
||||||
|
*
|
||||||
|
* Licensed 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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.sidebar3 {
|
||||||
|
width: 10em;
|
||||||
|
float: right;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarb {
|
||||||
|
font-size: small;
|
||||||
|
text-align:center;
|
||||||
|
padding: 10px 10px 10px 10px;
|
||||||
|
border: 1px #DFDEDE solid;
|
||||||
|
width: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px black solid;
|
border: 1px #DFDEDE solid;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#download {
|
||||||
|
font-size: 11px;
|
||||||
|
background-image: url( ../images/dl.gif );
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
float: right;
|
||||||
|
font-size: small;
|
||||||
|
font-weight:bold;
|
||||||
|
margin: 10px;
|
||||||
|
padding: 10px;
|
||||||
|
height:auto;
|
||||||
|
width: 10em;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#download a:link, a:visited {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
#contentArea {
|
#contentArea {
|
||||||
border: 1px solid black;
|
|
||||||
border-style: groove;
|
|
||||||
margin-right: 15em;
|
margin-right: 15em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs b {
|
#tabs b {
|
||||||
border: 1px solid black;
|
border: 1px #DFDEDE solid;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs a {
|
#tabs a {
|
||||||
border: 1px solid black;
|
border: 1px #DFDEDE solid;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabArea {
|
#tabArea {
|
||||||
border: 1px solid black;
|
border-top: 1px solid #DFDEDE;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,42 +83,6 @@
|
||||||
font-size: xx-small;
|
font-size: xx-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notes {
|
|
||||||
border: double blue;
|
|
||||||
margin-top: 20px;
|
|
||||||
margin-right: 15em;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#notes p:first-child {
|
|
||||||
border-bottom: 1px solid blue;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#feed {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.downloadButton {
|
|
||||||
background-color: green;
|
|
||||||
border: double white;
|
|
||||||
float: right;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.downloadButton a {
|
|
||||||
font-size: large;
|
|
||||||
color: white;
|
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#labels {
|
|
||||||
background-color: #f2f2f2;
|
|
||||||
padding: 0.5em 1em 0.5em 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.statusOk {
|
.statusOk {
|
||||||
color: green;
|
color: green;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -83,8 +93,12 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.statusWarn {
|
/* WebWork validation failures */
|
||||||
color: orange;
|
.errorMessage {
|
||||||
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actionMessage {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 388 B |
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.6 KiB |
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Add (Edit) Repository</h2>
|
<h2>Add (Edit) Repository</h2>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Add (Edit) Repository</h2>
|
<h2>Add (Edit) Repository</h2>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Add (Edit) Repository</h2>
|
<h2>Add (Edit) Repository</h2>
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Configuration</h1>
|
<h1>Configuration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="searchBox">
|
<div id="searchBox">
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Delete Remote Repository</h2>
|
<h2>Delete Remote Repository</h2>
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Delete Managed Repository</h2>
|
<h2>Delete Managed Repository</h2>
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Delete Remote Repository</h2>
|
<h2>Delete Remote Repository</h2>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Add (Edit) Repository</h2>
|
<h2>Add (Edit) Repository</h2>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Add (Edit) Repository</h2>
|
<h2>Add (Edit) Repository</h2>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Add (Edit) Repository</h2>
|
<h2>Add (Edit) Repository</h2>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Add (Edit) Repository</h2>
|
<h2>Add (Edit) Repository</h2>
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Configuration</h2>
|
<h2>Configuration</h2>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Proxied Repositories</h2>
|
<h2>Proxied Repositories</h2>
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Synced Repositories</h2>
|
<h2>Synced Repositories</h2>
|
||||||
|
|
|
@ -3,24 +3,22 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<div id="sidebar">
|
<img src="images/jar.gif" width="66" height="66" title="JAR" style="float: left"/>
|
||||||
<p>reserved sidebar</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<img src="images/jar.png" width="100" height="100" alt="jar" style="float: left"/>
|
|
||||||
<div class="downloadButton">
|
|
||||||
<a href="#">Download</a>
|
|
||||||
</div>
|
|
||||||
<h1>Maven Model</h1>
|
<h1>Maven Model</h1>
|
||||||
|
|
||||||
|
<div class="sidebar3">
|
||||||
|
<div id="download"><a href="#">Download</a></div>
|
||||||
|
<div id="sidebar"><p>reserved sidebar</p></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="tabs">
|
<div id="tabs">
|
||||||
<p>
|
<span>
|
||||||
<b>Info</b>
|
<b>Info</b>
|
||||||
<a href="dependencies.html">Dependencies</a>
|
<a href="dependencies.html">Dependencies</a>
|
||||||
<a href="dependedon.html">Depended On By</a>
|
<a href="dependedon.html">Depended On By</a>
|
||||||
<a href="mail-lists.html">Mailing Lists</a>
|
<a href="mail-lists.html">Mailing Lists</a>
|
||||||
</p>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="tabArea">
|
<div id="tabArea">
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Browse Repository</h1>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<p>reserved sidebar</p>
|
<p>reserved sidebar</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Browse Repository</h1>
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="nameColumn">
|
<div id="nameColumn">
|
||||||
<h2>Groups</h2>
|
<h2>Groups</h2>
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Browse Repository</h1>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<p>reserved sidebar</p>
|
<p>reserved sidebar</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Browse Repository</h1>
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="nameColumn">
|
<div id="nameColumn">
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Browse Repository</h1>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<p>reserved sidebar</p>
|
<p>reserved sidebar</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Browse Repository</h1>
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="nameColumn">
|
<div id="nameColumn">
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -20,21 +20,21 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<img src="images/archetype.gif" width="66" height="66" title="Archetype" style="float: left"/>
|
||||||
|
<h1>Maven Model</h1>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<p>reserved sidebar</p>
|
<p>reserved sidebar</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img src="images/jar.png" width="100" height="100" alt="jar" style="float: left"/>
|
|
||||||
<h1>Maven Model</h1>
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="tabs">
|
<div id="tabs">
|
||||||
<p>
|
<span>
|
||||||
<a href="artifact.html">Info</a>
|
<a href="artifact.html">Info</a>
|
||||||
<a href="dependencies.html">Dependencies</a>
|
<a href="dependencies.html">Dependencies</a>
|
||||||
<b>Depended On By</b>
|
<b>Depended On By</b>
|
||||||
<a href="mail-lists.html">Mailing Lists</a>
|
<a href="mail-lists.html">Mailing Lists</a>
|
||||||
</p>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="tabArea">
|
<div id="tabArea">
|
||||||
<h3>
|
<h3>
|
||||||
|
|
|
@ -20,21 +20,21 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<img src="images/pom.gif" width="66" height="66" title="POM" style="float: left"/>
|
||||||
|
<h1>Maven Model</h1>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<p>reserved sidebar</p>
|
<p>reserved sidebar</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img src="images/jar.png" width="100" height="100" alt="jar" style="float: left"/>
|
|
||||||
<h1>Maven Model</h1>
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="tabs">
|
<div id="tabs">
|
||||||
<p>
|
<span>
|
||||||
<a href="artifact.html">Info</a>
|
<a href="artifact.html">Info</a>
|
||||||
<b>Dependencies</b>
|
<b>Dependencies</b>
|
||||||
<a href="dependedon.html">Depended On By</a>
|
<a href="dependedon.html">Depended On By</a>
|
||||||
<a href="mail-lists.html">Mailing Lists</a>
|
<a href="mail-lists.html">Mailing Lists</a>
|
||||||
</p>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="tabArea">
|
<div id="tabArea">
|
||||||
<h3>
|
<h3>
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>Find Artifact</h1>
|
<h1>Find Artifact</h1>
|
||||||
|
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="searchBox">
|
<div id="searchBox">
|
||||||
<form action="artifact.html">
|
<form action="artifact.html">
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Search</h1>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<p>reserved sidebar</p>
|
<p>reserved sidebar</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Search</h1>
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="searchBox">
|
<div id="searchBox">
|
||||||
<form action="results.html">
|
<form action="results.html">
|
||||||
|
|
|
@ -20,21 +20,21 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<img src="images/mavenplugin.gif" width="66" height="66" alt="Maven Plugin" style="float: left"/>
|
||||||
|
<h1>Maven Model</h1>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<p>reserved sidebar</p>
|
<p>reserved sidebar</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img src="images/jar.png" width="100" height="100" alt="jar" style="float: left"/>
|
|
||||||
<h1>Maven Model</h1>
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="tabs">
|
<div id="tabs">
|
||||||
<p>
|
<span>
|
||||||
<a href="artifact.html">Info</a>
|
<a href="artifact.html">Info</a>
|
||||||
<a href="dependencies.html">Dependencies</a>
|
<a href="dependencies.html">Dependencies</a>
|
||||||
<a href="dependedon.html">Depended On By</a>
|
<a href="dependedon.html">Depended On By</a>
|
||||||
<b>Mailing Lists</b>
|
<b>Mailing Lists</b>
|
||||||
</p>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="tabArea">
|
<div id="tabArea">
|
||||||
<h3>
|
<h3>
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>Repository Health</h1>
|
<h1>Repository Health</h1>
|
||||||
|
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Status</h2>
|
<h2>Status</h2>
|
||||||
<table>
|
<table>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<title>Archiva</title>
|
<title>Archiva</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Search Results</h1>
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<p>reserved sidebar</p>
|
<p>reserved sidebar</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Search Results</h1>
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<div id="searchBox">
|
<div id="searchBox">
|
||||||
<div id="feed">
|
<div id="feed">
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<h1>Synchronisation</h1>
|
<h1>Synchronisation</h1>
|
||||||
|
<div id="sidebar">
|
||||||
|
<p>reserved sidebar</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Apache</h2>
|
<h2>Apache</h2>
|
||||||
|
|