Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8fb8a599

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 8fb8a599ea50ea6714c3adabd38c25761088c53c
  • Vorgänger 30318d6e
  • Nachfolger 5f0322e3

USE-Einleitungen & nachfolg. Code formatiert templates/webpages/todo/show_todo_list.html

Unterschiede anzeigen:

templates/webpages/todo/show_todo_list.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
<h1>[% 'Your TODO list' | $T8 %]</h1>
4

  
5
 [%- IF !todo_list %]
6
 <p>
7
  [% 'There are no items on your TODO list at the moment.' | $T8 %]
8
 </p>
9

  
10
 [%- ELSE %]
1
[% USE T8 %]
2
[% USE HTML %]
11 3

  
12
 [%- todo_list %]
13

  
14
 [%- END %]
4
<h1>[% 'Your TODO list' | $T8 %]</h1>
15 5

  
6
[% IF !todo_list %]
7
  <p>[% 'There are no items on your TODO list at the moment.' | $T8 %]</p>
8
[% ELSE %]
9
  [% todo_list %]
10
[% END %]

Auch abrufbar als: Unified diff