mirror of https://github.com/apache/archiva.git
[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:
parent
6d9088f7e6
commit
3f37453723
|
@ -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'}">
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Administration</title>
|
<title>Administration</title>
|
||||||
<ww:head />
|
<ww:head/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -28,13 +28,13 @@
|
||||||
<h1>Administration</h1>
|
<h1>Administration</h1>
|
||||||
|
|
||||||
<div id="contentArea">
|
<div id="contentArea">
|
||||||
<h2>Synced Repositories</h2>
|
<h2>Synced Repositories</h2>
|
||||||
|
|
||||||
<ww:set name="syncedRepositories" value="syncedRepositories" />
|
<ww:set name="syncedRepositories" value="syncedRepositories"/>
|
||||||
<c:if test="${empty(syncedRepositories)}">
|
<c:if test="${empty(syncedRepositories)}">
|
||||||
<strong>There are no synced repositories configured yet.</strong>
|
<strong>There are no synced repositories configured yet.</strong>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:forEach items="${syncedRepositories}" var="repository" varStatus="i">
|
<c:forEach items="${syncedRepositories}" var="repository" varStatus="i">
|
||||||
<div>
|
<div>
|
||||||
<div style="float: right">
|
<div style="float: right">
|
||||||
<%-- TODO replace with icons --%>
|
<%-- TODO replace with icons --%>
|
||||||
|
@ -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>
|
||||||
|
@ -134,11 +134,11 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="<ww:url action="addSyncedRepository" method="input" />">Add Repository</a>
|
<a href="<ww:url action="addSyncedRepository" method="input" />">Add Repository</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue