Html.tt: Porovnání verzí

Z Freenetis Wiki
Přejít na: navigace, hledání
 
(Nejsou zobrazeny 3 mezilehlé verze od stejného uživatele.)
Řádek 1: Řádek 1:
<html>
+
<pre>
<body>
+
<html>
 +
<body>
 +
 
 
  <strong>Hi [% first_name %]</strong>,  
 
  <strong>Hi [% first_name %]</strong>,  
 +
 
  <p>
 
  <p>
 
  There is a problem with billing synchronization.
 
  There is a problem with billing synchronization.
Řádek 9: Řádek 12:
 
  [% message %]
 
  [% message %]
 
  </p>
 
  </p>
 +
 
  <p>
 
  <p>
 
  Regards!
 
  Regards!
 
  </p>
 
  </p>
</body>
+
 
</html>
+
</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>