File: index.html

package info (click to toggle)
libpetal-perl 2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,076 kB
  • ctags: 166
  • sloc: perl: 4,732; xml: 726; makefile: 43
file content (11 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="testdomain">
  <body>
    <p i18n:translate="hello-this-is-a-test">Hello, this is a test.</p>
    <p i18n:translate="you-are-user">
        You are user <span i18n:name="user" petal:content="user_name">Fred</span>
    </p>
    <a i18n:attributes="alt a-search-engine"
       href="http://google.com/"
       alt="a search engine">Google</a>
  </body>
</html>