mirror of https://github.com/apache/archiva.git
[MRM-77] related updates to the white site
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441546 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
23ec161a17
commit
0ea31038c8
|
@ -24,67 +24,60 @@
|
||||||
<td>
|
<td>
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<th><i>Seconds:</i></th>
|
<th>
|
||||||
<td><input type="text" size="10" value="0" align="right"/></td>
|
<i>Seconds:</i>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" size="10" value="0" align="right"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><i>Minutes:</i></th>
|
<th>
|
||||||
<td><input type="text" size="10" value="0" align="right"/></td>
|
<i>Minutes:</i>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" size="10" value="0" align="right"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><i>Hours:</i></th>
|
<th>
|
||||||
<td><input type="text" size="10" value="*" align="right"/></td>
|
<i>Hours:</i>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" size="10" value="*" align="right"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><i>Day of Month:</i></th>
|
<th>
|
||||||
<td><input type="text" size="10" value="*" align="right"/></td>
|
<i>Day of Month:</i>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" size="10" value="*" align="right"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><i>Month:</i></th>
|
<th>
|
||||||
<td><input type="text" size="10" value="*" align="right"/></td>
|
<i>Month:</i>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" size="10" value="*" align="right"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><i>Day of Week:</i></th>
|
<th>
|
||||||
<td><input type="text" size="10" value="?" align="right"/></td>
|
<i>Day of Week:</i>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" size="10" value="?" align="right"/>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><i>Year: (optional)</i></th>
|
<th>
|
||||||
<td><input type="text" size="10" value="2006" align="right"/></td>
|
<i>Year: (optional)</i>
|
||||||
</tr>
|
</th>
|
||||||
</table>
|
<td>
|
||||||
</td>
|
<input type="text" size="10" value="2006" align="right"/>
|
||||||
</tr>
|
</td>
|
||||||
<tr>
|
|
||||||
<th>Reporting Schedule:</th>
|
|
||||||
<td>
|
|
||||||
<table width="100%">
|
|
||||||
<tr>
|
|
||||||
<th><i>Seconds:</i></th>
|
|
||||||
<td><input type="text" size="10" value="0" align="right"/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th><i>Minutes:</i></th>
|
|
||||||
<td><input type="text" size="10" value="0" align="right"/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th><i>Hours:</i></th>
|
|
||||||
<td><input type="text" size="10" value="*" align="right"/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th><i>Day of Month:</i></th>
|
|
||||||
<td><input type="text" size="10" value="*" align="right"/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th><i>Month:</i></th>
|
|
||||||
<td><input type="text" size="10" value="*" align="right"/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th><i>Day of Week:</i></th>
|
|
||||||
<td><input type="text" size="10" value="?" align="right"/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th><i>Year: (optional)</i></th>
|
|
||||||
<td><input type="text" size="10" value="2006" align="right"/></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
@ -94,7 +87,10 @@
|
||||||
<input type="submit" value="Save Configuration"/>
|
<input type="submit" value="Save Configuration"/>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<i>* For valid cron expression values, see <a href="http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html">here</a>.</i>
|
<i>* For valid cron expression values, see
|
||||||
|
<a href="http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html">here</a>
|
||||||
|
.
|
||||||
|
</i>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -25,13 +25,6 @@
|
||||||
<a href="#">Run Now</a>
|
<a href="#">Run Now</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th>Reporting Schedule</th>
|
|
||||||
<td>...</td>
|
|
||||||
<td>
|
|
||||||
<a href="#">Run Now</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -17,72 +17,6 @@
|
||||||
<img src="images/icon_error_sml.gif" width="15" height="15" alt=""/>
|
<img src="images/icon_error_sml.gif" width="15" height="15" alt=""/>
|
||||||
2
|
2
|
||||||
<img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/>
|
<img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/>
|
||||||
0
|
|
||||||
(
|
|
||||||
<a href="#">Repair all</a>
|
|
||||||
)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>Artifacts</h3>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<img src="images/icon_error_sml.gif" width="15" height="15" alt=""/>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
File is missing SHA1 checksum
|
|
||||||
<p>
|
|
||||||
<span style="font-size: x-small">
|
|
||||||
<strong>Group ID:</strong>
|
|
||||||
<a href="browse2.html">org</a>
|
|
||||||
/
|
|
||||||
<a href="browse2.html">apache</a>
|
|
||||||
/
|
|
||||||
<a href="browse2.html">maven</a>
|
|
||||||
<strong>Artifact ID:</strong>
|
|
||||||
<a href="browse3.html">maven-artifact</a>
|
|
||||||
<strong>Version(s):</strong>
|
|
||||||
<a href="artifact.html">2.0</a>
|
|
||||||
</span>
|
|
||||||
</p>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a href="#">Repair</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<img src="images/icon_error_sml.gif" width="15" height="15" alt=""/>
|
|
||||||
</td>
|
|
||||||
<td>File is missing SHA1 checksum
|
|
||||||
<p>
|
|
||||||
<span style="font-size: x-small">
|
|
||||||
<strong>Group ID:</strong>
|
|
||||||
<a href="browse2.html">org</a>
|
|
||||||
/
|
|
||||||
<a href="browse2.html">apache</a>
|
|
||||||
/
|
|
||||||
<a href="browse2.html">maven</a>
|
|
||||||
<strong>Artifact ID:</strong>
|
|
||||||
<a href="browse3.html">maven-artifact</a>
|
|
||||||
<strong>Version(s):</strong>
|
|
||||||
<a href="artifact.html">2.0.1</a>
|
|
||||||
</span>
|
|
||||||
</p>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a href="#">Repair</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h2>Repository 2</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Status:
|
|
||||||
<img src="images/icon_error_sml.gif" width="15" height="15" alt=""/>
|
|
||||||
0
|
|
||||||
<img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/>
|
|
||||||
1
|
1
|
||||||
(
|
(
|
||||||
<a href="#">Repair all</a>
|
<a href="#">Repair all</a>
|
||||||
|
@ -90,33 +24,109 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Artifacts</h3>
|
<h3>Artifacts</h3>
|
||||||
<table>
|
<ul>
|
||||||
<tr>
|
<li class="errorBullet">File is missing SHA1 checksum (
|
||||||
<td>
|
<a href="#">Repair</a>
|
||||||
<img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/>
|
)
|
||||||
</td>
|
</li>
|
||||||
<td>
|
<li class="warningBullet">File is missing digital signature
|
||||||
File is missing a digital signature
|
<span style="color: gray">(No fix available)</span>
|
||||||
<p>
|
</li>
|
||||||
<span style="font-size: x-small">
|
</ul>
|
||||||
<strong>Group ID:</strong>
|
<p>
|
||||||
<a href="browse2.html">org</a>
|
<span style="font-size: x-small; text-indent: 3em">
|
||||||
/
|
<strong>Group ID:</strong>
|
||||||
<a href="browse2.html">apache</a>
|
<a href="browse2.html">org</a>
|
||||||
/
|
/
|
||||||
<a href="browse2.html">maven</a>
|
<a href="browse2.html">apache</a>
|
||||||
<strong>Artifact ID:</strong>
|
/
|
||||||
<a href="browse3.html">maven-artifact</a>
|
<a href="browse2.html">maven</a>
|
||||||
<strong>Version(s):</strong>
|
<strong>Artifact ID:</strong>
|
||||||
<a href="artifact.html">2.0.1</a>
|
<a href="browse3.html">maven-artifact</a>
|
||||||
</span>
|
<strong>Version(s):</strong>
|
||||||
</p>
|
<a href="artifact.html">2.0</a>
|
||||||
</td>
|
</span>
|
||||||
<td>
|
</p>
|
||||||
<span style="color: gray">No fix available</span>
|
<ul>
|
||||||
</td>
|
<li class="errorBullet">File is missing SHA1 checksum (
|
||||||
</tr>
|
<a href="#">Repair</a>
|
||||||
</table>
|
)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
<span style="font-size: x-small; text-indent: 3em">
|
||||||
|
<strong>Group ID:</strong>
|
||||||
|
<a href="browse2.html">org</a>
|
||||||
|
/
|
||||||
|
<a href="browse2.html">apache</a>
|
||||||
|
/
|
||||||
|
<a href="browse2.html">maven</a>
|
||||||
|
<strong>Artifact ID:</strong>
|
||||||
|
<a href="browse3.html">maven-artifact</a>
|
||||||
|
<strong>Version(s):</strong>
|
||||||
|
<a href="artifact.html">2.0.1</a>
|
||||||
|
</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<b>... more ...</b>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Repository 2</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Status:
|
||||||
|
<img src="images/icon_error_sml.gif" width="15" height="15" alt=""/>
|
||||||
|
2
|
||||||
|
<img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/>
|
||||||
|
0
|
||||||
|
(
|
||||||
|
<a href="#">Repair all</a>
|
||||||
|
)
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3>Artifacts</h3>
|
||||||
|
<ul>
|
||||||
|
<li class="errorBullet">File is missing SHA1 checksum (
|
||||||
|
<a href="#">Repair</a>
|
||||||
|
)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
<span style="font-size: x-small; text-indent: 3em">
|
||||||
|
<strong>Group ID:</strong>
|
||||||
|
<a href="browse2.html">org</a>
|
||||||
|
/
|
||||||
|
<a href="browse2.html">apache</a>
|
||||||
|
/
|
||||||
|
<a href="browse2.html">maven</a>
|
||||||
|
<strong>Artifact ID:</strong>
|
||||||
|
<a href="browse3.html">maven-artifact</a>
|
||||||
|
<strong>Version(s):</strong>
|
||||||
|
<a href="artifact.html">2.0.1</a>
|
||||||
|
</span>
|
||||||
|
</p>
|
||||||
|
<h3>Metadata</h3>
|
||||||
|
<ul>
|
||||||
|
<li class="errorBullet">File is missing SHA1 checksum (
|
||||||
|
<a href="#">Repair</a>
|
||||||
|
)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
<span style="font-size: x-small; text-indent: 3em">
|
||||||
|
<strong>Group ID:</strong>
|
||||||
|
<a href="browse2.html">org</a>
|
||||||
|
/
|
||||||
|
<a href="browse2.html">apache</a>
|
||||||
|
/
|
||||||
|
<a href="browse2.html">maven</a>
|
||||||
|
<strong>Artifact ID:</strong>
|
||||||
|
<a href="browse3.html">maven-artifact</a>
|
||||||
|
<strong>Version(s):</strong>
|
||||||
|
<a href="artifact.html">2.0.1</a>
|
||||||
|
</span>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
Loading…
Reference in New Issue