couple of clarifications on the JSPs

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@613849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-01-21 11:35:03 +00:00
parent ec56fbd2bd
commit 963aa1c3bc
2 changed files with 11 additions and 11 deletions

View File

@ -21,16 +21,20 @@
<html> <html>
<head> <head>
<title>Admin: Add Legacy artifact path</title> <title>Admin: Add Legacy Artifact Path</title>
<ww:head/> <ww:head/>
</head> </head>
<body> <body>
<h1>Admin: Add Legacy artifact path</h1> <h1>Admin: Add Legacy Artifact Path</h1>
<div id="contentArea"> <div id="contentArea">
<p>
Enter the legacy path to map to a particular artifact reference, then adjust the fields as necessary.
</p>
<script type="text/javascript"> <script type="text/javascript">
function parse( path ) function parse( path )
{ {

View File

@ -30,7 +30,7 @@
<body> <body>
<h1>Administration - Legacy artifacts path resolution</h1> <h1>Administration - Legacy Artifact Path Resolution</h1>
<div id="contentArea"> <div id="contentArea">
@ -47,15 +47,15 @@
</ww:a> </ww:a>
</redback:ifAuthorized> </redback:ifAuthorized>
</div> </div>
<h2>Legacy artifacts path resolution</h2> <h2>Path Mappings</h2>
<c:choose> <c:choose>
<c:when test="${empty(legacyArtifactPaths)}"> <c:when test="${empty(legacyArtifactPaths)}">
<%-- No Managed Repositories. --%> <%-- No paths. --%>
<strong>There are no legacy artifact path configured yet.</strong> <p><strong>There are no legacy artifact paths configured yet.</strong></p>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<%-- Display the repositories. --%> <%-- Display the paths. --%>
<c:forEach items="${legacyArtifactPaths}" var="legacyArtifactPath" varStatus="i"> <c:forEach items="${legacyArtifactPaths}" var="legacyArtifactPath" varStatus="i">
<c:choose> <c:choose>
@ -82,10 +82,6 @@
</redback:ifAnyAuthorized> </redback:ifAnyAuthorized>
</div> </div>
<div style="float: left">
<img src="<c:url value="/images/archiva-splat-32.gif"/>" alt="" width="32" height="32"/>
</div>
<table class="infoTable"> <table class="infoTable">
<tr> <tr>
<th>Path</th> <th>Path</th>