Html.tt: Porovnání verzí
Z Freenetis Wiki
Řádek 1: | Řádek 1: | ||
+ | <pre> | ||
<html> | <html> | ||
<body> | <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> | </body> | ||
</html> | </html> | ||
+ | </pre> |
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>