correct docstring (missed during cut&paste)
[PyX/mjg.git] / www / maintemplate.pt
bloba3fc46291adbd69786e97f1508d858192b7e5a40
1 <html metal:define-macro="page">
3 <head>
4    <title>PyX - Python graphics package</title>
5    <link rel="shortcut icon" href="pyx.ico" type="image/x-icon">
6    <link rel="stylesheet" type="text/css" href="main.css">
7 </head>
9 <body>
11 <div id="navbar">
13   <div id="title"><a href="http://pyx.sourceforge.net/"><img src="pyxlogo.png" alt="PyX" style="border:0px;"></a></div>
15   <div class="box">
16     <div id="navboxtitle">Navigation</div>
18     <a href="index.html">Home</a><br>
19     <a href="documentation.html">Documentation</a><br>
20     <a href="examples.html">Examples</a><br>
21     <a href="http://sourceforge.net/project/showfiles.php?group_id=45430">Downloads</a><br>
22     <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyx/pyx/CHANGES?rev=HEAD&content-type=text/vnd.viewcvs-markup">ChangeLog</a><br>
23     <a href="http://sourceforge.net/projects/pyx/">Project page</a>
24   </div>
26   <div class="box">
27     <div id="linkboxtitle">Links</div>
29     <a href="http://www.python.org/">Python</a><br>
30     <a href="http://www.tug.org/">TeX</a><br>
31     <a href="http://partners.adobe.com/asn/tech/ps/index.jsp">PostScript</a>
32   </div>
34   <p>
35      <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=45430&type=1" 
36      style="border:0;width:88px;height:31px" alt="SourceForge Logo"></a>
37   </p>
39   <p>
40     <a href="http://validator.w3.org/check/referer"><img style="border:0;width:88px;height:31px"
41            src="valid-html401.png"
42            alt="Valid HTML 4.01!"/></a>
43   </p>
44   <!--
45   <p>
46     <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px"
47            src="vcss.png" 
48            alt="Valid CSS!"/></a>
49   </p>
50   -->
52 </div>
54 <div id="content">
55 <div metal:define-slot="body">
56   Content
57 </div>
58 </div>
59 </body>
60 </html>