Blame view

mobile/source/ext/phptal/tests/input/i18n-name-06.html 488 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
  xmlns:i18n="http://xml.zope.org/namespaces/i18n">
  <body>
  <img src="logo.gif" alt="tjerk's logo" i18n:attributes="alt" />
  <p i18n:translate="">Welcome <span tal:replace="username"
  i18n:name="name">Mr White</span>, you have <span tal:replace="mails"
  i18n:name="number">88</span> unread mails.</p>
  </body>
  </html>