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