summaryrefslogtreecommitdiff
path: root/html/page.html
blob: 3b3eeaf16a3a5c5e222f3f2d963d43595c126f1e (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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!-- vim:sw=2 sts=2
--><tal:block metal:define-macro="icing"
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title metal:define-slot="head_title">title goes here</title>
<link rel="stylesheet" type="text/css" href="http://projects.parabolagnulinux.org/cgit.css">
<meta http-equiv="Content-Type"
 tal:attributes="content string:text/html;; charset=${request/client/charset}" />
<script tal:replace="structure request/base_javascript">
</script>
<metal:x define-slot="more-javascript" />

</head>
<body class="body"
 tal:define="
kw_edit python:request.user.hasPermission('Edit', 'keyword');
kw_create python:request.user.hasPermission('Create', 'keyword');
kw_edit_link python:kw_edit and db.keyword.list();
columns string:id,activity,title,creator,status;
columns_showall string:id,activity,title,creator,assignedto,status;
status_notresolved string:-1,1,2,3,4,5,6,7;
">
    <div id="archnavbar" class="">
        <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Parabola</a></h1></div>
        <div id="archnavbarmenu">
            <ul id="archnavbarlist">
                <li id="anb-home"><a href="http://parabolagnulinux.org" title="Parabola news, packages, projects and more">Home</a></li>
                <li id="anb-packages"><a href="http://parabolagnulinux.org/packages/" title="Parabola Package Database">Packages</a></li>
                <li id="anb-wiki"><a href="http://wiki.parabolagnulinux.org" title="Community documentation">Wiki</a></li>
                <li id="anb-download"><a href="http://parabolagnulinux.org/download" title="Get Parabola">Download</a></li>
            </ul>
        </div>
    </div><!-- #archnavbar -->
<table id="header">
  <tbody>
    <tr>
       <td class="main">
         <div id="body-title">
           <span metal:define-slot="body_title">body title</span>
         </div>
       </td>
       <td class="form">

        <form method="POST" tal:condition="python:request.user.username=='anonymous'" tal:attributes="action request/base">
          <input type="hidden" name="@action" value="Login">

          <label for="__login_name" i18n:translate="">Login</label>
          <input size="10" name="__login_name">
          <input size="10" type="password" name="__login_password">

          <br/>

          <input type="checkbox" name="remember" id="remember">
          <label for="remember" i18n:translate="">Remember me?</label>

          <input type="submit" value="Login" i18n:attributes="value">
          <input type="hidden" name="__came_from" tal:attributes="value string:${request/base}${request/env/PATH_INFO}"> <span tal:replace="structure request/indexargs_form" />

          <br/>

          <small><a href="user?@template=register"
          tal:condition="python:request.user.hasPermission('Register', 'user')"
          i18n:translate="">Register</a> <a href="user?@template=forgotten"
          i18n:translate="">Lost your login?</a></small>
        </form>

        <p class="userblock" tal:condition="python:request.user.username != 'anonymous'">

         <strong i18n:translate="">Hello, <span i18n:name="user"
         tal:replace="python:request.user.username.plain(escape=1)">username</span></strong>

         <br/>

          <a href="#"
             tal:attributes="href python:request.indexargs_url('issue', {
            '@sort': '-activity',
            '@group': 'priority',
            '@filter': 'status,assignedto',
            '@columns': 'id,activity,title,creator,status',
            '@search_text': '',
            'status': status_notresolved,
            'assignedto': request.user.id,
            '@dispname': i18n.gettext('Your Issues'),
           })"
          i18n:translate="">your issues</a> : 

          <a href="#" tal:attributes="href string:user${request/user/id}" i18n:translate="">your details</a> :
          <a href="#" tal:attributes="href python:request.indexargs_url('', {'@action':'logout'})" i18n:translate="">logout</a>
        </p>

       </td>
    </tr>
    <tr>
      <td class="sub">
        <form method="POST" tal:attributes="action request/base">
          <input type="submit" class="form-small" value="Show issue:"
           i18n:attributes="value"><input class="form-small" size="4"
           type="text" name="@number">
          <input type="hidden" name="@type" value="issue">
          <input type="hidden" name="@action" value="show">
        </form>
      </td>
      <td class="sub">&nbsp;</td>
    </tr>
  </tbody>
