summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-05-05 16:49:05 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-05-06 10:17:39 +1000
commit967947ea8066012b2df6ab3cf004b01624f056cb (patch)
treeda95e94ddd457b0016991dda109a31abca6903a0 /ctdb/web
parent2ef63a74f2f9300b7ac20a75d17c0a881646157b (diff)
downloadsamba-967947ea8066012b2df6ab3cf004b01624f056cb.tar.gz
samba-967947ea8066012b2df6ab3cf004b01624f056cb.tar.xz
samba-967947ea8066012b2df6ab3cf004b01624f056cb.zip
allow pages in subdirs
(This used to be ctdb commit 68da42c4ee92fcdfe65baf04c1a2d6446583858b)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/footer.html2
-rw-r--r--ctdb/web/header.html14
2 files changed, 8 insertions, 8 deletions
diff --git a/ctdb/web/footer.html b/ctdb/web/footer.html
index a66b5c9fc4..a9758e8bc3 100644
--- a/ctdb/web/footer.html
+++ b/ctdb/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/ctdb/web/header.html b/ctdb/web/header.html
index 3476f4dc48..a356b08e6c 100644
--- a/ctdb/web/header.html
+++ b/ctdb/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>