diff options
Diffstat (limited to 'products.html')
-rw-r--r-- | products.html | 51 |
1 files changed, 7 insertions, 44 deletions
diff --git a/products.html b/products.html index 05cfd2f..c9d51e3 100644 --- a/products.html +++ b/products.html @@ -1,36 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Freeside Inc.</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Description" content="Open-source billing software for ISPs and businesses. www.sisd.com/freeside"> -<meta name="Keywords" content="billing, open source, money solutions, customer tracking"> +<title>Freeside Products</title> +{ include('elements/header.html'); } - -<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> - - - - - -</head> -<body bgcolor="#999999"> -<div id="header1"> - <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > - <tr> - <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> - </td> - <td width="100%" align="left" valign="top"> <h1>Open-source billing, ticketing - and automation for ISPS and online businesses </h1></td> - </tr> - </table> -</div> -<div id="header2"> - - <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> - | <a href="services.html" id="nav">Services</a> | <a href="webdemo.html" id="nav">Web Demo</a> | <a href="developers.html" id="nav">Developers - </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> -</div> <div id="header3"></div> <div id="content_prd"> @@ -83,8 +56,8 @@ <td align="left" valign="top" bgcolor="#E9EFEC" class="tblprod" >USD <span class="crossout">$3200</span> $2950 introductory price free shipping (north america)</td> - <td align="left" valign="top" bgcolor="#D0DADA"> USD <span class="crossout">$3200</span> - $2950 introductory price<br> + <td align="left" valign="top" bgcolor="#D0DADA"> USD <span class="crossout">$4900</span> + $4400 introductory price<br> free shipping (north america) </td> <td align="left" valign="top" bgcolor="#B6C9C9">USD <span class="crossout">$8900</span> $7900 introductory price<br> @@ -150,7 +123,7 @@ 1Gb RAM hardware</td> <td align="left" valign="top">1U rackmount (22.6" deep)<br> 160gb Hotswap RAID1 SATA (2x 160gb 7200rpm)<br> - Dual-core&nbspOpteron 170 (2x2Ghz)<br> + Dual-core Opteron 170 (2x2Ghz)<br> 2Gb ECC RAM hardware</td> <td align="left" valign="top">1U rackmount (25.6" deep) 222gb Hotswap RAID5 SATA (4x 74gb 10000rpm) <br> @@ -181,15 +154,5 @@ </tr> </table> </div> -<div id="footer"> - <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> - <tr> - <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> - | <a href="products.html">Products</a> | <a href="services.html">Services</a> - | <a href="webdemo.html">Web Demo</a> | <a href="developers.html" >Developers</a> - | <a href="about.html">About</a> | <a href="contact.html">Contact</a> - </div></td> - </tr> - </td></table> -</div></body> -</html> + +{ include('elements/footer.html'); } |