Merged silc_1_1_branch to trunk.
[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; version 2 of the License.
11
12   This program is distributed in the hope that it will be useful,
13   but WITHOUT ANY WARRANTY; without even the implied warranty of
14   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15   GNU General Public License for more details.
16
17   type values:
18
19         0 = add left index, details and right index
20         1 = add left index, details, no right index
21         2 = no left index, add details, no right index
22 */
23 ?>
24
25 <html>
26 <head>
27  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-a" />
28  <meta http-equiv="Content-Language" content="en" />
29  <meta name="description" content="SILC Secure Internet Live Conferencing" />
30  <meta name="keywords" content="SILC, secure, chat, protocol, cipher, encrypt, SKE" />
31  <meta content="INDEX, FOLLOW" name="ROBOTS" />
32  <style type="text/css">
33   <!--
34   body { color: #000000; background: #f0f0f0; font-family: Helvetica, Arial, Sans-serif; }
35   a:link { text-decoration: none; color: #2f488f; }
36   a:visited { text-decoration: none;color: #2f488f; }
37   a:active { text-decoration: none; color: #2f488f; }
38   -->
39  </style>
40 </head>
41
42 <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
43
44 <table border="0" cellspacing="0" cellpadding="6" width="100%">
45  <tr valign="top" bgcolor="#dddddd">
46   <td><small>Copyright &copy; 2001 - 2007 SILC Project<br />
47     <a href="http://silcnet.org">SILC Project Website</a></small></td>
48   <td align="right"><small>
49    <a href="index.html">SILC Toolkit Reference Manual</a><br />
50    <a href="toolkit_index.html">Index</a></small></td>
51    </small></td>
52  </tr>
53 </table>
54 <table border="0" cellspacing="0" cellpadding="0" width="100%">
55 <tr bgcolor="#444444"><td><img src="space.gif" width="1" height="1"border="0" alt="" ></td></tr>
56 </table>
57
58 <table cellpadding="0" cellspacing="0" border="0">
59  <tr valign="top">
60
61   <td width="200" bgcolor="#f0f0f0">
62    <img src="space.gif" width="1" height="1" border="0" alt="">
63    <table width="100%" cellpadding="2" cellspacing="2" border="0">
64     <tr valign="top"><td>
65 <br />
66 <small>
67 <?php
68 if ($type != 2)
69   require "$dest/index.tmpl";
70 ?>
71 </small>
72 <br /><br /><br /><br />
73     </td></tr>
74    </table>
75   </td>
76
77   <td bgcolor="#cccccc" background="dot.gif">
78    <img src="space.gif" width="1" height="1" border="0" alt=""></td>
79
80   <td width="720" bgcolor="#ffffff">
81    <img src="space.gif" width="1" height="1" border="0" alt="">
82    <table cellpadding="2" cellspacing="6" width="100%">
83     <tr><td valign="top">
84 <br />
85 <?php
86 require "$page";
87 ?>
88 <br /><br /><br /><br />
89     </td></tr>
90    </table>
91   </td>
92
93   <td bgcolor="#cccccc" background="dot.gif">
94    <img src="space.gif" width="1" height="1" border="0" alt=""></td>
95
96   <td width="180" bgcolor="#f0f0f0">
97     <img src="space.gif" width="1" height="1" border="0" alt="">
98     <table width="100%" cellpadding="4" cellspacing="0">
99     <tr valign="top"><td>
100 <br />
101 <font face="Helvetica,Arial,Sans-serif" size="1">
102 <?php
103 if ($type == 0) {
104   /* Get the index for this page */
105   $len = strcspn($page, "-");
106   $fname = substr($page, 0, $len);
107   require "$fname"."-index.tmpl";
108 }
109 ?>
110 </font>
111
112 <br /><br /><br /><br />
113     </td></tr>
114     </table>
115   </td>
116 </tr>
117 </table>
118
119 <table border="0" cellspacing="0" cellpadding="0" width="100%">
120 <tr bgcolor="#444444"><td><img src="space.gif" width="1" height="1"border="0" alt="" ></td></tr>
121 </table>
122 <table border="0" cellspacing="0" cellpadding="6" width="100%">
123  <tr valign="top" bgcolor="#dddddd">
124   <td><small>Copyright &copy; 2001 - 2007 SILC Project<br />
125     <a href="http://silcnet.org">SILC Project Website</a></small></td>
126   <td align="right"><small>
127    <a href="index.html">SILC Toolkit Reference Manual</a><br />
128    <a href="toolkit_index.html">Index</a></small></td>
129    </small></td>
130  </tr>
131 </table>
132
133 </body>
134 </html>