summaryrefslogtreecommitdiff
path: root/developers.html
diff options
context:
space:
mode:
authorivan <ivan>2007-02-14 22:21:03 +0000
committerivan <ivan>2007-02-14 22:21:03 +0000
commitf294a74d9a91f2ee875a64d83cb3cffe5be7b33e (patch)
tree058b07baf58a2189968d4e3410018ca019a8a7d4 /developers.html
parentc3dd186c41d1026cda089cbda6fe49a3da59442d (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 'developers.html')
-rw-r--r--developers.html50
1 files changed, 4 insertions, 46 deletions
diff --git a/developers.html b/developers.html
index cb3778c..1ba67e8 100644
--- a/developers.html
+++ b/developers.html
@@ -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
@@ -122,20 +96,4 @@
</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'); }