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