Add missing 'body' html markup.
[powerfractal_website.git] / download.php
1 <?php include 'common_header.php'; ?>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
5 <link rel="stylesheet" href="style.css" />
6 <title>Power Fractal - Download</title>
7 </head>
8 <body>
9 <p>&nbsp;</p>
10 <div align="center">
11 <center>
12 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="728" id="AutoNumber1" height="497">
13 <tr>
14 <td width="800" colspan="4" height="80" nowrap>
15 <p align="center">
16 <img border="0" src="images/titre.jpg" align="left" width="800" height="80" /></p>
17 </td>
18 </tr>
19 <tr>
20 <!-- MENU -->
21 <?php
22 require ("menu.php");
23 ?></td>
24 <td width="20" valign="top" rowspan="4" height="417" nowrap>
25 <p>&nbsp;</p>
26 </td>
27 <td width="660" height="5" valign="top" nowrap></td>
28 <td width="20" valign="top" rowspan="4" height="417" nowrap>&nbsp;</td>
29 </tr>
30 <tr>
31 <td width="660" height="20" nowrap bordercolor="#000000" bgcolor="#000000">
32 <p align="center"><font color="#FFFFFF">Download</font></p>
33 </td>
34 </tr>
35 <tr>
36 <td width="660" valign="top" height="5" nowrap></td>
37 </tr>
38 <tr>
39 <td width="660" valign="top" height="424" nowrap>&nbsp;<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="115%" id="AutoNumber2" height="42">
40 <tr>
41 <td width="44%" height="18">Fichier d&#39;installation de Power Fractal (win32)</td>
42 <td width="3%" height="18">
43 <img border="0" src="images/fleche.jpg" width="18" height="18"></td>
44 <td width="53%" height="18">
45 <a href="Files/PowerFractal%20%201.0%20-%20Install.exe">PowerFractal 1.0
46 - Install.exe [1.14Mo]</a></td>
47 </tr>
48 <tr>
49 <td width="44%" bgcolor="#C0C0C0" height="7">&nbsp;</td>
50 <td width="3%" bgcolor="#C0C0C0" height="7">&nbsp;</td>
51 <td width="53%" bgcolor="#C0C0C0" height="7">&nbsp;</td>
52 </tr>
53 <tr>
54 <td width="44%" height="18">Sources en code ADA 95</td>
55 <td width="3%" height="18">
56 <img border="0" src="images/fleche.jpg" width="18" height="18"></td>
57 <td width="53%" height="18">
58 <a href="http://git.euphorik.ch/index.cgi?p=powerfractal.git;a=summary">PowerFractal.git</a></td>
59 </tr>
60 <tr>
61 <td width="44%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
62 <td width="3%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
63 <td width="53%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
64 </tr>
65 <tr>
66 <td width="44%" height="17">Documentation format .pdf</td>
67 <td width="3%" height="17">
68 <img border="0" src="images/fleche.jpg" width="18" height="18"></td>
69 <td width="53%" height="17">
70 <a href="Files/Documentation%20-%20Power%20Fractal%20-%20pdf.zip">Documentation
71 - Power Fractal - pdf.zip [3.14Mo]</a></td>
72 </tr>
73 <tr>
74 <td width="44%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
75 <td width="3%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
76 <td width="53%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
77 </tr>
78 <tr>
79 <td width="44%" height="18">Documentation format .doc (MS Word)</td>
80 <td width="3%" height="18">
81 <img border="0" src="images/fleche.jpg" width="18" height="18"></td>
82 <td width="53%" height="18">
83 <a href="Files/Documentation%20-%20Power%20Fractal%20-%20doc.zip">Documentation
84 - Power Fractal - doc.zip [641ko]</a></td>
85 </tr>
86 <tr>
87 <td width="44%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
88 <td width="3%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
89 <td width="53%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
90 </tr>
91 <tr>
92 <td width="44%" height="18">Fond d&#39;écran PF</td>
93 <td width="3%" height="18">
94 <img border="0" src="images/fleche.jpg" width="18" height="18"></td>
95 <td width="53%" height="18">
96 <a href="Files/fonddecran_PF_1024x768.png">fonddecran_PF_1024x768.png
97 [2.25Mo]</a></td>
98 </tr>
99 <tr>
100 <td width="44%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
101 <td width="3%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
102 <td width="53%" height="18" bgcolor="#C0C0C0">&nbsp;</td>
103 </tr>
104 <tr>
105 <td width="44%" height="18">Logo Power Fractal</td>
106 <td width="3%" height="18">
107 <img border="0" src="images/fleche.jpg" width="18" height="18"></td>
108 <td width="53%" height="18">
109 <a href="Files/LOGO%20-%20PowerFractal.png">LOGO - PowerFractal.png</a></td>
110 </tr>
111 </table>
112 </td>
113 </tr>
114 </table>
115 </center>
116 </div>
117
118 </body>
119
120 </html>