corrections by Gert Ingold
[PyX/mjg.git] / www / examples.pt
blobcd70ca3c7366dbf402ff0904dbc68bf546fea140
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2             "http://www.w3.org/TR/html4/strict.dtd">
3 <html metal:use-macro="options/maintemplate/macros/page">
5 <div metal:fill-slot="body">
7 <h1>PyX - Examples</h1>
9 <p>
10 On this page, you find some examples of figures created with PyX 0.6.2. The EPS version
11 can be obtained by clicking on the image.
12 </p>
14 <div class="example" tal:repeat="example options/examples" style="border-top:1px solid #88a;margin-bottom:10px;">
15     <h2 tal:content="example/name">Name</h2>
16     <div style="text-align:center;">
17     <a href="link" tal:attributes="href example/eps"><img src="example.png" alt="example" tal:attributes="src example/png"></a>
18     </div>
19     <br>
20     <div tal:content="structure example/code">Code</div>
21 </div>
24 </div>
26 </html>