[MRM-144] change to server-side comment

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-08-28 06:56:25 +00:00
parent 6d9088f7e6
commit 3f37453723
4 changed files with 118 additions and 118 deletions

View File

@ -102,7 +102,7 @@
</tr> </tr>
<tr> <tr>
<th>Type</th> <th>Type</th>
<!-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --> <%-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --%>
<td> <td>
<c:choose> <c:choose>
<c:when test="${repository.layout == 'default'}"> <c:when test="${repository.layout == 'default'}">

View File

@ -57,7 +57,7 @@
</tr> </tr>
<tr> <tr>
<th>Type</th> <th>Type</th>
<!-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --> <%-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --%>
<td> <td>
<c:choose> <c:choose>
<c:when test="${repository.layout == 'default'}"> <c:when test="${repository.layout == 'default'}">
@ -72,7 +72,7 @@
<tr> <tr>
<th>Snapshots</th> <th>Snapshots</th>
<td> <td>
<!-- TODO! turn into a tag --> <%-- TODO! turn into a tag --%>
<c:choose> <c:choose>
<c:when test="${repository.snapshotsPolicy == 'disabled'}"> <c:when test="${repository.snapshotsPolicy == 'disabled'}">
Disabled Disabled
@ -95,7 +95,7 @@
<tr> <tr>
<th>Releases</th> <th>Releases</th>
<td> <td>
<!-- TODO! turn into a tag --> <%-- TODO! turn into a tag --%>
<c:choose> <c:choose>
<c:when test="${repository.releasesPolicy == 'disabled'}"> <c:when test="${repository.releasesPolicy == 'disabled'}">
Disabled Disabled
@ -118,7 +118,7 @@
<tr> <tr>
<th>Proxied through</th> <th>Proxied through</th>
<td> <td>
<!-- TODO: this is the hard way! would be nice if there was a ref in the model so it was directly linked --> <%-- TODO: this is the hard way! would be nice if there was a ref in the model so it was directly linked --%>
${repositoriesMap[repository.managedRepository].name} ${repositoriesMap[repository.managedRepository].name}
(<code>${repositoriesMap[repository.managedRepository].id}</code>) (<code>${repositoriesMap[repository.managedRepository].id}</code>)
</td> </td>

View File

@ -108,7 +108,7 @@
</c:choose> </c:choose>
<tr> <tr>
<th>Type</th> <th>Type</th>
<!-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --> <%-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --%>
<td> <td>
<c:choose> <c:choose>
<c:when test="${repository.layout == 'default'}"> <c:when test="${repository.layout == 'default'}">
@ -123,7 +123,7 @@
<tr> <tr>
<th>Synced to</th> <th>Synced to</th>
<td> <td>
<!-- TODO: this is the hard way! would be nice if there was a ref in the model so it was directly linked --> <%-- TODO: this is the hard way! would be nice if there was a ref in the model so it was directly linked --%>
${repositoriesMap[repository.managedRepository].name} ${repositoriesMap[repository.managedRepository].name}
(<code>${repositoriesMap[repository.managedRepository].id}</code>) (<code>${repositoriesMap[repository.managedRepository].id}</code>)
</td> </td>

View File

@ -28,10 +28,10 @@
<a href="${url}">${model.artifactId}</a> / <a href="${url}">${model.artifactId}</a> /
<strong>${model.version}</strong> <strong>${model.version}</strong>
<!-- TODO: new versions? <%-- TODO: new versions?
(<strong class="statusFailed">Newer version available:</strong> (<strong class="statusFailed">Newer version available:</strong>
<a href="artifact.html">2.0.3</a>) <a href="artifact.html">2.0.3</a>)
--> --%>
</p> </p>
<p>${mode.description}</p> <p>${mode.description}</p>
@ -87,14 +87,14 @@
</td> </td>
</tr> </tr>
--%> --%>
<!-- TODO: origin <%-- TODO: origin
<tr> <tr>
<th>Origin</th> <th>Origin</th>
<td> <td>
<a href="TODO">Apache Repository</a> <a href="TODO">Apache Repository</a>
</td> </td>
</tr> </tr>
--> --%>
</table> </table>
<c:if test="${!empty(model.url) || model.organization != null || !empty(model.licenses) <c:if test="${!empty(model.url) || model.organization != null || !empty(model.licenses)