Html.tt: Porovnání verzí
Z Freenetis Wiki
(Nejsou zobrazeny 2 mezilehlé verze od stejného uživatele.) | |||
Řádek 1: | Řádek 1: | ||
− | + | <pre> | |
− | + | <html> | |
+ | <body> | ||
+ | |||
<strong>Hi [% first_name %]</strong>, | <strong>Hi [% first_name %]</strong>, | ||
− | <p>There is a problem with billing synchronization.</p> | + | |
− | <p>Message:<br />[% message %]</p> | + | <p> |
− | <p>Regards!</p> | + | There is a problem with billing synchronization. |
− | + | </p> | |
− | + | <p> | |
+ | Message:<br /> | ||
+ | [% message %] | ||
+ | </p> | ||
+ | |||
+ | <p> | ||
+ | Regards! | ||
+ | </p> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
+ | </pre> |
Aktuální verze z 22. 8. 2012, 10:07
<html> <body> <strong>Hi [% first_name %]</strong>, <p> There is a problem with billing synchronization. </p> <p> Message:<br /> [% message %] </p> <p> Regards! </p> </body> </html>