fix alignment in IE
[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>Online and downloadable demos</h6>
10
11   <!-- <table width="85%" align="center"   cellpadding="0" cellspacing="0" background="imgs/bk/s.gif" class="demo"> -->
12   <table width="85%" align="center"   cellpadding="0" cellspacing="0" class="demo">
13
14     <tr> 
15       <th valign="middle" align="left">
16         <table cellspacing="0" cellpadding="0">
17           <tr> 
18             <td align="left" valign="top"><a href="http://webdemo.sisd.com:81/freeside/" target="_top"><img border=0 src="imgs/webdemo/backoffice_shd.gif"></a></td> 
19             <th align="left" valign="top">
20               <h5>Back office</h5>
21               <h6>Billing, ticketing, reporting and configuration for employees and resellers</h6>
22               <p>The majority of Freeside's functionality is accessed from here.  The back office interface includes searching and viewing of customers, invoices, trouble tickets and services, as well as reporting, configuration, per-user access control, resellser virtualization and more.</p>
23               <p>Log on with Username: <b>guest</b> and Password: <b>guest</b> when prompted
24               <p><a href="http://webdemo.sisd.com:81/freeside/" target="_top">Check 
25                 it out!</a> </p>
26             </td>
27           </tr>
28         </table>
29       </th>
30     </tr>
31
32     <tr> 
33       <th valign="middle" align="left">
34         <table cellspacing="0" cellpadding="0">
35           <tr> 
36             <td align="left" valign="top" ><a href="http://webdemo.sisd.com/selfserv/selfservice.cgi" target="_top"><img border=0 src="imgs/webdemo/selfservice.gif"></a></td>
37             <th align="left" valign="top">
38               <h5>Self-Service</h5>
39               <h6>Template-able customer self-care interface and API</h6>
40               <p>Customer self-care including invoice viewing, one-time and recurring payments, adding and removing services, and password changes.
41               <p><a href="http://webdemo.sisd.com/selfserv/selfservice.cgi" target="_top">Check it out!</a> </p>
42             </th>
43           </tr>
44         </table>
45       </th>
46     </tr>
47
48     <tr> 
49       <th valign="middle" align="left">
50         <table cellspacing="0" cellpadding="0">
51           <tr> 
52             <td align="left" valign="top"><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top"><img border=0 src="imgs/webdemo/signup_shd.gif"></a></td>
53             <th align="left" valign="top"><h5>Sign-Up</h5>
54             <h6>Template-able online signup page and API</h6>
55               <p>Customer signup page with immediate credit card authorization and provisioning</p>
56               <p><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top">Check 
57                 it out!</a> </p>
58             </th>
59           </tr>
60         </table>
61       </th>
62     </tr>
63
64     <tr> 
65       <th valign="middle" align="left">
66         <table cellspacing="0" cellpadding="0">
67           <tr> 
68             <td align="left" valign="top"><img border=0 src="imgs/webdemo/vmware_shd.gif"></td>
69             <th align="left" valign="top"><h5>Downloadable demo</h5>
70             <h6>A downloadable VMWare virtual appliance</h6>
71               <ul>
72                 <li><a href="http://www.vmware.com/download/player/">VMWare player</a> for Windows or Linux is required (free download)<br><br>
73                 <li><b>Freeside-Appliance-1.7.2.zip</b>&nbsp;(302mb)<br><a href="Freeside-Appliance-1.7.2.zip">direct&nbsp;download</a> or <a href="Freeside-Appliance-1.7.2.zip.torrent">bittorrent download</a><br><br>
74                 <!-- <li>Minimum 512m RAM, 1.5Ghz processor recommended -->
75               </ul>
76             </th>
77           </tr>
78         </table>
79       </th>
80     </tr>
81
82   </table>
83
84 </div>
85
86 { include('elements/footer.html'); }