325 |
richard |
1 |
<html>
|
|
|
2 |
<head>
|
|
|
3 |
<title>Help page</title>
|
|
|
4 |
<link rel="stylesheet" href="../style.css">
|
|
|
5 |
<!-- Fonctions JavaScript -->
|
|
|
6 |
<SCRIPT LANGUAGE="JavaScript">
|
|
|
7 |
function ouvrir(page)
|
|
|
8 |
{
|
|
|
9 |
window.open(page, "portail", "alwaysRaised=yes,toolbar=no,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,hotkeys=no,width=640 ,height=480");
|
|
|
10 |
}
|
|
|
11 |
</SCRIPT>
|
|
|
12 |
<!-- fin javascript -->
|
|
|
13 |
</head>
|
|
|
14 |
<body bgcolor="#EFEFEF">
|
|
|
15 |
<center>
|
|
|
16 |
<table border=0 width=550 cellpadding=0 cellspacing=0>
|
|
|
17 |
<tr valign=top>
|
|
|
18 |
<!--<td align=center><img src="../images/title2.gif"></td>-->
|
|
|
19 |
</tr>
|
|
|
20 |
</table>
|
|
|
21 |
|
|
|
22 |
<table border=0 width=400 cellpadding=0 cellspacing=2></table>
|
|
|
23 |
|
|
|
24 |
<br>
|
|
|
25 |
<table border=0 width=540 cellpadding=1 cellspacing=1>
|
|
|
26 |
<tr valign=top>
|
|
|
27 |
<td width=540></td>
|
|
|
28 |
<td bgcolor="black" width=400>
|
|
|
29 |
<table border=0 width=100% cellpadding=2 cellspacing=0>
|
|
|
30 |
<tr bgcolor="#907030" align=right valign=top><th><font color="white">Page d'aide de Dialup Admin</font> </th></tr>
|
|
|
31 |
</table>
|
|
|
32 |
</td></tr>
|
|
|
33 |
<tr bgcolor="black" valign=top><td colspan=2>
|
|
|
34 |
<table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
|
|
|
35 |
<tr><td>
|
|
|
36 |
<br>
|
|
|
37 |
|
|
|
38 |
<!--<b>Choisissez le fichier d'aide que vous voulez lire :</b><br><br>
|
|
|
39 |
<form name="readhelp" method=post>
|
|
|
40 |
<select name=help_file>
|
|
|
41 |
<?php
|
|
|
42 |
#$selected[$help_file] = 'selected';
|
|
|
43 |
#
|
|
|
44 |
#echo <<<EOM
|
|
|
45 |
#<option $selected[faq] value="faq">FAQ File
|
|
|
46 |
#<option $selected[readme] value="readme">README File
|
|
|
47 |
#<option $selected[howto] value="howto">HOWTO File
|
|
|
48 |
#EOM;
|
|
|
49 |
?>
|
|
|
50 |
</select>
|
|
|
51 |
<br><br>
|
|
|
52 |
<input type=submit class=button value="Read File">
|
|
|
53 |
</form>
|
|
|
54 |
-->
|
|
|
55 |
<td><a href=javascript:ouvrir("http://wiki.freeradius.org/index.php/FAQ")>http://wiki.freeradius.org/index.php/FAQ</a></td>
|
|
|
56 |
|
|
|
57 |
<pre>
|
|
|
58 |
<?php
|
|
|
59 |
#$in_file = '../../doc/FAQ_dialup.html';
|
|
|
60 |
#if ($help_file == 'readme')
|
|
|
61 |
# $in_file = '../../README';
|
|
|
62 |
#else if ($help_file == 'howto')
|
|
|
63 |
# $in_file = '../../doc/HOWTO';
|
|
|
64 |
#else if ($help_file == 'faq')
|
|
|
65 |
# $in_file = 'FAQ';
|
|
|
66 |
#if ($in_file != '')
|
|
|
67 |
# readfile("$in_file");
|
|
|
68 |
?>
|
|
|
69 |
</pre>
|
|
|
70 |
<br>
|
|
|
71 |
</td></tr>
|
|
|
72 |
</table>
|
|
|
73 |
</tr>
|
|
|
74 |
</table>
|
|
|
75 |
</body>
|
|
|
76 |
</html>
|