summaryrefslogtreecommitdiff
path: root/fs_webdemo/register.html
blob: acf9cff7f7cf58806a2ad536d9c95bf300fd7676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<HTML>
  <HEAD>
    <TITLE>
      Freeside - Billing and account administration software for ISPs
    </TITLE>
  </HEAD>
  <BODY BGCOLOR="#ffffff">
  <table>
    <tr><td>
      <A HREF="http://www.sisd.com/">
        <IMG BORDER=0 SRC="small-logo.gif" ALIGN=LEFT>
      </A>
    </td><td>
      <center><font color="#ff0000" size=7 size=+4>freeside demo registration</font></center>
    </td></tr>
  </table>
<P>You will need to choose a username for access to the Freeside web demo.

<P><FONT SIZE=+1 COLOR="#ff0000">A password
      and the URL for your demo will be emailed to you, so don't waste your
      time with non-deliverable addresses.</FONT>
We will <B>not</B> give your email address to any third party,
      nor will we send you any unsolicited email (or in fact any email after the automatic registration).
    <FORM ACTION="register.cgi" METHOD="POST">
      <PRE>
Freeside username: <INPUT TYPE="text" NAME="username" MAXLENGTH=16>

Email address:     <INPUT TYPE="text" NAME="email">
</PRE>
<BR><INPUT TYPE="Submit" VALUE="Register">
    </FORM>
  </BODY>
</HTML>