diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-06-08 13:58:53 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-06-08 13:58:53 +1000 |
commit | 8e64c1085d79c311d7eafc7c5f429a3ad9c05aca (patch) | |
tree | 4c33fd03c42938cf492525cb71fda9e3e8f9923b /ctdb/web/header.html | |
parent | 47db7c70bf994c66645c7745bbcb46cd9bcbac7c (diff) | |
download | samba-8e64c1085d79c311d7eafc7c5f429a3ad9c05aca.tar.gz samba-8e64c1085d79c311d7eafc7c5f429a3ad9c05aca.tar.xz samba-8e64c1085d79c311d7eafc7c5f429a3ad9c05aca.zip |
new web page layout
(This used to be ctdb commit 2d863a9152fae3823dcf08268b9f10dc815e198b)
Diffstat (limited to 'ctdb/web/header.html')
-rw-r--r-- | ctdb/web/header.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ctdb/web/header.html b/ctdb/web/header.html new file mode 100644 index 0000000000..1864dec785 --- /dev/null +++ b/ctdb/web/header.html @@ -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"> |