]> i-scream Git - www.i-scream.org.git/blobdiff - www/support.xhtml
Move to .xhtml files instead of .shtml. They still use SSI.
[www.i-scream.org.git] / www / support.xhtml
index eb070afa13a8a17efd1859c782025bd3f86a6347..0fd3c7b47acc1a807104debbcf7bd8cf4738cf6f 100644 (file)
@@ -1,35 +1,24 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<!--
-    $Author$
-    $Id$
--->
-
-
-<html>
+<!--#include virtual="/doctype.inc" -->
 
 <head>
- <title>i-scream Support</title>
- <meta name="description" content="How to get support or submit bugs for i-scream.">
- <meta name="keywords" content="i-scream, project, credits, central,monitoring,system, unix, linux, nt, server, alert">
+<title>i-scream support</title>
+<!--#include virtual="/style.inc" -->
 </head>
 
-<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
+<body>
+
+<div id="container">
 
-<table border="0" cellpadding="2" cellspacing="2">
- <tr>
-  <td valign="top">
-<!--#include virtual="left.inc" -->
-  </td>
-  <td valign="top">
-<!--#include virtual="title.inc" -->
+<div id="main">
 
-<font face="Arial" size="2">
-<h2>i-scream Support</h2>
+<!--#include virtual="/header.inc" -->
+
+<div id="contents"> 
+<h1 class="top">i-scream Support</h1>
 
 <p>i-scream uses <a href="http://www.bestpractical.com/rt/">RT</a> to track
 support requests. We've set up two addresses to help seperate the two main
-types of requests.</a>
+types of requests.</p>
 
 <h3>bugs@i-scream.org</h3>
 
@@ -53,14 +42,15 @@ sort out you problem. Please make sure you read the documentation
 Once your email has been received you will get an acknowledgement by
 email and details of how to view your tickets over the web.
 </p>
+</div>
 
-</font>
+<!--#include virtual="/footer.inc" -->
 
-<!--#include virtual="bottom.inc" -->
-  </td>
- </tr>
-</table>
+</div>
 
-</body>
+<!--#include virtual="/menu.inc" -->
 
+</div>
+
+</body>
 </html>