summaryrefslogtreecommitdiffstats
path: root/design
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-08-09 08:20:02 +0000
committerBrett Porter <brett@apache.org>2006-08-09 08:20:02 +0000
commitb5f12bb9b10fda57cd1de04bf02527ffbadce151 (patch)
tree2b7890fffc43548c81036e73f05d3a159a52c411 /design
parenta5406f81fd98ad46442e79c42c0247d77ca3cd3f (diff)
downloadarchiva-b5f12bb9b10fda57cd1de04bf02527ffbadce151.tar.gz
archiva-b5f12bb9b10fda57cd1de04bf02527ffbadce151.zip
[MRM-138] add configuration of synced repositories
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@429989 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'design')
-rw-r--r--design/white-site/src/site/xdoc/admin/add-sync-repository.xml36
-rw-r--r--design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml37
-rw-r--r--design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml37
-rw-r--r--design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml37
-rw-r--r--design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml43
5 files changed, 150 insertions, 40 deletions
diff --git a/design/white-site/src/site/xdoc/admin/add-sync-repository.xml b/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
index cef9c767a..e2a07bd4c 100644
--- a/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
+++ b/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
@@ -27,18 +27,6 @@
<form onsubmit="this.action=this.method.value;" method="POST">
<table>
<tr>
- <th>Identifier</th>
- <td>
- <input type="text"/>
- </td>
- </tr>
- <tr>
- <th>Name</th>
- <td>
- <input type="text"/>
- </td>
- </tr>
- <tr>
<th>Method</th>
<td>
<select name="method">
@@ -50,30 +38,6 @@
</td>
</tr>
<tr>
- <th>Type</th>
- <td>
- <select>
- <option selected="selected">Maven 2.x Repository</option>
- <option>Maven 1.x Repository</option>
- </select>
- </td>
- </tr>
- <tr>
- <th>Synced to</th>
- <td>
- <select>
- <option selected="selected">Central Repository (central)</option>
- <option>Snapshot Repository (central-snapshots)</option>
- </select>
- </td>
- </tr>
- <tr>
- <th>Schedule</th>
- <td>
- <input type="text"/>
- </td>
- </tr>
- <tr>
<th></th>
<td>
<input type="submit"/>
diff --git a/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml b/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
index 843769add..ac998abe4 100644
--- a/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
+++ b/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
@@ -24,16 +24,51 @@
<div id="contentArea">
<h2>Add (Edit) Repository</h2>
- <h3>NAME GOES HERE</h3>
<form action="sync.html">
<table>
<tr>
+ <th>Identifier</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
+ <th>Name</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
<th>CVS Root</th>
<td>
<input type="text"/>
</td>
</tr>
<tr>
+ <th>Type</th>
+ <td>
+ <select>
+ <option selected="selected">Maven 2.x Repository</option>
+ <option>Maven 1.x Repository</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <th>Synced to</th>
+ <td>
+ <select>
+ <option selected="selected">Central Repository (central)</option>
+ <option>Snapshot Repository (central-snapshots)</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <th>Schedule</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
<th></th>
<td>
<input type="submit"/>
diff --git a/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml b/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
index ec61aa332..a4d5ae448 100644
--- a/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
+++ b/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
@@ -24,16 +24,51 @@
<div id="contentArea">
<h2>Add (Edit) Repository</h2>
- <h3>NAME GOES HERE</h3>
<form action="sync.html">
<table>
<tr>
+ <th>Identifier</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
+ <th>Name</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
<th>Directory</th>
<td>
<input type="text"/>
</td>
</tr>
<tr>
+ <th>Type</th>
+ <td>
+ <select>
+ <option selected="selected">Maven 2.x Repository</option>
+ <option>Maven 1.x Repository</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <th>Synced to</th>
+ <td>
+ <select>
+ <option selected="selected">Central Repository (central)</option>
+ <option>Snapshot Repository (central-snapshots)</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <th>Schedule</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
<th></th>
<td>
<input type="submit"/>
diff --git a/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml b/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
index 056478477..d16ea270f 100644
--- a/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
+++ b/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
@@ -24,10 +24,21 @@
<div id="contentArea">
<h2>Add (Edit) Repository</h2>
- <h3>NAME GOES HERE</h3>
<form action="sync.html">
<table>
<tr>
+ <th>Identifier</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
+ <th>Name</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
<th>Host</th>
<td>
<input type="text"/>
@@ -46,6 +57,30 @@
</td>
</tr>
<tr>
+ <th>Type</th>
+ <td>
+ <select>
+ <option selected="selected">Maven 2.x Repository</option>
+ <option>Maven 1.x Repository</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <th>Synced to</th>
+ <td>
+ <select>
+ <option selected="selected">Central Repository (central)</option>
+ <option>Snapshot Repository (central-snapshots)</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <th>Schedule</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
<th></th>
<td>
<input type="submit"/>
diff --git a/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml b/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
index 9ef2a489f..7f9a3d3c4 100644
--- a/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
+++ b/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
@@ -24,10 +24,27 @@
<div id="contentArea">
<h2>Add (Edit) Repository</h2>
- <h3>NAME GOES HERE</h3>
<form action="sync.html">
<table>
<tr>
+ <th>Identifier</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
+ <th>Name</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
+ <th>Host</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
<th>Subversion URL</th>
<td>
<input type="text"/>
@@ -40,6 +57,30 @@
</td>
</tr>
<tr>
+ <th>Type</th>
+ <td>
+ <select>
+ <option selected="selected">Maven 2.x Repository</option>
+ <option>Maven 1.x Repository</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <th>Synced to</th>
+ <td>
+ <select>
+ <option selected="selected">Central Repository (central)</option>
+ <option>Snapshot Repository (central-snapshots)</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <th>Schedule</th>
+ <td>
+ <input type="text"/>
+ </td>
+ </tr>
+ <tr>
<th></th>
<td>
<input type="submit"/>