diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-03-22 21:03:04 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-03-22 21:03:04 +0000 |
commit | fb313fb39f4c4ab6978c4aa6a14d8534199bd5ff (patch) | |
tree | e36abb29cdaddd1a6098d241a1afca15619b98fe /archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editAppearance.jsp | |
parent | 7f4bb009a33f5f781ed4f0bd787c3de86a6465a5 (diff) | |
download | archiva-fb313fb39f4c4ab6978c4aa6a14d8534199bd5ff.tar.gz archiva-fb313fb39f4c4ab6978c4aa6a14d8534199bd5ff.zip |
Moving some directories around.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editAppearance.jsp')
-rw-r--r-- | archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editAppearance.jsp | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editAppearance.jsp b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editAppearance.jsp new file mode 100644 index 000000000..9061a3137 --- /dev/null +++ b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/editAppearance.jsp @@ -0,0 +1,45 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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" %> +<html> +<head> + <title>Configure Appearance</title> + <ww:head/> +</head> + +<body> +<h1>Appearance</h1> + +<h2>Company Details</h2> + +<p> + Enter the details of the company super POM below. If it exists, the organization name, URL and logo will be read + from it. +</p> + +<ww:actionmessage/> +<ww:form method="post" action="saveAppearance" namespace="/admin" validate="true" theme="xhtml"> + <ww:textfield name="companyPom.groupId" label="Group ID"/> + <ww:textfield name="companyPom.artifactId" label="Artifact ID"/> + <ww:submit value="Save"/> +</ww:form> +</body> + +</html>
\ No newline at end of file |