Mercurial > p > roundup > code
annotate share/roundup/templates/responsive/html/help.html @ 8566:e4191aa7b402 default tip
doc: issue2551415 correct doc for change input->input_payload
in 2.5 the rest interface changed a variable name from input to
input_payload. An earlier commit changed the rest docs. This commit
adds an item for it to the upgrading 2.4.0->2.5.0 section. Also cross
reference added to the rest docs with the updated examples.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 09 Apr 2026 00:19:06 -0400 |
| parents | 28aa76443f58 |
| children |
| rev | line source |
|---|---|
|
4691
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
1 <tal:block metal:define-macro="frame"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
2 <!doctype html> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
3 <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
4 <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
5 <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
6 <!--[if gt IE 8]><!--> <html tal:define="what python:request.form.getvalue('property', request.classname); |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
7 form request/form/form/value; |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
8 field request/form/property/value"> <!--<![endif]--> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
9 <head> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
10 <meta charset="utf-8"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
12 <title i18n:translate=""> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
13 <tal:x i18n:name="what" tal:content="what" i18n:translate="" /> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
14 help - <span i18n:name="tracker" tal:replace="config/TRACKER_NAME" /> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
15 </title> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
16 <link rel="stylesheet" href="@@file/bootstrap.min.css"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
17 <style> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
18 body { padding-top: 80px; padding-bottom: 40px; } |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
19 </style> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
20 <link rel="stylesheet" href="@@file/bootstrap-responsive.min.css"> |
|
8062
28aa76443f58
fix(security): fix CVE-2024-39124, CVE-2024-39124, and CVE-2024-39125
John Rouillard <rouilj@ieee.org>
parents:
4691
diff
changeset
|
21 <script language="Javascript" type="text/javascript" tal:content="string: |
|
4691
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
22 // this is the name of the field in the original form that we're working on |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
23 form = window.opener.document.${form}; |
|
8062
28aa76443f58
fix(security): fix CVE-2024-39124, CVE-2024-39124, and CVE-2024-39125
John Rouillard <rouilj@ieee.org>
parents:
4691
diff
changeset
|
24 field = '${field}';"> |
|
4691
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
25 </script> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
26 <link rel="stylesheet" type="text/css" href="@@file/help.css" /> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
27 <script src="@@file/help_controls.js" type="text/javascript"></script> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
28 <metal:x define-slot="more-javascript" /> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
29 </head> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
30 <body onload="resetList();"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
31 <div class="header"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
32 <h1>Roundup Issue Tracker: Help - <tal:block tal:content="what">item</tal:block></h1> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
33 </div> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
34 <div class="content"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
35 <tal:block metal:define-slot="content">Page content goes here</tal:block> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
36 </div> <!-- content --> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
37 <div class="footer"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
38 <tal:block metal:define-slot="footer"></tal:block> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
39 </div> <!-- footer --> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
40 </body> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
41 </html> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
42 </tal:block> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
43 |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
44 <!-- legend for helper search results --> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
45 <thead> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
46 <tr metal:define-macro="legend"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
47 <th tal:repeat="prop props" tal:content="prop" i18n:translate=""></th> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
48 </tr> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
49 </thead> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
50 |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
51 <table width="100%" class='table' |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
52 metal:define-macro="batch_navi" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
53 tal:define="prev batch/previous; |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
54 next batch/next;" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
55 tal:condition="python:prev or next"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
56 <tr class="navigation"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
57 <th width="30%"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
58 <a tal:condition="prev" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
59 tal:attributes="href python:request.indexargs_url(request.classname, {'@template':'help-list', 'property': property, 'properties': request.form['properties'].value, 'form': request.form['form'].value, '@startwith':prev.first, '@pagesize':prev.size})" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
60 i18n:translate="" ><< previous</a> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
61 |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
62 </th> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
63 <th i18n:translate="" width="40%"><span tal:replace="batch/start" i18n:name="start" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
64 />..<span tal:replace="python: batch.start + batch.length -1" i18n:name="end" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
65 /> out of <span tal:replace="batch/sequence_length" i18n:name="total" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
66 /> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
67 </th> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
68 <th width="30%"> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
69 <a tal:condition="next" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
70 tal:attributes="href python:request.indexargs_url(request.classname, {'@template':'help-list', 'property': property, 'properties': request.form['properties'].value, 'form': request.form['form'].value, '@startwith':next.first, '@pagesize':next.size})" |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
71 i18n:translate="" >next >></a> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
72 |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
73 </th> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
74 </tr> |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
75 </table> |
