This server will be upgraded at 3pm Sydney time on December 3rd (December 2nd, 8pm PST) and will be down for up to 30 minutes.

SideNav Main.vm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    #if ($sitemeshPage.getProperty("page.spacename"))
        <title>$title - $sitemeshPage.getProperty("page.spacename") - #siteTitle()</title>
    #else
        <title>$title - #siteTitle()</title>
    #end
    #standardHeader()
</head>
## HTML HEADER ENDS

## HTML BODY BEGINS
#onLoad()

<p/>
<style type="text/css">
div,p,a,body,li,ul,ol,td,tr,pre,code,table,span {
  font-size:14px;
  line-height:1.7em;
}
div.wiki-content {
  font-size:14px;
  line-height:1.7em;
}
div.wiki-content p {
  font-size:14px;
  line-height:1.7em;
}
div.wiki-content a {
  font-color:#0000FF;
  text-decoration:none;
}
div.wiki-content a:hover {
  font-color:#0000FF;
  text-decoration:underline;
  background-color:#DFDFFF;
}
div.wiki-content p span.nobr a.createlink {
  color:#7F0000;
  text-decoration:none;
}
div.wiki-content p span.nobr a.createlink:hover {
  background-color:#FFDFDF;
  color:#7F0000;
  text-decoration:underline;
}
/* due to a bug in IE, we can't use icons if we want nice even linespacing greater than 1 */
span.nobr a sup img.rendericon {
  display:none;
}
h1 { font-size:22px; line-height:1.7em}
h2 { font-size:20px; line-height:1.7em}
h3 { font-size:18px; line-height:1.7em}
h4 { font-size:16px; line-height:1.7em}
h5 { font-size:14px; line-height:1.7em}
.smalltext {
  font-size:11px;
  line-height:1.7em;
}
.bigtext,.largetext {
  font-size:18px;
  line-height:1.7em;
}
.greynavbar,.greynavbar ul li,.greynavbar ul,.greynavbar ul li a {
  font-size:14px;
  line-height:16px;
}
</style>
## CONTENT DIV BEGINS
<div id="PageContent">

    <table border="0" cellpadding="0" cellspacing="0" width="100%">

        ## LOCATION BAR: (BREADCRUMBS AND SEARCH BOX) BEGIN
        <tr class="topBar">
            <td align="left" width="85%">
                #logoBlock($sitemeshPage.getProperty("page.spacekey"))&nbsp;
                <span class="topBarDiv"> #breadcrumbs() </span>
            </td>

            <td align="right" valign="middle" width="1%" nowrap>
                #quickSearch()
            </td>
        </tr>
        ## LOCATION BAR: (BREADCRUMBS AND SEARCH BOX) END

        ## INFO BAR: (LOGO, LOCATION, AND USER/GROUP OPTIONs) BEGIN
        ## INFO BAR: (LOGO, LOCATION, AND USER/GROUP OPTIONs) END
    </table>

    ## PAGE DEPENDENT INLINE DECORATOR RENDERING SHOULD BEGIN HERE
    $body

    ## PAGE DEPENDENT INLINE DECORATOR RENDERING SHOULD END HERE
</div>
## CONTENT DIV ENDS

#parse ("/decorators/includes/footer.vmd")
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.