Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5deed881

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

  • ID 5deed88164ce5a39ad0e453a65a844ee75b166ca
  • Vorgänger 02a2074e
  • Nachfolger f50a57d3

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