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