The branch, master has been updated via 2eedaa8f4fd4afc0564387a93cd0f9186ae7d0a1 (commit) from 08e6c100971e1d72edd050f7f502145363f3c1ab (commit)
http://gitweb.samba.org/?p=tridge/ctdb.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 2eedaa8f4fd4afc0564387a93cd0f9186ae7d0a1 Author: Andrew Tridgell <tri...@samba.org> Date: Tue May 5 16:49:05 2009 +1000 allow pages in subdirs ----------------------------------------------------------------------- Summary of changes: web/footer.html | 2 +- web/header.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) Changeset truncated at 500 lines: diff --git a/web/footer.html b/web/footer.html index a66b5c9..a9758e8 100644 --- a/web/footer.html +++ b/web/footer.html @@ -2,7 +2,7 @@ </tr> <TR ALIGN="center"> - <TD><BR><a name="search"></a><img src="bar1.jpg" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="> + <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"> diff --git a/web/header.html b/web/header.html index e2b904f..c78d2ee 100644 --- a/web/header.html +++ b/web/header.html @@ -11,10 +11,10 @@ <tr VALIGN="middle"> <td ALIGN="left"> <ul> - <li><small><a href=".">home</a></small> - <li><small><a href="documentation.html">documentation</a></small> - <li><small><a href="configuring.html">configuring</a></small> - <li><small><a href="building.html">building</a></small> + <li><small><a href="/">home</a></small> + <li><small><a href="/documentation.html">documentation</a></small> + <li><small><a href="/configuring.html">configuring</a></small> + <li><small><a href="/building.html">building</a></small> </ul> </td> <td align="center"> @@ -22,8 +22,8 @@ </td> <td align="left"> <ul> - <li><small><a href="download.html">download</a></small> - <li><small><a href="testing.html">testing</a></small> + <li><small><a href="/download.html">download</a></small> + <li><small><a href="/testing.html">testing</a></small> <li><small><a href="http://wiki.samba.org/index.php/CTDB_Setup">wiki</a></small> <li><small><a href="http://bugzilla.samba.org/">bug-tracking</a></small> </ul> @@ -32,7 +32,7 @@ <TR ALIGN="center"> <TD COLSPAN="3"> - <img src="bar1.jpg" WIDTH="493" HEIGHT="26" + <img src="/bar1.jpg" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="> </TD> -- CTDB repository