From 5453aa4a18c138864b8615fed9bf4bfbb92f9271 Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Tue, 19 Sep 2006 02:00:29 +0000 Subject: [PATCH] adding the index back in git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447675 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/webapp/WEB-INF/jsp/admin/index.jsp | 149 ++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp diff --git a/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp new file mode 100644 index 000000000..0ab091973 --- /dev/null +++ b/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/index.jsp @@ -0,0 +1,149 @@ +<%-- + ~ Copyright 2005-2006 The Apache Software Foundation. + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --%> + +<%@ taglib prefix="ww" uri="/webwork" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="pss" uri="plexusSecuritySystem" %> + + + + Administration + + + + + +

Administration

+ +
+
+
+ <%-- TODO replace with icons --%> + ">Edit Configuration +
+

Configuration

+
+ + + + + + + + + + + <%-- TODO: a "delete index and run now" operation should be here too (really clean, remove deletions that didn't get picked up) --%> + + +
Index Directory + +
Indexing Schedule + + + + ">Run Now + +
+ + + +

HTTP Proxy

+ + + + + + + + + + + + + + +
Host${proxy.host}
Port${proxy.port}
Username${proxy.username}
+
+ +
+
+ <%-- TODO replace with icons --%> + + + Add Repository + +
+

Managed Repositories

+
+ + + + There are no managed repositories configured yet. + + +
+
+ + + + + + + <%-- TODO replace with icons --%> + Edit Repository Delete Repository +
+

${repository.name}

+ + + + + + + + + + + + <%-- TODO: can probably just use layout appended to a key prefix in i18n to simplify this --%> + + + + + + + + + + +
Identifier + ${repository.id} +
Directory${repository.directory}
Type + + + Maven 2.x Repository + + + Maven 1.x Repository + + +
Snapshots Included
Indexed
+
+
+
+ + + \ No newline at end of file -- 2.39.5