Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5d2e89ae

Von Hans Peter Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 5d2e89aedc462184026083c3691eeb0491d1f3c3
  • Vorgänger c9683b95
  • Nachfolger 1cb35917

Design 4.0: Anpassungen neues kivitendo Design in templates/webpages/rp/..

Unterschiede anzeigen:

templates/webpages/rp/print_options.html
3 3
[% USE L %]
4 4
[% USE T8 %]
5 5
<table>
6
  <tr>
7
    <td>
8
     <select name="type" id="type">
9
      <option value=statement [% PD.statement %]>[% 'Statement' | $T8 %]</option>
10
     </select>
11
    </td>
12
    <td>
13
     <select name="format" id="format">
14
      <option value=html [% DF.html %]>[% 'HTML' | $T8 %]</option>
15
      <option value=pdf [% DF.pdf %]>[% 'PDF' | $T8 %]</option>
16
      <option value=postscript [% DF.postscript %]>[% 'Postscript' | $T8 %]</option>
17
     </select>
18
    </td>
19
    <td>
20
     <select name=media>
21
[%- IF is_email %]
22
      <option value=attachment [% SM.attachment %]>[% 'Attachment' | $T8 %]</option>
23
      <option value=inline [% SM.inline %]>[% 'In-line' | $T8 %]</option>
24
[%- ELSE %]
25
      <option value=screen [% OP.screen %]>[% 'Screen' | $T8 %]</option>
26
  [%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex %]
27
      <option value=printer [% OP.printer %]>[% 'Printer' | $T8 %]</option>
28
  [%- END %]
29
[%- END %]
30
     </select>
31
    </td>
32
[%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex && !is_email %]
33
      <td>[% 'Copies' | $T8 %]<input name=copies size=2 value=[% copies %]></td>
34
[%- END %]
35
  </tr>
6
  <tbody>
7
   <tr>
8
     <td>
9
       <select name="type" id="type">
10
         <option value="statement" [% pd.statement %]>[% 'Statement' | $T8 %]</option>
11
       </select>
12
     </td>
13
     <td>
14
       <select name="format" id="format">
15
         <option value="html" [% df.html %]>[% 'HTML' | $T8 %]</option>
16
         <option value="pdf" [% df.pdf %]>[% 'PDF' | $T8 %]</option>
17
         <option value="postscript" [% df.postscript %]>[% 'Postscript' | $T8 %]</option>
18
       </select>
19
     </td>
20
     <td>
21
       <select name="media">
22
         [% IF is_email %]
23
           <option value="attachment" [% sm.attachment %]>[% 'Attachment' | $T8 %]</option>
24
           <option value="inline" [% sm.inline %]>[% 'In-line' | $T8 %]</option>
25
         [% ELSE %]
26
           <option value="screen" [% op.screen %]>[% 'Screen' | $T8 %]</option>
27
         [% IF MYCONFIG.printer && LXCONFIG.print_templates.latex %]
28
           <option value="printer" [% op.printer %]>[% 'Printer' | $T8 %]</option>
29
         [% END %] [% END %]
30
       </select>
31
     </td>
32
     [% IF MYCONFIG.printer && LXCONFIG.print_templates.latex && !is_email %]
33
       <td>[% 'Copies' | $T8 %]<input type="text" name="copies" size="2" value="[%" copies %]></td>
34
     [% END %]
35
   </tr>
36
  </tbody>
36 37
</table>
38

  

Auch abrufbar als: Unified diff