]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Add a help page for the Expiration attribute
authorkkalev <kkalev>
Tue, 20 Aug 2002 11:59:06 +0000 (11:59 +0000)
committerkkalev <kkalev>
Tue, 20 Aug 2002 11:59:06 +0000 (11:59 +0000)
htdocs/help/expiration_help.html [new file with mode: 0644]

diff --git a/htdocs/help/expiration_help.html b/htdocs/help/expiration_help.html
new file mode 100644 (file)
index 0000000..7c033a4
--- /dev/null
@@ -0,0 +1,35 @@
+<html>
+<head>
+<title>Expiration Help Page</title>
+<link rel="stylesheet" href="../style.css">
+</head>
+<body bgcolor="#80a040" background="../images/greenlines1.gif" link="black" alink="black">
+<center>
+<table border=0 width=540 cellpadding=1 cellspacing=1>
+<tr valign=top>
+<td width=340></td>
+<td bgcolor="black" width=400>
+       <table border=0 width=100% cellpadding=2 cellspacing=0>
+       <tr bgcolor="#907030" align=right valign=top><th><font color="white">Expiration Help Page</font>&nbsp;</th></tr>
+       </table>
+</td></tr>
+<tr bgcolor="black" valign=top><td colspan=2>
+       <table border=0 width=100% cellpadding=12 cellspacing=0 bgcolor="#ffffd0" valign=top>
+       <tr><td>
+<br>
+<center>
+<pre>
+  This attribute can be used to set the user expiration date. It
+  should be in the format '$month_day $month_name $year' like:
+  '20 May 2002'
+</pre>
+</td></tr>
+<tr><td align=center>
+<a href="javascript:window.close();"><b>Close Window</b></a>
+</td></tr>
+</center>
+</table>
+</tr>
+</table>
+</body>
+</html>