summaryrefslogtreecommitdiffstats
path: root/design/white-site/src/site/xdoc/admin/user-details.xml
blob: a559e06517ba2bb5523a9655bb033be0786e42ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!--
  ~ 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.
  -->

<document>
  <properties>
    <title>Archiva</title>
  </properties>
  <body>
    <h1>User Management</h1>

    <div id="sidebar">
      <p>reserved sidebar</p>
    </div>

    <div id="contentArea">
      <div id="searchBox">
        <div style="float: right">
          <a href="edit-details.html">Edit details</a>
        </div>

        <h2>Brett Porter</h2>

        <table>
          <tr>
            <th>Username</th>
            <td>brett</td>
          </tr>
          <tr>
            <th>Email</th>
            <td>brett@apache.org</td>
          </tr>
        </table>

        <h2>Permissions</h2>

        <table>
          <tr>
            <td>
              <em>Manager</em>
              of repository
              <em>central</em>
            </td>
            <td>
              <a href="user-details.html">Delete</a>
            </td>
          </tr>
          <tr>
            <td>
              <em>Observer</em>
              of repository
              <em>central-plugins</em>
            </td>
            <td>
              <a href="user-details.html">Delete</a>
            </td>
          </tr>
          <tr>
            <td>
              <em>Manager</em>
              of project
              <em>org.apache.maven</em>
            </td>
            <td>
              <a href="user-details.html">Delete</a>
            </td>
          </tr>
        </table>

        <h3>Grant Permissions</h3>
        <form action="user-details.html">
          <table>
            <tr>
              <td>
                <input type="radio" checked="checked"/>
              </td>
              <td>Administrator</td>
              <td>
                <select>
                  <option>(Please Select)</option>
                  <option>System Administrator</option>
                  <option>User Administrator</option>
                </select>
              </td>
            </tr>
            <tr>
              <td>
                <input type="radio"/>
              </td>
              <td>Repository</td>
              <td>
                <select>
                  <option>(Please Select)</option>
                  <option>manager</option>
                  <option>obverser</option>
                </select>
                of
                <select>
                  <option>(Please Select)</option>
                  <option>central</option>
                  <option>central-plugins</option>
                  <option>All repositories</option>
                </select>
              </td>
            </tr>
            <tr>
              <td>
                <input type="radio"/>
              </td>
              <td>Project</td>
              <td>
                <select>
                  <option>(Please Select)</option>
                  <option>manager</option>
                  <option>obverser</option>
                </select>
                of
                <select>
                  <option>(Please Select)</option>
                  <option>central</option>
                  <option>central-plugins</option>
                  <option>All repositories</option>
                </select>
                for project group
                <input type="text" name="projectExpression"/>
                <br/>
                <span style="font-size: x-small">
                  (eg org.apache.maven gives permissions on that group, and any sugroups)
                </span>
              </td>
            </tr>
            <tr>
              <td></td>
              <td>
                <input type="submit" value="Add Role"/>
              </td>
              <td></td>
            </tr>
          </table>
        </form>
      </div>
    </div>
  </body>
</document>