template out the header & footer, write a quick build script, fix copy and keywords...
[www.git] / demo.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Freeside Web Demo</title>
5 { include('elements/header.html'); }
6
7 <div id="header3"></div>
8 <div id="content1"> 
9   <h6>Check Out Freeside's Web Demos</h6>
10   <table width="85%" align="center"   cellpadding="0" cellspacing="0" background="imgs/bk/s.gif"    class="demo">
11     <tr> 
12       <th height="50"  valign="middle">&nbsp;</th>
13     <tr> 
14       <th  valign="middle"><table cellspacing="0" cellpadding="0">
15           <tr> 
16             <th align="right" valign="top"><img src="imgs/webdemo/backoffice_shd.gif"></td> 
17             <th height="*" align="left" valign="top" > <h5>Back Office:</h5>
18               <p> An easy to use sign up form for convience is provided by freeside 
19                 software. Straight forward and familiar.</p>
20               <p><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top">Check 
21                 it out!</a> </p></th>
22           </tr>
23         </table></th>
24     <tr> 
25       <th  valign="middle"><table cellspacing="0" cellpadding="0">
26           <tr> 
27             <th width="753" align="left"> <h5>Self-Service: </h5>
28               <p><a href="http://webdemo.sisd.com/selfserv/selfservice.cgi" target="_top">Check 
29                 it out!</a> </p></th>
30             <th align="left" valign="top" > <p> <img src="imgs/webdemo/selfservice.gif"></p></th>
31           </tr>
32         </table></th>
33     <tr> 
34       <th height="80"><img src="imgs/bk/spacer.gif" width="1" height="100"></th>
35     <tr> 
36       <th  valign="middle"><table cellspacing="0" cellpadding="0">
37           <tr> 
38             <th align="right" valign="top"><img src="imgs/webdemo/signup_shd.gif"></th>
39             <th height="*" align="left" valign="top" > <h5>Sign-Up:</h5>
40               <p> An easy to use sign up form for convience is provided by freeside 
41                 software. Straight forward and familiar.</p>
42               <p><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top">Check 
43                 it out!</a> </p></th>
44           </tr>
45         </table></th>
46     <tr>
47       <th height="80"  valign="middle">&nbsp;</th>
48     
49   </table>
50   <br><br>
51   <br>
52   <br>
53   <br>
54 </div>
55
56 { include('elements/footer.html'); }