import from HEAD:
[freeradius.git] / dialup_admin / htdocs / help / help.php3
1 <html>
2 <head>
3 <title>Help page</title>
4 <link rel="stylesheet" href="../style.css">
5 </head>
6 <body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
7 <center>
8 <table border=0 width=550 cellpadding=0 cellspacing=0>
9 <tr valign=top>
10 <td align=center><img src="../images/title2.gif"></td>
11 </tr>
12 </table>
13
14 <table border=0 width=400 cellpadding=0 cellspacing=2></table>
15
16 <br>
17 <table border=0 width=540 cellpadding=1 cellspacing=1>
18 <tr valign=top>
19 <td width=540></td>
20 <td bgcolor="black" width=400>
21         <table border=0 width=100% cellpadding=2 cellspacing=0>
22         <tr bgcolor="#907030" align=right valign=top><th><font color="white">dialup_admin help page</font>&nbsp;</th></tr>
23         </table>
24 </td></tr>
25 <tr bgcolor="black" valign=top><td colspan=2>
26         <table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
27         <tr><td>
28 <br>
29 <pre>
30
31 <b>For now we just include the README file</b><br>
32
33 <?php
34 readfile('../../README');
35 ?>
36
37 </pre>
38 <br>
39 </td></tr>
40 </table>
41 </tr>
42 </table>
43 </body>
44 </html>