File: index.html

package info (click to toggle)
python-jtoolkit 0.7.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,436 kB
  • ctags: 2,536
  • sloc: python: 15,143; makefile: 20
file content (17 lines) | stat: -rwxr-xr-x 700 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
 <title>jToolkit Mark II Tutorial</title>
</head>
<body>
 <h1>jToolkit Mark II Tutorial</h1>
 <ul>
  <li tal:repeat='page pages'>
    <a href="page.html" tal:attributes='href page/href' tal:content='page/title'>Page</a>
    source: <a href="src/page.html" tal:attributes='href page/htmlsrc'>html</a>
    <a href="src/page.py" tal:condition="page/pysrc" tal:attributes='href page/pysrc'>python</a>
  </li>
 </ul>
</body>
</html>