[MRM-1041]

updated browse.jsp


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2009-02-18 03:01:03 +00:00
parent 243a71a586
commit e9b030ba0c
1 changed files with 3 additions and 3 deletions

View File

@ -110,13 +110,13 @@
<th>Artifact ID</th> <th>Artifact ID</th>
<td>${sharedModel.artifactId}</td> <td>${sharedModel.artifactId}</td>
</tr> </tr>
<c:if test="${sharedModel.packaging != null}"> <c:if test="${(sharedModel.packaging != null) && (!empty sharedModel.packaging)}">
<tr> <tr>
<th>Packaging</th> <th>Packaging</th>
<td><code>${sharedModel.packaging}</code></td> <td><code>${sharedModel.packaging}</code></td>
</tr> </tr>
</c:if> </c:if>
<c:if test="${sharedModel.name != null}"> <c:if test="${(sharedModel.name != null) && (!empty sharedModel.name)}">
<tr> <tr>
<th>Name</th> <th>Name</th>
<td><code>${sharedModel.name}</code></td> <td><code>${sharedModel.name}</code></td>
@ -127,7 +127,7 @@
<th>Organisation</th> <th>Organisation</th>
<td> <td>
<c:choose> <c:choose>
<c:when test="${sharedModel.organization.url != null}"> <c:when test="${(sharedModel.organization.url != null) && (!empty sharedModel.organization.url)}">
<a href="${sharedModel.organization.url}">${sharedModel.organization.name}</a> <a href="${sharedModel.organization.url}">${sharedModel.organization.name}</a>
</c:when> </c:when>
<c:otherwise> <c:otherwise>