template out the header & footer, write a quick build script, fix copy and keywords...
authorivan <ivan>
Wed, 14 Feb 2007 22:21:03 +0000 (22:21 +0000)
committerivan <ivan>
Wed, 14 Feb 2007 22:21:03 +0000 (22:21 +0000)
12 files changed:
BUILD [new file with mode: 0755]
about.html
contact.html
css/cssfreeside2.css
demo.html [new file with mode: 0644]
developers.html
elements/footer.html [new file with mode: 0644]
elements/header.html [new file with mode: 0644]
index.html
products.html
services.html
webdemo.html [deleted file]

diff --git a/BUILD b/BUILD
new file mode 100755 (executable)
index 0000000..f46449b
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,18 @@
+#!/usr/bin/perl
+
+use Text::Template;
+
+system("[ -d target ] || mkdir target");
+
+system("cp -pr css imgs target");
+
+*Q::include = \&Text::Template::_load_text;
+
+foreach my $file ( glob("*.html") ) {
+  warn "$file\n";
+  my $t = new Text::Template( TYPE=>'FILE', SOURCE=>$file );
+  open(TARGET,">target/$file") or die $!;
+  print TARGET $t->fill_in(PACKAGE=>'Q');
+  close TARGET or die $!;
+}
+
index 93233ab..eeb70e2 100644 (file)
@@ -1,36 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>About 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>About Freeside Internet Services, Inc.</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&nbsp;&nbsp; </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>&nbsp;&nbsp;</div>
-</div>
 <div id="header3"></div>
 <div id="content1">
  <h6>About Freeside Internet Services, Inc. and the Freeside project</h6>
 
 </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>
-  </table>
-</div>
-  
-
-</body>
-</html>
+{ include('elements/footer.html'); }
index 5a506ce..fdcdc5a 100644 (file)
@@ -1,36 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>Contact 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>Contact Freeside Internet Services, Inc.</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&nbsp;&nbsp; </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>&nbsp;&nbsp;</div>
-</div>
 <div id="header3"></div>
 
 <div id="content1"> 
   </p>
 </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>
