Commit 9afe99578fb6a84634be164427920a1af9048517

Authored by Michael Joseph
1 parent 1974a644

reinstated colourbar below tree image and removed link image


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1321 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/webpageTemplate.inc
... ... @@ -32,6 +32,7 @@ if ($sectionName == "")
32 32 $navbar->setHighlightedSection($sectionName);
33 33  
34 34 // setup nw payload
  35 +$colourBar = $navbar->getNWColourbar();
35 36 $nwestLoad = "<table width=\"100%\" height=\"100%\">\n" .
36 37 "<tr><td><img valign=\"top\" src=\"$default->graphicsUrl/tree.gif\"/></td></tr>\n" .
37 38 "<tr><td><img valign=\"top\" src=\"$colourBar\"/></td></tr>\n" .
... ... @@ -60,15 +61,11 @@ if ($sectionName != &quot;General&quot;) {
60 61  
61 62 //set up links
62 63 $cAdmin = "$default->graphicsUrl/leftnav/cadmin.gif" ;
63   -$link = "$default->graphicsUrl/leftnav/links.gif" ;
64   -
65 64  
66 65 //setup the westpayload
67   -// TODO -> change to links the images as well
68 66 $westLoad = "<table cellspacing=\"5\" cellpadding=\"5\" border=\"0\" width=\"100%\" height=\"75%\">\n" .
69 67 "\t<tr><td>$westRender</td></tr>\n" .
70   - "\t<tr><td><a href=\"mailto:$default->emailAdmin\"><img src=\"$cAdmin\"/ border=\"0\"></a>\n" .
71   - "\t<br><img src=\"$link\"/>\n</td></tr>" .
  68 + "\t<tr><td><a href=\"mailto:$default->emailAdmin\"><img src=\"$cAdmin\"/ border=\"0\"></a></td></tr>\n" .
72 69 "</table>";
73 70  
74 71 $westPayLoad = new PatternCustom;
... ...