Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a85900cb

Von Hans Peter Schlaepfer vor etwa 6 Jahren hinzugefügt

  • ID a85900cb68a578d89090043534ae79664a4070a9
  • Vorgänger 72c4037d
  • Nachfolger e7c11f83

Preview design 4.0

Unterschiede anzeigen:

templates/webpages/fu/report_for_todo_list.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]
3
<h1>[% 'Unfinished follow-ups' | $T8 %]</h1>
4 3

  
4
<div class="center">
5 5
<form action="fu.pl" method="post" name="TODOFollowUpsForm">
6 6
 <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
7 7
 <input type="hidden" name="rowcount" value="[% FOLLOW_UPS.size %]">
8 8

  
9
  <table width="100%">
9
  <table class="tbl-list width-moderate">
10
    <caption>[% 'Unfinished follow-ups' | $T8 %]</caption>
11
    <thead>
10 12
   <tr>
11
    <td class="listheading">&nbsp;</td>
12
    <td class="listheading">[% 'Follow-Up Date' | $T8 %]</td>
13
    <td class="listheading">[% 'Created on' | $T8 %]</td>
14
    <td class="listheading">[% 'Subject' | $T8 %]</td>
15
    <td class="listheading">[% 'Reference' | $T8 %]</td>
16
    <td class="listheading">[% 'Created by' | $T8 %]</td>
13
    <th>&nbsp;</th>
14
    <th>[% 'Follow-Up Date' | $T8 %]</th>
15
    <th>[% 'Created on' | $T8 %]</th>
16
    <th>[% 'Subject' | $T8 %]</th>
17
    <th>[% 'Reference' | $T8 %]</th>
18
    <th>[% 'Created by' | $T8 %]</th>
17 19
   </tr>
18

  
20
  </thead>
21
  <tbody>
19 22
   [%- FOREACH row = FOLLOW_UPS %]
20
   <tr class="listrow[% loop.count % 2 %]">
23
   <tr>
21 24
    <td>
22 25
     <input type="hidden" name="follow_up_id_[% loop.count %]" value="[% HTML.escape(row.id) %]">
23 26
     <input type="checkbox" name="selected_[% loop.count %]" value="1">
......
29 32
    <td>[% HTML.escape(row.created_by_name) %]</td>
30 33
   </tr>
31 34
   [%- END %]
35
  </tbody>
32 36
  </table>
33 37

  
34
 <p>
38
 <div class="buttons">
35 39
  <input type="hidden" name="action" value="dispatcher">
36 40
  <input type="submit" class="submit" name="action_finish" value="[% 'Finish' | $T8 %]">
37 41
  <input type="submit" class="submit" name="action_delete" value="[% 'Delete' | $T8 %]">
38
 </p>
42
 </div>
39 43
</form>
44
</div>

Auch abrufbar als: Unified diff