Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8fb8a599

Von Hans P. Schlaepfer vor mehr als 4 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
[%- USE T8 %]
[%- USE HTML %]
<h1>[% 'Your TODO list' | $T8 %]</h1>
[%- IF !todo_list %]
<p>
[% 'There are no items on your TODO list at the moment.' | $T8 %]
</p>
[%- ELSE %]
[% USE T8 %]
[% USE HTML %]
[%- todo_list %]
[%- END %]
<h1>[% 'Your TODO list' | $T8 %]</h1>
[% IF !todo_list %]
<p>[% 'There are no items on your TODO list at the moment.' | $T8 %]</p>
[% ELSE %]
[% todo_list %]
[% END %]

Auch abrufbar als: Unified diff