summaryrefslogtreecommitdiff
path: root/demo.html
blob: 143aee1174315849137ce4aa6c3d1bf940495740 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Freeside Web Demo</title>
{ include('elements/header.html'); }

<div id="header3"></div>
<div id="content1"> 
  <h6>Check Out Freeside's Web Demos</h6>
  <table width="85%" align="center"   cellpadding="0" cellspacing="0" background="imgs/bk/s.gif"    class="demo">
    <tr> 
      <th height="50"  valign="middle">&nbsp;</th>
    <tr> 
      <th  valign="middle"><table cellspacing="0" cellpadding="0">
          <tr> 
            <th align="right" valign="top"><img src="imgs/webdemo/backoffice_shd.gif"></td> 
            <th height="*" align="left" valign="top" > <h5>Back Office:</h5>
              <p> An easy to use sign up form for convience is provided by freeside 
                software. Straight forward and familiar.</p>
              <p><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top">Check 
                it out!</a> </p></th>
          </tr>
        </table></th>
    <tr> 
      <th  valign="middle"><table cellspacing="0" cellpadding="0">
          <tr> 
            <th width="753" align="left"> <h5>Self-Service: </h5>
              <p><a href="http://webdemo.sisd.com/selfserv/selfservice.cgi" target="_top">Check 
                it out!</a> </p></th>
            <th align="left" valign="top" > <p> <img src="imgs/webdemo/selfservice.gif"></p></th>
          </tr>
        </table></th>
    <tr> 
      <th height="80"><img src="imgs/bk/spacer.gif" width="1" height="100"></th>
    <tr> 
      <th  valign="middle"><table cellspacing="0" cellpadding="0">
          <tr> 
            <th align="right" valign="top"><img src="imgs/webdemo/signup_shd.gif"></th>
            <th height="*" align="left" valign="top" > <h5>Sign-Up:</h5>
              <p> An easy to use sign up form for convience is provided by freeside 
                software. Straight forward and familiar.</p>
              <p><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top">Check 
                it out!</a> </p></th>
          </tr>
        </table></th>
    <tr>
      <th height="80"  valign="middle">&nbsp;</th>
    
  </table>
  <br><br>
  <br>
  <br>
  <br>
</div>

{ include('elements/footer.html'); }