diff options
Diffstat (limited to 'demo.html')
-rw-r--r-- | demo.html | 98 |
1 files changed, 64 insertions, 34 deletions
@@ -6,51 +6,81 @@ <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"> </th> + <h6>Online and downloadable demos</h6> + + <!-- <table width="85%" align="center" cellpadding="0" cellspacing="0" background="imgs/bk/s.gif" class="demo"> --> + <table width="85%" align="center" cellpadding="0" cellspacing="0" class="demo"> + <tr> - <th valign="middle"><table cellspacing="0" cellpadding="0"> + <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> + <td align="right" valign="top"><a href="http://webdemo.sisd.com:81/freeside/" target="_top"><img border=0 src="imgs/webdemo/backoffice_shd.gif"></a></td> + <th align="left" valign="top"> + <h5>Back office</h5> + <h6>Billing, ticketing, reporting and configuration for employees and resellers</h6> + <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> + <p>Log on with Username: <b>guest</b> and Password: <b>guest</b> when prompted + <p><a href="http://webdemo.sisd.com:81/freeside/" target="_top">Check + it out!</a> </p> + </td> </tr> - </table></th> + </table> + </th> + </tr> + <tr> - <th valign="middle"><table cellspacing="0" cellpadding="0"> + <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> + <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> + <th align="left" valign="top"> + <h5>Self-Service</h5> + <h6>Template-able customer self-care interface and API</h6> + <p>Customer self-care including invoice viewing, one-time and recurring payments, adding and removing services, and password changes. + <p><a href="http://webdemo.sisd.com/selfserv/selfservice.cgi" target="_top">Check it out!</a> </p> + </th> </tr> - </table></th> - <tr> - <th height="80"><img src="imgs/bk/spacer.gif" width="1" height="100"></th> + </table> + </th> + </tr> + <tr> - <th valign="middle"><table cellspacing="0" cellpadding="0"> + <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> + <td align="right" valign="top"><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top"><img border=0 src="imgs/webdemo/signup_shd.gif"></a></td> + <th align="left" valign="top"><h5>Sign-Up</h5> + <h6>Template-able online signup page and API</h6> + <p>Customer signup page with immediate credit card authorization and provisioning</p> <p><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top">Check - it out!</a> </p></th> + it out!</a> </p> + </th> </tr> - </table></th> - <tr> - <th height="80" valign="middle"> </th> - + </table> + </th> + </tr> + + <tr> + <th valign="middle"> + <table cellspacing="0" cellpadding="0"> + <tr> + <td align="right" valign="top"><img border=0 src="imgs/webdemo/vmware_shd.gif"></td> + <th align="left" valign="top"><h5>Downloadable demo</h5> + <h6>A downloadable VMWare virtual appliance</h6> + <ul> + <li><a href="http://www.vmware.com/download/player/">VMWare player</a> for Windows or Linux is required (free download)<br><br> + <li><b>Freeside-Appliance-1.7.2.zip</b> (302mb)<br><a href="Freeside-Appliance-1.7.2.zip">direct download</a> or <a href="Freeside-Appliance-1.7.2.zip.torrent">bittorrent download</a><br><br> + <!-- <li>Minimum 512m RAM, 1.5Ghz processor recommended --> + </ul> + </th> + </tr> + </table> + </th> + </tr> + </table> - <br><br> - <br> - <br> - <br> + </div> { include('elements/footer.html'); } |