------------------------------------------------------------ revno: 506 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell <[EMAIL PROTECTED]> branch nick: tridge timestamp: Fri 2007-06-08 13:58:53 +1000 message: new web page layout added: web/footer.html footer.html-20070608035834-k7u3xijgdxt4e0pw-1 web/header.html header.html-20070608035834-k7u3xijgdxt4e0pw-2 renamed: web/building_samba_ctdb.html => web/building.html building_samba_ctdb.-20070608010834-qdxmpjp0ee51yctk-1 web/configuring_ctdb.html => web/configuring.html configuring_ctdb.htm-20070608021649-cipqdfao7xedp6ji-1 web/ctdb.html => web/index.html ctdb.html-20070601052353-vgod9lfo4an4o83j-2 web/getting_the_code.html => web/download.html getting_the_code.htm-20070608005948-wn5ag3uowh6dbnwr-1 web/starting_and_testing_ctdb.html => web/testing.html starting_and_testing-20070608025718-naa5fgl4tuhgdl8r-1 modified: web/index.html ctdb.html-20070601052353-vgod9lfo4an4o83j-2 === added file 'web/footer.html' --- a/web/footer.html 1970-01-01 00:00:00 +0000 +++ b/web/footer.html 2007-06-08 03:58:53 +0000 @@ -0,0 +1,37 @@ +</td> +</tr> + + <TR ALIGN="center"> + <TD><BR><a name="search"></a><img src="bar1.jpg" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="> + +<!-- SiteSearch Google --> +<form method="get" action="http://www.google.com/custom" target="_top"> +<table border="0" bgcolor="#ffffff"> +<tr><td nowrap="nowrap" valign="top" align="left" height="32"> +<a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google"></img></a> +</td><td nowrap="nowrap"> +<input type="hidden" name="domains" value="samba.org"></input> +<input type="text" name="q" size="31" maxlength="255" value="rsync "></input> +<input type="submit" name="sa" value="Search"></input> +</td></tr><tr><td> </td> +<td nowrap="nowrap"> +<table><tr><td> +<input type="radio" name="sitesearch" value=""></input> +<font size="-1" color="#000000">Search WWW</font> +</td><td> +<input type="radio" name="sitesearch" value="samba.org" checked="checked"></input> +<font size="-1" color="#000000">Search samba.org</font> +</td></tr></table> +<input type="hidden" name="client" value="pub-1444957896811922"></input> +<input type="hidden" name="forid" value="1"></input> +<input type="hidden" name="ie" value="ISO-8859-1"></input> +<input type="hidden" name="oe" value="ISO-8859-1"></input> +<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:60;LW:470;L:http://samba.org/samba/images/samba_banner.gif;S:http://samba.org/;FORID:1;"></input> +<input type="hidden" name="hl" value="en"></input> +</td></tr></table> +</form> +<!-- SiteSearch Google --> + + </TD> + </TR> +</TABLE>
=== added file 'web/header.html' --- a/web/header.html 1970-01-01 00:00:00 +0000 +++ b/web/header.html 2007-06-08 03:58:53 +0000 @@ -0,0 +1,36 @@ +<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033" +style="margin-top: 0"> +<TABLE BORDER=0 WIDTH="640" ALIGN="CENTER"> + <tr VALIGN="middle"> + <td ALIGN="left"> + <ul> + <li><small><a href=".">home</a></small> + <li><small><a href="download.html">download</a></small> + <li><small><a href="configuring.html">configuring</a></small> + <li><small><a href="building.html">building</a></small> + <li><small><a href="testing.html">testing</a></small> + </ul> + </td> + <td align="center"> + <a href="."><img src="ctdblogo.jpg" border="0" alt="rsync"></a> + </td> + <td align="left"> + <ul> + <li><small><a href="http://wiki.samba.org/index.php/CTDB_Setup">wiki</a></small> + <li><small><a href="bugzilla.html">bug-tracking</a></small> + </ul> + </td> + </tr> + + <TR ALIGN="center"> + <TD COLSPAN="3"> + <img src="bar1.jpg" WIDTH="493" HEIGHT="26" + BORDER="0" + alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="> + </TD> + </TR> +</TABLE> + +<TABLE BORDER=0 WIDTH="640" ALIGN="CENTER"> + <tr VALIGN="middle"> + <td ALIGN="left"> === renamed file 'web/building_samba_ctdb.html' => 'web/building.html' === renamed file 'web/configuring_ctdb.html' => 'web/configuring.html' === renamed file 'web/ctdb.html' => 'web/index.html' --- a/web/ctdb.html 2007-06-08 02:57:30 +0000 +++ b/web/index.html 2007-06-08 03:58:53 +0000 @@ -1,11 +1,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> -<TITLE>ctdb</TITLE> +<TITLE>rsync</TITLE> </HEAD> -<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033"> +<!--#include virtual="header.html" --> -<h1>CTDB</h1> +<H2 align="center">Welcome to the CTDB web pages</H2> CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already @@ -185,6 +185,4 @@ Ronnie Sahlberg<br> Peter Somogyi<br> - -</BODY> -</HTML> +<!--#include virtual="footer.html" --> === renamed file 'web/getting_the_code.html' => 'web/download.html' === renamed file 'web/starting_and_testing_ctdb.html' => 'web/testing.html'
