464cce177a44ea9e3fb9614da8222d2780490733
[crypto.git] / scripts / silcdoc / gen_html_index.php
1 <?php
2 /*
3
4   Author: Pekka Riikonen <priikone@silcnet.org>
5
6   Copyright (C) 2002 Pekka Riikonen
7
8   This program is free software; you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation; either version 2 of the License, or
11   (at your option) any later version.
12
13   This program is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18 */
19 ?>
20
21 <html>
22 <head>
23  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-a" />
24  <meta http-equiv="Content-Language" content="en" />
25  <meta name="description" content="SILC Secure Internet Live Conferencing" />
26  <meta name="keywords" content="SILC, secure, chat, protocol, cipher, encrypt, SKE" />
27  <meta content="INDEX, FOLLOW" name="ROBOTS" />
28  <style type="text/css">
29   <!--
30   body { color: #000000; background: #ffffff; font-family: Helvetica, Arial, Sans-serif; }
31   a:link { text-decoration: none; color: #2f488f; }
32   a:visited { text-decoration: none;color: #2f488f; }
33   a:active { text-decoration: none; color: #2f488f; }
34   -->
35  </style>
36 </head>
37
38 <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
39
40 <table border="0" cellspacing="0" cellpadding="6" width="100%">
41  <tr valign="top" bgcolor="#dddddd">
42   <td><small>Copyright &copy; 2001 - 2002 SILC Project<br />
43     <a href="http://silcnet.org">SILC Project Website</a></small></td>
44   <td align="right"><small>
45    <a href="index.html">SILC Toolkit Reference Manual</a><br />
46    </small></td>
47  </tr>
48 </table>
49 <table border="0" cellspacing="0" cellpadding="0" width="100%">
50  <tr valign="top"><td bgcolor="#cccccc"></td></tr>
51 </table>
52
53 <table cellpadding="0" cellspacing="0" border="0">
54  <tr valign="top">
55
56   <td width="230" bgcolor="#f0f0f0">
57    <table width="100%" cellpadding="2" cellspacing="2" border="0">
58     <tr valign="top"><td>
59 <br />
60 <small>
61 <?php
62 require "$dest/index.tmpl";
63 ?>
64 </small>
65 <br /><br /><br /><br />
66     </td></tr>
67    </table>
68   </td>
69
70   <td bgcolor="#dddddd" background="dot.gif"> </td>
71
72   <td width="800">
73    <table cellpadding="2" cellspacing="6" width="100%">
74     <tr><td valign="top">
75 <br />
76 <?php
77 require "$page";
78 ?>
79 <br /><br /><br /><br />
80     </td></tr>
81    </table>
82   </td>
83
84   <td bgcolor="#cccccc" background="dot.gif"> </td>
85
86   <td width="200" bgcolor="#f0f0f0">
87     <table width="100%" cellpadding="4" cellspacing="0">
88     <tr valign="top"><td>
89 <br /><br /><br /><br /><br />
90     </td></tr>
91     </table>
92   </td>
93 </tr>
94 </table>
95
96 <table border="0" cellspacing="0" cellpadding="0" width="100%">
97  <tr valign="top"><td bgcolor="#cccccc"></td></tr>
98 </table>
99 <table border="0" cellspacing="0" cellpadding="6" width="100%">
100  <tr valign="top" bgcolor="#dddddd">
101   <td><small>Copyright &copy; 2001 - 2002 SILC Project<br />
102     <a href="http://silcnet.org">SILC Project Website</a></small></td>
103   <td align="right"><small>
104    <a href="index.html">SILC Toolkit Reference Manual</a><br />
105    </small></td>
106  </tr>
107 </table>
108
109 </body>
110 </html>