Merged silc_1_0_branch to trunk.
[silc.git] / scripts / silcdoc / gen_html_detail.php
1 <?php
2 /*
3
4   Author: Pekka Riikonen <priikone@silcnet.org>
5
6   Copyright (C) 2001 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   This is the detailed page generator. This generates the actual data
18   that is shown plus index at the right side. 
19
20 */
21 ?>
22
23 <div align="center">
24 <table cellpadding=2 cellspacing=0 border=0 width="99%" align=center>
25 <tr>
26 <td valign=top>
27 <font face="Helvetica,Arial,Sans-serif" size="+1">
28
29 <?php
30 /* Get the actual data for the page */
31 require "$page";
32 ?>
33
34 </font>
35 </td>
36 </tr>
37 </table>
38 </div>