readding mangling

cusax-fix
Emil Ivov 18 years ago
parent 0cc870a931
commit 72d5f7e4e2

@ -4,6 +4,36 @@
</dd> </dd>
</dl> </dl>
<script id="eraser">
// if the Get Involved block was named I could just get the
// the two sections by name and set the display to none.
// get to the block
var dd = document.getElementById("eraser").previousSibling;
// hide all default navigation bars
// within the previous blocks hide everything
for( n=dd; n!=null; n=n.previousSibling ) {
if(n.nodeType==1) { // if element
if(n.tagName=="DL")
{ // kill all the link items
n.style.display = "none";
}
}
}
var searchbox = document.getElementById("searchbox");
searchbox.style.display = "none";
var helptext = document.getElementById("helptext");
helptext.style.display = "none";
// This is all you can do because the "Search" and "How do I"
// boxes aren't created
</script>
<dl id="tools" class="navgroup"> <dl id="tools" class="navgroup">
<dt>Project Tools</dt> <dt>Project Tools</dt>
<dd> <dd>

Loading…
Cancel
Save