jive
May 24, 2005, 5:50pm
1
Well I have restored the previous functionality, the change over to 1.4 has removed a lot of the out right hacking we had to do for 1.3.
The magic is reduced to the following snipit (included in all the content layouts).
## INFO PANEL FOR ANY PAGE
<td width="150" valign="top">
<div class="navmenu">
<div class="menuheading"><a href="/display/GEOS/HOME">GeoServer</a></div>
<div class="menuitems">
<a href="/display/GEOS/Downloads">Downloads</a><br>
<a href="http://jira.codehaus.org/secure/BrowseProject.jspa?id=10270">Issue Tracker</a><br>
<a href="/pages/viewrecentblogposts.action?key=GEOS">News</a><br>
<a href="GeoServer Mailing Lists Lists</a>
</div>
<div class="menuheading"><a href="/display/GEOS/User">User</a></div>
<div class="menuitems">
<a href="/display/GEOSDOC/HOME">Documentation</a><br>
<a href="/display/GEOS/FAQ">FAQ</a>
</div>
<div class="menuheading"><a href="/display/GEOS/Developer">Developer</a></div>
<div class="menuitems">
<a href="/display/GEOS/RnD">RnD</a>
</div>
</div>
#if ($infoPanelRequired == true)
#infoPanel (false false false false)
#end
</td>
I have also updated the link for the banner to go to the main geoserver page.
Attached is the previous layout (incase we need to rescue something later).
Jody
(attachments)
geoserver.txt (4.63 KB)
jive
May 24, 2005, 5:56pm
2
Jody Garnett wrote:
Well I have restored the previous functionality, the change over to 1.4 has removed a lot of the out right hacking we had to do for 1.3.
The magic is reduced to the following snipit (included in all the content layouts).
Same deal for GEOSDOC ... magic is similar to the following origional:
<div class="navmenu">
<div class="menuheading"><a href="http://docs.codehaus.org/display/GEOSDOC/User" ; title="User Documentation">User</a></div>
<div class="menuitems">
<a href="http://docs.codehaus.org/display/GEOSDOC/Quickstart" ; title="Quickstart">Quickstart</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/Install" ; title="Install">Install</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/Advanced" ; title="Advanced">Advanced</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/WMS" ; title="WMS">WMS</a></br>
</div>
<div class="menuheading"><a href="http://docs.codehaus.org/display/GEOSDOC/Developer" ; title="Developer Documentation">Developer</a></div>
<div class="menuitems">
<a href="http://docs.codehaus.org/display/GEOSDOC/Introduction" ; title="Introduction">Introduction</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/Building" ; title="Building">Building</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/Configuration" ; title="Configuration">Configuration</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/Hacking" ; title="Hacking">Hacking</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/How+to+Config" ; title="How to Config">How to Config</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/Release" ; title="Release">Release</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/Hacking" ; title="Hacking">Hacking</a></br>
<a href="http://docs.codehaus.org/display/GEOSDOC/License" ; title="License">License</a>
</div>
<div class="menuheading"><a href="http://docs.codehaus.org/display/GEOSDOC/Resources" ; title="Resources">Resources</a></div>
</div>