Author: brett
Date: Thu Nov 30 21:00:17 2006
New Revision: 481153
URL: http://svn.apache.org/viewvc?view=rev&rev=481153
Log:
update white site
Added:
maven/continuum/trunk/design/white-site/src/site/xdoc/admin/edit-appearance.xml (with
props)
Modified:
maven/continuum/trunk/design/white-site/src/site/xdoc/admin/appearance.xml
Modified: maven/continuum/trunk/design/white-site/src/site/xdoc/admin/appearance.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/design/white-site/src/site/xdoc/admin/appearance.xml?view=diff&rev=481153&r1=481152&r2=481153
==============================================================================
--- maven/continuum/trunk/design/white-site/src/site/xdoc/admin/appearance.xml (original)
+++ maven/continuum/trunk/design/white-site/src/site/xdoc/admin/appearance.xml Thu Nov 30
21:00:17 2006
@@ -22,7 +22,13 @@
<body>
<h1>Appearance</h1>
- <h2>Company Details</h2>
+ <div>
+ <div style="float: right">
+ <a href="edit-appearance.html">Edit</a>
+ </div>
+ <h2>Company Details</h2>
+ </div>
+
<p>
Enter the details of the company super POM below. If it exists, the organization name,
URL and logo will be read
@@ -32,15 +38,11 @@
<table>
<tr>
<th>Group ID</th>
- <td><input type="text" /></td>
+ <td>org.apache</td>
</tr>
<tr>
<th>Artifact ID</th>
- <td><input type="text" /></td>
- </tr>
- <tr>
- <td></td>
- <td><input type="submit" value="Save" /></td>
+ <td>apache</td>
</tr>
</table>
<div style="float: right"><p><a href="edit-company-pom.html">Edit Company
POM</a></p></div>
Added: maven/continuum/trunk/design/white-site/src/site/xdoc/admin/edit-appearance.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/design/white-site/src/site/xdoc/admin/edit-appearance.xml?view=auto&rev=481153
==============================================================================
--- maven/continuum/trunk/design/white-site/src/site/xdoc/admin/edit-appearance.xml (added)
+++ maven/continuum/trunk/design/white-site/src/site/xdoc/admin/edit-appearance.xml Thu Nov
30 21:00:17 2006
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ ~ 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.
+ -->
+
+<document>
+ <properties>
+ <title>Continuum</title>
+ </properties>
+ <body>
+ <h1>Edit 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>
+ <form action="appearance.html">
+ <table>
+ <tr>
+ <th>Group ID</th>
+ <td><input type="text" /></td>
+ </tr>
+ <tr>
+ <th>Artifact ID</th>
+ <td><input type="text" /></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><input type="submit" value="Save" /></td>
+ </tr>
+ </table>
+ </form>
+
+ </body>
+</document>
+
Propchange: maven/continuum/trunk/design/white-site/src/site/xdoc/admin/edit-appearance.xml
------------------------------------------------------------------------------
svn:eol-style = native
|