-  </table>
-</div>
-  
-
-</body>
-</html>
\ No newline at end of file
+{ include('elements/footer.html'); }
index 51840fb..778fb74 100644 (file)
@@ -257,13 +257,14 @@ a:hover {
                
                
 h1 { 
-       font: bold Verdana, Arial, Sans-serif;
+       font: Verdana, Arial, sans-serif;
+        font-weight: bold;
        font-size: 20px; 
        line-height: 20px;
        color: #fff;
        padding: 0;
        margin: 0;
-       margin-top: 2.05em;
+       /* margin-top: 2.05em; */
        margin-left: 0;
        margin-right: 1em;
        
@@ -273,7 +274,8 @@ h1 {
        }
 
 h2 { 
-       font: bold, Verdana, Arial, Sans-serif;
+       font: Verdana, Arial, sans-serif;
+        font-weight: bold;
        font-size: 150%;
        color: #ffffff ;
        padding: 0;
@@ -283,7 +285,8 @@ h2 {
        }
        
 h3 {
-       font: bold Verdana, Arial, Sans-serif;
+       font: Verdana, Arial, sans-serif;
+        font-weight: bold;
        font-size: 110%;
        color: #fff;
        padding: .5;
@@ -295,7 +298,8 @@ h3 {
 
 
 h4 {
-       font: bold Verdana, Arial, Sans-serif;
+       font: Verdana, Arial, sans-serif;
+        font-weight: bold;
        font-size: 120%;
        color: #336666;
        padding: 0;
@@ -311,7 +315,8 @@ b.h4 {
        }
 
 h5 {
-       font: bold Verdana, Arial, Sans-serif;
+       font: Verdana, Arial, sans-serif;
+        font-weight: bold;
        font-size: 120%;
        color: #336666;
        padding: 0;
@@ -325,7 +330,8 @@ b.h6 {
 }
 
 h6 { 
-       font: bold, Verdana, Arial, Sans-serif;
+       font: Verdana, Arial, sans-serif;
+        font-weight: bold;
        font-size: 140%;
        color: #5E355D;
        padding: 0;
@@ -380,7 +386,7 @@ body {
 .block {
        background: #B7B7B7;
        padding: 5px;
-       font: 140%;
+       font-size: 140%;
        margin-left: 20px;
        text-align: center middle;
        }
@@ -672,4 +678,4 @@ table.dev td {
        border-color: gray gray gray gray;
        background-color: #ccc;
 
-}
\ No newline at end of file
+}
diff --git a/demo.html b/demo.html
new file mode 100644 (file)
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">&nbsp;</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">&nbsp;</th>
+    
+  </table>
+  <br><br>
+  <br>
+  <br>
+  <br>
+</div>
+
+{ include('elements/footer.html'); }
index cb3778c..1ba67e8 100644 (file)
@@ -1,36 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>Freeside Developers Welcome!</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 Developers and Open-Source Community</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&nbsp;&nbsp; </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>&nbsp;&nbsp;</div>
-</div>
 <div id="header3"></div>
 <div id="content1"> 
   
@@ -89,6 +62,7 @@
             <td align="left" valign="top" bgcolor="#CCCCCC"> <ul>
                 <li><a href="http://www.sisd.com/pipermail/freeside-users/" target="_self">Commercial 
                   support services are available</a>.</li>
+                <li> <b>New!</b> <a href="/forum">Web forums</A>
                 <li> <a href="support.html" target="_top">Browse</a> the user 
                   mailing list archive.</li>
                 <li> Subscribe to the user list: first, <a href="http://www.sisd.com/cgi-bin/wiki.pl?Mailing_List_Guidelines" target="_blank">read 
 
 </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>
-  </table>
-</div>
-  
-
-</body>
-</html>
+{ include('elements/footer.html'); }
diff --git a/elements/footer.html b/elements/footer.html
new file mode 100644 (file)
index 0000000..55cf8f8
--- /dev/null
@@ -0,0 +1,12 @@
+<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="demo.html">Demo</a> | <a href="developers.html" >Developers</a> 
+          | <a href="about.html">About</a> | <a href="contact.html">Contact</a> 
+        </div></td>
+    </tr>
+  </table>
+</div></body>
+</html>
diff --git a/elements/header.html b/elements/header.html
new file mode 100644 (file)
index 0000000..e58dbc3
--- /dev/null
@@ -0,0 +1,30 @@
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta name="Description" content="Open-source billing, trouble ticketing and automation software for ISPs, VOIP providers and online businesses.">
+<meta name="Keywords" content="billing, open source, ISP, trouble ticketing, VoIP">
+
+<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="center">
+        <h1>Open-source billing, trouble ticketing 
+          and automation</h1><br>
+        <h2>for ISPs, VoIP, service and content providers
+          and online businesses</h2>
+      </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="demo.html" id="nav">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>&nbsp;&nbsp;</div>
+</div>
+
index 3783618..baff6c1 100644 (file)
@@ -1,37 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>Freeside Developers Welcome!</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">
-
-
-<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&nbsp;&nbsp; </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>&nbsp;&nbsp;</div>
-</div>
-        
+<title>Freeside billing and trouble ticketing</title>
+{ include('elements/header.html'); }
        
 <div id="header3"> 
  </div>
         <tr> 
           <td width="9" height="*" bgcolor="#A5A3A3">&nbsp;</td>
           <td height="*" align="center" valign="top" bgcolor="#A5A3A3"><table width="100%" border="0" cellpadding="2" cellspacing="5">
-              <tr align="left" valign="top"> 
-                <td width="115" align="right" valign="top"><b>Jan ?? 2007:</b></td>
+<!--              <tr align="left" valign="top"> 
+                <td width="115" align="right" valign="top"><b>Feb 7 2007:</b></td>
                 <td width="*">1.6.0 and 1.7.2 released</td>
               </tr>
+-->
               <tr align="left" valign="top"> 
-                <td width="115" align="right" valign="top"><b>Jan ?? 2007:</b></td>
+                <td width="115" align="right" valign="top"><b>Feb 7 2007:</b></td>
                 <td width="*">New web site!</td>
               </tr>
               <tr align="left" valign="top"> 
     </td>
   </tr>
 </table>
-  
-<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>
-  </table>
-</div></body>
-</html>
+
+{ include('elements/footer.html'); }
index 05cfd2f..c9d51e3 100644 (file)
@@ -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&nbsp;&nbsp; </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>&nbsp;&nbsp;</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>
                     1Gb RAM hardware</td>
                   <td align="left" valign="top">1U rackmount (22.6&quot; deep)<br>
                     160gb Hotswap RAID1 SATA (2x 160gb 7200rpm)<br>
-                    Dual-core&amp;nbspOpteron 170 (2x2Ghz)<br>
+                    Dual-core&nbsp;Opteron 170 (2x2Ghz)<br>
                     2Gb ECC RAM hardware</td>
                   <td align="left" valign="top">1U rackmount (25.6&quot; deep) 
                     222gb Hotswap RAID5 SATA (4x 74gb 10000rpm) <br>
     </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'); }
index e679341..4c0b707 100644 (file)
@@ -1,36 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>Freeside Inc. Services</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 Services</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&nbsp;&nbsp; </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>&nbsp;&nbsp;</div>
-</div>
 <div id="header3"></div>
 
 <div id="content1"> 
   <p>&nbsp;</p>
 </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>
-  </table>
-</div>
-  
-
-</body>
-</html>
-
+{ include('elements/footer.html'); }
diff --git a/webdemo.html b/webdemo.html
deleted file mode 100644 (file)
index 9d5045e..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>Freeside Inc. Web Demo</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">
-
-
-<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&nbsp;&nbsp; </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>&nbsp;&nbsp;</div>
-</div>
-<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">&nbsp;</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">&nbsp;</th>
-    
-  </table>
-  <br><br>
-  <br>
-  <br>
-  <br>
-</div>
-
-
-
-
-<div id="footer"> 
-  <table width="90%" border="0"  cellpadding="0" cellspacing="0" align="center">
-    <tr> 
-      <td  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>
-  </table>
-</div>
-  
-
-</body>
-</html>