<html>
<head>
<title>$title - UDIG</title>
#standardHeader()
</head>
<body onload="placeFocus()"
STYLE="background: white url(/confluence/download/attachments/3/bg_gradient.gif) repeat-x;">
<table border="0" cellpadding="0" cellspacing="0">
<tr style="padding: 4 0 0 0;"> <td valign=top>
<table border="0" cellspacing="0" width=900>
<tr>
<td width=150>
</td>
<td height=79 bgcolor=white width="730"
align=center valign=bottom
style="padding: 5 5 0 5; background:white
url(/confluence/download/attachments/3/header_new.jpg) no-repeat center;">
#usernavbar()
</td>
</tr>
<tr>
<td align=right valign=center>
#helpicon()
#printableicon()
</td>
<td valign=top class="pagebody" bgcolor=white width=730 style="padding: 2 5 5 2;">
#breadcrumbsAndSearch()
</td>
</tr>
<tr>
<td valign="top" style="padding: 4;">
<div class="navmenu">
<div class="menuheading">
<a href="/confluence/display/UDIG/Home" title="Home Page">uDig Home</a>
</div>
<div class="menuitems">
<a href="http:>
Email Lists
</a><br>
<a href="http:>Issue Tracker</a><br>
<a href="http:>Version Control</a><br>
<a href="/confluence/display/UDIG/Schedule">Schedule</a><br>
<a href="/confluence/display/UDIG/Documents">Documents</a>
</div>
<div class="menuheading">
<a href="/confluence/display/UDIG/Download">Download</a>
</div>
<div class="menuitems">
<a href="/confluence/display/UDIG/Latest">Latest</a>
</div>
<div class="menuheading">
<a href="/confluence/display/UDIG/Project">Project</a>
</div>
<div class="menuitems">
<a href="/confluence/display/UDIG/Environment">Environment</a><br>
<a href="/confluence/display/UDIG/Source+Code">Source Code</a><br>
<a href="/confluence/display/UDIG/Build">Build</a><br>
<a href="/confluence/display/UDIG/Status">Status</a>
</div>
<div class="menuheading">
<a href="/confluence/display/UDIG/Developer">Developer</a>
</div>
<div class="menuitems">
<a href="/confluence/display/UDIG/Programmer%27s+Guide">Programmer's Guide</a>
</div>
#if ($page.getProperty("page.operations"))
<div class="menuheading">Page Operations</div>
<div class="menuitems">
<div class="operations">
$page.getProperty("page.operations")
</div>
</div>
#end
</div>
#globalnavbar("text")
</td>
<td bgcolor=white style="padding: 5;" width="730" valign="top" class="pagebody">
## The "toolbar-style" page operations
##if ($page.getProperty("page.operations"))
##<table align="right" class="toolbar"><tr><td>
## $page.getProperty("page.operations")
##</td></tr></table>
##end
#if ($page.getProperty("page.surtitle"))
$page.getProperty("page.surtitle")
#end
#if (!$page.getProperty("page.no-page-header"))
<div class="pageheader">
<span class="pagetitle">$title</span>
</div>
#end
$body
</td>
##if ($infoPanelRequired == true)
##<td valign=top align=left>
## #infoPanel(false false false false)
## #globalnavbar("text")
## </td>
##end
</tr>
<tr>
<td></td>
<td>#poweredby()</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>