updates.
[silc.git] / scripts / silcdoc / index.php
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-a" />
6  <meta http-equiv="Content-Language" content="en" />
7  <meta name="description" content="SILC Secure Internet Live Conferencing" />
8  <meta name="keywords" content="SILC, secure, chat, protocol, cipher, encrypt, SKE" />
9  <meta content="INDEX, FOLLOW" name="ROBOTS" />
10  <style type="text/css">
11   <!--
12   body { color: #000000; background: #bbbbbb; font-family: Helvetica, Arial, Sans-serif; }
13   a:link { text-decoration: none; color: #2f486f; }
14   a:visited { text-decoration: none;color: #2f486f; }
15   a:active { text-decoration: none; color: #2f486f; }
16   -->
17  </style>
18 </head>
19
20 <body bgcolor="#aaaaaa" text="#000000" link="#2f486f" alink="#2f486f" vlink="#2f486f">
21
22 <br />
23 <div align="center">
24 <table width="900" bgcolor="#000000" cellpadding="1" cellspacing="0" border="0">
25  <tr>
26   <td>
27     <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0">
28      <tr>
29       <td>
30         <table width="100%" bgcolor="#e2e2e2" cellpadding="10" cellspacing="0" border="0">
31         <tr>
32         <td valign="top"><font face="Helvetica,Arial,Sans-serif">
33         <table width="100%" bgcolor="#e2e2e2" cellpadding="1" cellspacing="0" border="0" align="left">
34         <tr><td valign="top"><font face="Helvetica,Arial,Sans-serif">
35 <?php
36 require index.tmpl
37 ?>
38         </td></tr>
39         </table>
40         </td>
41         <td valign="top"><font face="Helvetica,Arial,Sans-serif">
42 <?php
43 require "$page";
44 ?>
45            </font>
46           </td>
47          </tr>
48         </table>
49       </td>
50      </tr>
51     </table>
52   </td>
53  </tr>
54 </table>
55 </font>
56 </div>
57
58 </body>
59 </html>