</table>
<table class="tabs">
  <tbody>
    <tr>
      <td>
        <a tal:condition="python:request.user.hasPermission('Create', 'issue')" href="issue?@template=item" i18n:translate="" class="active">new</a>
        <a href="#"
           tal:attributes="href python:request.indexargs_url('issue', {
          '@sort': '-activity',
          '@group': 'priority',
          '@filter': 'status,assignedto',
          '@columns': columns,
          '@search_text': '',
          'status': status_notresolved,
          'assignedto': '-1',
          '@dispname': i18n.gettext('Show Unassigned'),
         })"
         i18n:translate="">unassigned</a>
    <a href="#"
       tal:attributes="href python:request.indexargs_url('issue', {
      '@sort': '-activity',
      '@group': 'priority',
      '@filter': 'status',
      '@columns': columns_showall,
      '@search_text': '',
      'status': status_notresolved,
      '@dispname': i18n.gettext('Show All'),
     })"
       i18n:translate="">all</a>

        <a href="issue?@template=search" i18n:translate="">search</a><br>
      </td>
        
      <td class="form">
        <form method="GET" action="issue">
          <input type="hidden" name="@columns"
          tal:attributes="value columns_showall"
          value="id,activity,title,creator,assignedto,status"/>
          <input type="hidden" name="@sort" value="activity"/>
          <input type="hidden" name="@group" value="priority"/>
          <input id="search-text" name="@search_text" size="10"
          tal:attributes="value request/search_text | default" />
          <input type="submit" id="submit" name="submit" value="Search"
          i18n:attributes="value" />
        </form>
      </td>
    </tr>
  </tbody>
</table>

<div class="content">


  <table class="list nowrap" metal:define-slot="content">Page content goes here
  </table>
</div>

<pre tal:condition="request/form/debug | nothing" tal:content="request">
</pre>

<table class="body">

<tr>
 <td rowspan="2" valign="top" class="sidebar">
  <p class="classblock"
     tal:condition="python:request.user.hasPermission('View', 'query')">
   <span i18n:translate=""
    ><b>Your Queries</b> (<a href="query?@template=edit">edit</a>)</span><br>
   <tal:block tal:repeat="qs request/user/queries">
    <a href="#" tal:attributes="href string:${qs/klass}?${qs/url}&@dispname=${qs/name}"
       tal:content="qs/name">link</a><br>
   </tal:block>
  </p>


  <p class="classblock"
     tal:condition="python:kw_edit or kw_create">
   <b i18n:translate="">Keywords</b><br>
   <span tal:condition="python:request.user.hasPermission('Create', 'keyword')">
    <a href="keyword?@template=item" i18n:translate="">Create New</a><br>
   </span>
   <span tal:condition="kw_edit_link">
    <a href="keyword?@template=item" i18n:translate="">Edit Existing</a><br>
   </span>
  </p>

  <p class="classblock"
       tal:condition="python:request.user.hasPermission('View', 'user')">
   <b i18n:translate="">Administration</b><br>
   <span tal:condition="python:request.user.hasPermission('Edit', None)">
    <a href="home?@template=classlist" i18n:translate="">Class List</a><br>
   </span>
   <span tal:condition="python:request.user.hasPermission('View', 'user')
                            or request.user.hasPermission('Edit', 'user')">
    <a href="user"  i18n:translate="">User List</a><br>
   </span>
   <a tal:condition="python:request.user.hasPermission('Create', 'user')"
      href="user?@template=item" i18n:translate="">Add User</a>
  </p>


  <p class="userblock">
   <b i18n:translate="">Help</b><br>
   <a href="http://www.roundup-tracker.org"
    i18n:translate="">Roundup docs</a>
  </p>
   </td>
 <td>
  <p tal:condition="options/error_message | nothing" class="error-message"
     tal:repeat="m options/error_message" tal:content="structure m" />
  <p tal:condition="options/ok_message | nothing" class="ok-message">
    <span tal:repeat="m options/ok_message"
       tal:content="structure string:$m <br/ > " />
     <a class="form-small" tal:attributes="href request/current_url"
        i18n:translate="">clear this message</a>
  </p>
 </td>
</tr>
</table>
</body>
</html>
</tal:block>

<!--
The following macros are intended to be used in search pages.

The invoking context must define a "name" variable which names the
property being searched.

See issue.search.html in the classic template for examples.
-->

<!-- creates a th and a label: -->
<th metal:define-macro="th_label"
    tal:define="required required | python:[]"
    tal:attributes="class python:(name in required) and 'required' or nothing">
  <label tal:attributes="for name" tal:content="label" i18n:translate="">text</label>
	<metal:x define-slot="behind_the_label" />
</th>

<td metal:define-macro="search_input">
  <input tal:attributes="value python:request.form.getvalue(name) or nothing;
                         name name;
                         id name">
</td>

<td metal:define-macro="search_date">
  <input tal:attributes="value python:request.form.getvalue(name) or nothing;
                         name name;
                         id name">
  <a class="classhelp"
	 tal:attributes="href python:'''javascript:help_window('issue?@template=calendar&property=%s&form=itemSynopsis', 300, 200)'''%name">(cal)</a>
