updates.
[silc.git] / scripts / silcdoc / gen_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 />
90 <font face="Helvetica,Arial,Sans-serif" size="1">
91 <?php
92 /* Get the index for this page */
93 $len = strcspn($page, "__");
94 $fname = substr($page, 0, $len);
95 require "$fname"."__index.tmpl";
96 ?>
97 </font>
98
99 <br /><br /><br /><br />
100     </td></tr>
101     </table>
102   </td>
103 </tr>
104 </table>
105
106 <table border="0" cellspacing="0" cellpadding="0" width="100%">
107  <tr valign="top"><td bgcolor="#cccccc"></td></tr>
108 </table>
109 <table border="0" cellspacing="0" cellpadding="6" width="100%">
110  <tr valign="top" bgcolor="#dddddd">
111   <td><small>Copyright &copy; 2001 - 2002 SILC Project<br />
112     <a href="http://silcnet.org">SILC Project Website</a></small></td>
113   <td align="right"><small>
114    <a href="index.html">SILC Toolkit Reference Manual</a><br />
115    </small></td>
116  </tr>
117 </table>
118
119 </body>
120 </html>