diff options
author | ivan <ivan> | 2007-02-14 22:21:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-14 22:21:03 +0000 |
commit | f294a74d9a91f2ee875a64d83cb3cffe5be7b33e (patch) | |
tree | 058b07baf58a2189968d4e3410018ca019a8a7d4 /demo.html | |
parent | c3dd186c41d1026cda089cbda6fe49a3da59442d (diff) |
template out the header & footer, write a quick build script, fix copy and keywords in header, fix titles on all pages
Diffstat (limited to 'demo.html')
-rw-r--r-- | demo.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/demo.html b/demo.html new file mode 100644 index 0000000..143aee1 --- /dev/null +++ b/demo.html @@ -0,0 +1,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"> </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"> </th> + + </table> + <br><br> + <br> + <br> + <br> +</div> + +{ include('elements/footer.html'); } |