~ztk-steering-group/zope.pagetemplate/trunk

« back to all changes in this revision

Viewing changes to src/zope/pagetemplate/tests/output/loop1.html

  • Committer: srichter
  • Date: 2013-02-22 16:57:41 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.pagetemplate/trunk:129671
Moved to GitHub.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<title>Loop doc</title>
4
 
</head>
5
 
<body>
6
 
<p>Choose your type:</p>
7
 
<ul>
8
 
  <li>
9
 
  <a href="/mach/digital">
10
 
  1.
11
 
  digital</a>
12
 
  </li>
13
 
  <li>
14
 
  <a href="/mach/analog">
15
 
  2.
16
 
  analog</a>
17
 
  </li>
18
 
  <li>
19
 
  <a href="/mach/organic">
20
 
  3.
21
 
  organic</a>
22
 
  </li>
23
 
</ul>
24
 
</body>
25
 
</html>