</td>

<td metal:define-macro="search_popup">
  <!--
    context needs to specify the popup "columns" as a comma-separated
    string (eg. "id,title" or "id,name,description") as well as name
  -->
  <input tal:attributes="value python:request.form.getvalue(name) or nothing;
                         name name;
                         id name">
  <span tal:replace="structure python:db[db_klass].classhelp(columns,
                                      property=name)" />
</td>

<td metal:define-macro="search_select">
  <select tal:attributes="name name; id name"
          tal:define="value python:request.form.getvalue(name)">
    <option value="" i18n:translate="">don't care</option>
    <metal:slot define-slot="extra_options" />
    <option value="" i18n:translate="" disabled="disabled">------------</option>
    <option tal:repeat="s python:db[db_klass].list()"
            tal:attributes="value s/id; selected python:value == s.id"
            tal:content="python:s[db_content]"></option>
  </select>
</td>

<!-- like search_select, but translates the further values.
Could extend it (METAL 1.1 attribute "extend-macro")
-->
<td metal:define-macro="search_select_translated">
  <select tal:attributes="name name; id name"
          tal:define="value python:request.form.getvalue(name)">
    <option value="" i18n:translate="">don't care</option>
    <metal:slot define-slot="extra_options" />
    <option value="" i18n:translate="" disabled="disabled">------------</option>
    <option tal:repeat="s python:db[db_klass].list()"
            tal:attributes="value s/id; selected python:value == s.id"
						tal:content="python:s[db_content]"
						i18n:translate=""></option>
  </select>
</td>

<!-- currently, there is no convenient API to get a list of all roles -->
<td metal:define-macro="search_select_roles"
	  tal:define="onchange onchange | nothing">
  <select name=roles id=roles tal:attributes="onchange onchange">
    <option value="" i18n:translate="">don't care</option>
    <option value="" i18n:translate="" disabled="disabled">------------</option>
    <option value="User">User</option>
    <option value="Admin">Admin</option>
    <option value="Anonymous">Anonymous</option>
  </select>
</td>

<td metal:define-macro="search_multiselect">
  <input tal:attributes="value python:request.form.getvalue(name) or nothing;
                         name name;
                         id name">
  <span tal:replace="structure python:db[db_klass].classhelp(db_content,
                                        property=name, width='600')" />
</td>

<td metal:define-macro="search_checkboxes">
 <ul class="search-checkboxes"
     tal:define="value python:request.form.getvalue(name);
                 values python:value and value.split(',') or []">
 <li tal:repeat="s python:db[db_klass].list()">
  <input type="checkbox" tal:attributes="name name; id string:$name-${s/id};
    value s/id; checked python:s.id in values" />
  <label tal:attributes="for string:$name-${s/id}"
         tal:content="python:s[db_content]" />
 </li>
 <li metal:define-slot="no_value_item">
  <input type="checkbox" value="-1" tal:attributes="name name;
     id string:$name--1; checked python:value == '-1'" />
  <label tal:attributes="for string:$name--1" i18n:translate="">no value</label>
 </li>
 </ul>
</td>

<td metal:define-macro="column_input">
  <input type="checkbox" name="@columns"
         tal:attributes="value name;
                         checked python:name in cols">
</td>

<td metal:define-macro="sort_input">
  <input type="radio" name="@sort"
         tal:attributes="value name;
                         checked python:name == sort_on">
</td>

<td metal:define-macro="group_input">
  <input type="radio" name="@group"
         tal:attributes="value name;
                         checked python:name == group_on">
</td>

<!--
The following macros are intended for user editing.

The invoking context must define a "name" variable which names the
property being searched; the "edit_ok" variable tells whether the
current user is allowed to edit.

See user.item.html in the classic template for examples.
-->
<script metal:define-macro="user_utils" type="text/javascript" src="@@file/user_utils.js"></script>

<!-- src: value will be re-used for other input fields -->
<input metal:define-macro="user_src_input"
    type="text" tal:attributes="onblur python:edit_ok and 'split_name(this)';
    id name; name name; value value; readonly not:edit_ok"
    value="heinz.kunz">
<!-- normal: no re-using -->
<input metal:define-macro="user_normal_input" type="text"
    tal:attributes="id name; name name; value value; readonly not:edit_ok"
    value="heinz">
<!-- password: type; no initial value -->
    <input metal:define-macro="user_pw_input" type="password"
    tal:attributes="id name; name name; readonly not:edit_ok" value="">
    <input metal:define-macro="user_confirm_input" type="password"
    tal:attributes="id name; name string:@confirm@$name; readonly not:edit_ok" value="">

<!-- SHA: 8fe4590b302310cbf69112649cc2d118ad1ff187 -->