default page from sourceforge
[privoxy.git] / doc / webserver / default_page.php
1 <?php
2 // Default Web Page for groups that haven't setup their page yet
3 // Please replace this file with your own website
4 //
5 // $Id: default_page.php,v 1.2 2000/01/07 18:11:56 precision Exp $
6 //
7 $headers = getallheaders();
8 ?>
9 <HTML>
10 <HEAD>
11 <TITLE>SourceForge: Welcome</TITLE>
12 <LINK rel="stylesheet" href="http://sourceforge.net/sourceforge.css" type="text/css">
13 </HEAD>
14
15 <BODY bgcolor=#FFFFFF topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
16
17 <!-- top strip -->
18 <TABLE width="100%" border=0 cellspacing=0 cellpadding=2 bgcolor="737b9c">
19   <TR>
20     <TD><SPAN class=maintitlebar>&nbsp;&nbsp;
21       <A class=maintitlebar href="http://sourceforge.net/"><B>Home</B></A> | 
22       <A class=maintitlebar href="http://sourceforge.net/about.php"><B>About</B></A> | 
23       <A class=maintitlebar href="http://sourceforge.net/partners.php"><B>Partners</B></a> |
24       <A class=maintitlebar href="http://sourceforge.net/contact.php"><B>Contact Us</B></A></SPAN></TD>
25     </TD>
26   </TR>
27 </TABLE>
28 <!-- end top strip -->
29
30 <!-- top title table -->
31 <TABLE width="100%" border=0 cellspacing=0 cellpadding=0 bgcolor="" valign="center">
32   <TR valign="top" bgcolor="#eeeef8">
33     <TD>
34       <A href="http://sourceforge.net/"><IMG src="http://sourceforge.net/images/sflogo2-steel.png" vspace="0" border=0 width="143" height="70"></A>
35     </TD>
36     <TD width="99%"><!-- right of logo -->
37       <a href="http://www.valinux.com"><IMG src="http://sourceforge.net/images/valogo3.png" align="right" alt="VA Linux Systems" hspace="5" vspace="0" border=0 width="117" height="70"></A>
38     </TD><!-- right of logo -->
39   </TR>
40   <TR><TD bgcolor="#543a48" colspan=2><IMG src="http://sourceforge.net/images/blank.gif" height=2 vspace=0></TD></TR>
41 </TABLE>
42 <!-- end top title table -->
43
44 <!-- center table -->
45 <TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF" align="center">
46   <TR>
47     <TD>
48       <CENTER><BR>
49       <H1>Welcome to http://<?php print $headers[Host]; ?>/</H1>
50       <P>We're Sorry but this Project hasn't yet uploaded their personal webpage yet.<BR>
51       Please check back soon for updates or visit <A href="http://sourceforge.net/">SourceForge</A></P><BR>
52       </CENTER>
53     </TD>
54   </TR>
55 </TABLE>
56 <!-- end center table -->
57
58 <!-- footer table -->
59 <TABLE width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="737b9c">
60   <TR>
61     <TD align="center"><FONT color="#ffffff"><SPAN class="titlebar">
62       All trademarks and copyrights on this page are properties of their respective owners. Forum comments are owned by the poster. The rest is copyright ©1999-2000 VA Linux Systems, Inc.</SPAN></FONT>
63     </TD>
64   </TR>
65 </TABLE>
66
67 <!-- end footer table -->
68 </BODY>
69 </HTML>