[TYPO3] printversion error in IE

Bas van der Togt b.vandertogt at profinit.com
Wed May 24 15:04:36 CEST 2006


JoH schreef:
>>Now i'm getting the folowing error: Error. Reason: Segment "print" was not 
>>a keyword for a postVarSet as expected!
>>
>>Must be something wrong with my RealURL config but i can't find 
>>anything...
> 
> 
> I guess this error is shown in the popup-window?
> So: What's the page setup of your printpage?
> I'm not sure, but I expect the error to be found there.
> 
> Joey
> 
> 

This is my setup:

# Including the class and calling the function
includeLibs.tx_browserpagetitle = 
typo3conf/ext/browser_page_title/class.tx_browserpagetitle.php
config.titleTagFunction = tx_browserpagetitle->getTitle

# Default language parameters
plugin.browser_page_title {
   defaultTitle = Geodan: {title}
   currentTitle = {tx_browserpagetitle_browser_title}
}

# Realurl
#config.no_cache = 1
#config.simulateStaticDocuments = 0
#config.baseURL = 0
#config.baseURL = http://typo3.geodan.nl/
#config.tx_realurl_enable = 1
#config.prefixLocalAnchors = all

# Config
config {
   no_cache = 1
# xhtml_cleaning = all
   simulateStaticDocuments = 0
# admPanel = 1
   baseURL = 0
   baseURL = http://typo3.geodan.nl/
   tx_realurl_enable = 1
   prefixLocalAnchors = all
# meaningfulTempFilePrefix = 1
# doctype = xhtml_trans
# htmlTag_langKey = nl
# remove_defaultJS = 1
# inlineStyle2TempFile = 1
# disablePrefixComment = 1
   linkVars = L
# sys_language_uid = 0
# language = nl
# locale_all = nl_NL.ISO8859-15
   stat = 1
   stat_apache = 1
   stat_mysql = 1
# noBlur = 1
   stat_apache_logfile = mydomain.log
}


# Site / Language
page = PAGE
page.typeNum = 0
#page.config.language = nl
page.config.index_enable = 1
page.headerData.10 = TEXT
page.headerData.10.value (
   <script type="text/javascript">
   <!--
   function ShowHide(id, visibility) {
     obj = document.getElementsByTagName("div");
     obj[id].style.visibility = visibility;
   }
   //-->
   </script>

   <script type="text/javascript">
   function showtext(thetext){
   if (!document.getElementById)
   return
   textcontainerobj=document.getElementById("buttonbar_label")
   document.getElementById("buttonbar_label").innerHTML=thetext
   }

   function hidetext(){
   if (!document.getElementById)
   return
   document.getElementById("buttonbar_label").innerHTML=" "
   }
   </script>
)

# Encoding
config.doctype = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?xml 
version="1.0" encoding="utf-8"?><html xmlns="http://www.w3.org/1999/xhtml">

# Template / Stylesheet
page.bodyTag = <body marginwidth="0" marginheight="0" leftmargin="0" 
topmargin="0">
page.10 = TEMPLATE
page.10.template = FILE
page.10.template.file = fileadmin/templates/template.html
page.stylesheet = fileadmin/templates/css/styles.css

# Contentelements
page.10.workOnSubpart = DOCUMENT_BODY
page.10.marks.CONTENT = CONTENT
page.10.marks.CONTENT < styles.content.get
page.10.marks.CONTENT_RIGHT < styles.content.getRight
page.10.marks.IMAGE_RIGHT2 < styles.content.getBorder

# Links
temp.Links = HMENU
temp.Links.special = directory
temp.Links.special.value = 82
temp.Links.wrap = <table border="0" cellspacing="0" cellpadding="0" 
align="center" width="142" style="border-top:dotted 1px #7E7E7E; 
margin-top:7px;">|</table>
temp.Links.1 = TMENU
temp.Links.1.NO {
   expAll = 1
   allWrap = <tr width="142"><td class="menu_right"><img src="clear.gif" 
width="4"></td><td class="menu_right" valign="top"><img 
src="fileadmin/templates/images/bullet2-o.gif"><td 
class="menu_right"><img src="clear.gif" width="6"></td><td 
class="menu_right" width="115">|</td></tr>
}
temp.Links.1.ACT {
   expAll = 1
   allWrap = <tr width="142"><td class="menu_right"><img src="clear.gif" 
width="4"></td><td class="menu_right" valign="top"><img 
src="fileadmin/templates/images/bullet1-o.gif"><td 
class="menu_right"><img src="clear.gif" width="6"></td><td 
class="menu_right" width="115">|</td></tr>
}

# Content Right
tt_content.menu.20.default.1 {
   target =
   noBlur = 1
   expAll = 1
   wrap = <table border="0" cellspacing="0" cellpadding="0" 
align="center" width="142">|</table>
   NO {
   allWrap = <tr width="142"><td class="menu_right"><img src="clear.gif" 
width="4"></td><td class="menu_right" valign="top"><img 
src="fileadmin/templates/images/bullet1.gif"><td class="menu_right"><img 
src="clear.gif" width="6"></td><td class="menu_right" 
width="115">|</td></tr>
     stdWrap.htmlSpecialChars = 0
     wrapItemAndSub = |
     ATagParams =
     doNotLinkIt = 0
     }
}

# Click-enlarge picture
tt_content.image.20 {
   1 {
     stdWrap.innerWrap = {$template.clickEnlarge}
     stdWrap.innerWrap {
       if.isTrue.field = image_zoom
       ifEmpty.field = image_link
       }
      }
}
tt_content.textpic.20 {
   1 {
     stdWrap.innerWrap = {$template.clickEnlarge}
     stdWrap.innerWrap {
       if.isTrue.field = image_zoom
       ifEmpty.field = image_link
       }
      }
}

# Click-enlarge window
tt_content.textpic.20.1.imageLinkWrap.JSwindow.expand = 0,0
tt_content.image.20.1.imageLinkWrap.JSwindow.expand = 0,0
tt_content.textpic.20.1.imageLinkWrap.bodyTag = <BODY bgColor=white 
topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
tt_content.image.20.1.imageLinkWrap.bodyTag = <BODY bgColor=white 
topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
tt_content.image.20.1.imageLinkWrap.title = Geodan

#Image formatieren
#tt_content.image.20 {
#  spaceBelowAbove >
#  borderCol >
#  borderThick >
#  colSpace >
#  rowSpace >
#  textMargin >
#  maxW = 400
#}

#tt_content.image.20 {
#spaceBelowAbove >
#  borderCol >
#  borderThick >
#  colSpace >
#  rowSpace >
#  textMargin >
#  maxW = 390
#  useCaptionForAlttext = 1
#  stdWrap.wrap = |
#  text.20.wrap = |
#}

# Overriding some Setup values for tt_content elements:
tt_content {
   menu.20.3.renderObj.wrap =
   menu.20.3.renderObj.innerWrap = <div class="celmenu">|</div>
   mailform.20.labelWrap.wrap = <span class="mailform">|</span>
   mailform.20.commentWrap.wrap = <span class="mailformcomment">|</span>
   mailform.20.COMMENT.layout = <tr><td colspan="3">###COMMENT###</td></tr>
   mailform.20.radioWrap.wrap = <span class="mailformradio">|</span><br />
   mailform.20.REQ.labelWrap.wrap = <span class="mailformrequired">|</span>
   search.30.labelWrap.wrap = <div class="searchform">|</div>
   login.20.labelWrap.wrap = <div class="loginform">|</div>
   login.20.REQ.labelWrap.wrap = <div class="loginform">|</div>
}

# Include Libs
includeLibs.gmenu_layers = media/scripts/gmenu_layers.php
includeLibs.tmenu_layers = media/scripts/tmenu_layers.php

# Indexed Search
page.config.index_enable = 1
page.config.index_externals = 1

# Homelink
temp.HomeLink = TEXT
temp.HomeLink.wrap = <a href="http://www.geodan.nl><img 
src="fileadmin/templates/images/transparent-lnk.gif" alt="go to geodan 
home" border="0" id="img-link"></a>

# Menu Top A - Organisatie tab
temp.MenuTopA = HMENU
temp.MenuTopA.special = list
temp.MenuTopA.special.value = 66
temp.MenuTopA.1 = GMENU_LAYERS
temp.MenuTopA.1 {
   expAll = 1
   relativeToTriggerItem = 1
   leftOffset = 0
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-organisatie"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/organisatie.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopA.1.ACT = 1
temp.MenuTopA.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-organisatie"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/organisatie-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopA.1.RO = 1
temp.MenuTopA.1.RO {
   wrap = <td width="116" height="31">|</td>
   imgParams = id="img-organisatie"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/organisatie-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopA.2 = TMENU_LAYERS
temp.MenuTopA.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onMouseOver="ShowHide('menubar','hidden')" 
onMouseOut="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#BED600"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#BED600" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Organisatie</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/overlay-o.gif" 
onMouseOver="ShowHide('menubar','hidden')" 
onMouseOut="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-organisatie.jpg" 
onMouseOver="ShowHide('menubar','hidden')" 
onMouseOut="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopA.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

temp.MenuTopA.2.IFSUB = 1
temp.MenuTopA.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

# Menu Top B - Producten tab
temp.MenuTopB = HMENU
temp.MenuTopB.special = list
temp.MenuTopB.special.value = 46
temp.MenuTopB.1 = GMENU_LAYERS
temp.MenuTopB.1 {
   expAll = 1
   relativeToTriggerItem = 1
   leftOffset = -306
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-producten"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/producten.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopB.1.ACT = 1
temp.MenuTopB.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-producten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/producten-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopB.1.RO = 1
temp.MenuTopB.1.RO {
   wrap = <td height="31">|</td>
   imgParams = id="img-producten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/producten-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopB.2 = TMENU_LAYERS
temp.MenuTopB.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#A2AD00"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#A2AD00" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Producten</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/overlay-p.gif" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-producten.jpg" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopB.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" cellpadding="3"><tr><td></td><td 
width="183">|</td></tr></table></td></tr><tr><td bgcolor="#FFFFFF" 
height="1"></td></tr></table>
}

temp.MenuTopB.2.IFSUB = 1
temp.MenuTopB.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

# Menu Top C - Diensten tab
temp.MenuTopC = HMENU
temp.MenuTopC.special = list
temp.MenuTopC.special.value = 28
temp.MenuTopC.1 = GMENU_LAYERS
temp.MenuTopC.1 {
   expAll=1
   relativeToTriggerItem = 1
   leftOffset = -422
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-diensten"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/diensten.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopC.1.ACT = 1
temp.MenuTopC.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/diensten-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopC.1.RO = 1
temp.MenuTopC.1.RO {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/diensten-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopC.2 = TMENU_LAYERS
temp.MenuTopC.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#878800"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#878800" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Diensten</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/overlay-d.gif" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-diensten.jpg" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopC.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

temp.MenuTopC.2.IFSUB = 1
temp.MenuTopC.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

# Menu Top D - Markten tab
temp.MenuTopD = HMENU
temp.MenuTopD.special = list
temp.MenuTopD.special.value = 14
temp.MenuTopD.1 = GMENU_LAYERS
temp.MenuTopD.1 {
   expAll=1
   relativeToTriggerItem = 1
   leftOffset = -538
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-diensten"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/markten.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopD.1.ACT = 1
temp.MenuTopD.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/markten-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopD.1.RO = 1
temp.MenuTopD.1.RO {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/markten-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopD.2 = TMENU_LAYERS
temp.MenuTopD.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#5B8F22"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#5B8F22" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Markten</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/overlay-m.gif" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-markten.jpg" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopD.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

temp.MenuTopD.2.IFSUB = 1
temp.MenuTopD.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

# Menu Top E - Contact tab
temp.MenuTopE = HMENU
temp.MenuTopE.special = list
temp.MenuTopE.special.value = 10
temp.MenuTopE.1 = GMENU_LAYERS
temp.MenuTopE.1 {
   expAll=1
   relativeToTriggerItem = 1
   leftOffset = -654
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-diensten"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/contact.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopE.1.ACT = 1
temp.MenuTopE.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/contact-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopE.1.RO = 1
temp.MenuTopE.1.RO {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/contact-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopE.2 = TMENU_LAYERS
temp.MenuTopE.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#7AB800"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#7AB800" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Contact</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/overlay-c.gif" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-contact.jpg" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopE.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

temp.MenuTopE.2.IFSUB = 1
temp.MenuTopE.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

[globalVar = GP:L = 1]
# Menu Top A - Organisatie tab
temp.MenuTopA = HMENU
temp.MenuTopA.special = list
temp.MenuTopA.special.value = 66
temp.MenuTopA.1 = GMENU_LAYERS
temp.MenuTopA.1 {
   expAll = 1
   relativeToTriggerItem = 1
   leftOffset = 0
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-organisatie"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/organisatie-en.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopA.1.ACT = 1
temp.MenuTopA.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-organisatie"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/organisatie-en-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopA.1.RO = 1
temp.MenuTopA.1.RO {
   wrap = <td width="116" height="31">|</td>
   imgParams = id="img-organisatie"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/organisatie-en-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopA.2 = TMENU_LAYERS
temp.MenuTopA.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onMouseOver="ShowHide('menubar','hidden')" 
onMouseOut="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#BED600"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#BED600" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Organisation</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/uk-overlay-o.gif" 
onMouseOver="ShowHide('menubar','hidden')" 
onMouseOut="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-organisatie.jpg" 
onMouseOver="ShowHide('menubar','hidden')" 
onMouseOut="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopA.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

temp.MenuTopA.2.IFSUB = 1
temp.MenuTopA.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

# Menu Top B - Producten tab
temp.MenuTopB = HMENU
temp.MenuTopB.special = list
temp.MenuTopB.special.value = 46
temp.MenuTopB.1 = GMENU_LAYERS
temp.MenuTopB.1 {
   expAll = 1
   relativeToTriggerItem = 1
   leftOffset = -306
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-producten"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/producten-en.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopB.1.ACT = 1
temp.MenuTopB.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-producten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/producten-en-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopB.1.RO = 1
temp.MenuTopB.1.RO {
   wrap = <td height="31">|</td>
   imgParams = id="img-producten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/producten-en-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopB.2 = TMENU_LAYERS
temp.MenuTopB.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#A2AD00"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#A2AD00" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Products</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/uk-overlay-p.gif" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-producten.jpg" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopB.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" cellpadding="3"><tr><td></td><td 
width="183">|</td></tr></table></td></tr><tr><td bgcolor="#FFFFFF" 
height="1"></td></tr></table>
}

temp.MenuTopB.2.IFSUB = 1
temp.MenuTopB.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

# Menu Top C - Diensten tab
temp.MenuTopC = HMENU
temp.MenuTopC.special = list
temp.MenuTopC.special.value = 28
temp.MenuTopC.1 = GMENU_LAYERS
temp.MenuTopC.1 {
   expAll=1
   relativeToTriggerItem = 1
   leftOffset = -422
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-diensten"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/diensten-en.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopC.1.ACT = 1
temp.MenuTopC.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/diensten-en-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopC.1.RO = 1
temp.MenuTopC.1.RO {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/diensten-en-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopC.2 = TMENU_LAYERS
temp.MenuTopC.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#878800"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#878800" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Services</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/uk-overlay-d.gif" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-diensten.jpg" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopC.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

temp.MenuTopC.2.IFSUB = 1
temp.MenuTopC.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

# Menu Top D - Markten tab
temp.MenuTopD = HMENU
temp.MenuTopD.special = list
temp.MenuTopD.special.value = 14
temp.MenuTopD.1 = GMENU_LAYERS
temp.MenuTopD.1 {
   expAll=1
   relativeToTriggerItem = 1
   leftOffset = -538
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-diensten"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/markten-en.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopD.1.ACT = 1
temp.MenuTopD.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/markten-en-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopD.1.RO = 1
temp.MenuTopD.1.RO {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/markten-en-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopD.2 = TMENU_LAYERS
temp.MenuTopD.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#5B8F22"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#5B8F22" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Markets</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/uk-overlay-m.gif" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-markten.jpg" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopD.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

temp.MenuTopD.2.IFSUB = 1
temp.MenuTopD.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

# Menu Top E - Contact tab
temp.MenuTopE = HMENU
temp.MenuTopE.special = list
temp.MenuTopE.special.value = 10
temp.MenuTopE.1 = GMENU_LAYERS
temp.MenuTopE.1 {
   expAll=1
   relativeToTriggerItem = 1
   leftOffset = -654
   topOffset = 31
   hideMenuWhenNotOver = 1
   hideMenuTimer = 1
   NO {
     wrap = <td height="31">|</td>
     imgParams = id="img-diensten"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/contact-en.gif
     5.width = 116
     5.height = 31
     }
}
temp.MenuTopE.1.ACT = 1
temp.MenuTopE.1.ACT {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/contact-en-o.gif
   5.width = 116
   5.height = 31
}
temp.MenuTopE.1.RO = 1
temp.MenuTopE.1.RO {
   wrap = <td height="31">|</td>
   imgParams = id="img-diensten"
   XY = 116,31
   5 = IMAGE
   5.file = fileadmin/templates/images/contact-en-o.gif
   5.width = 116
   5.height = 31
}

temp.MenuTopE.2 = TMENU_LAYERS
temp.MenuTopE.2.wrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="5" 
height="7" bgcolor="#7AB800"></td></tr><tr><td bgcolor="#FFFFFF" 
height="2"><img src="clear.gif" height="2"></td></tr><tr><td 
valign="top"><table border="0" cellspacing="0" cellpadding="0"><tr><td 
width="183" height="21" bgcolor="#7AB800" class="menu-act"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td></td><td 
class="menu-act">Contact</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"><img src="clear.gif" 
height="1"></td></tr></table>|</td><td bgcolor="#FFFFFF" width="2"><img 
src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/uk-overlay-c.gif" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td><td bgcolor="#FFFFFF" 
width="2"><img src="clear.gif" width="2"></td><td valign="top"><img 
src="fileadmin/templates/images/right-contact.jpg" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"></td></tr></table>
temp.MenuTopE.2.NO {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}

temp.MenuTopE.2.IFSUB = 1
temp.MenuTopE.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <table border="0" cellspacing="0" cellpadding="0" 
onmouseover="ShowHide('menubar','hidden')" 
onmouseout="ShowHide('menubar','visible')"><tr><td colspan="2" 
width="183" height="21" bgcolor="#B8B8B8"><table width="100%" 
cellpadding="0" cellspacing="0" border="0"><tr><td><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr></table>
}
[global]

# Line under tabs
temp.Line = HMENU
temp.Line.entryLevel = 0
temp.Line.1 = GMENU
temp.Line.1.NO {
   allStdWrap.cObject = TEXT
}

temp.Line.1.ACT = 1
temp.Line.1.ACT {
   noLink = 1
   imgParams = style="display:block; top:100px; position: absolute;"
   XY = 772,7
   5 = IMAGE
   5.file = fileadmin/templates/images/line-g1.gif || 
fileadmin/templates/images/line-g2.gif || 
fileadmin/templates/images/line-g3.gif || 
fileadmin/templates/images/line-g4.gif || 
fileadmin/templates/images/line-g5.gif
   5.width = 772
   5.height = 7
}

# Menu Left Level 1 normal state
temp.MenuLeft = HMENU
temp.MenuLeft.entryLevel = 0
temp.MenuLeft.wrap = <table bgcolor=#FFFFFF border=0 cellspacing=0 
cellpadding=0>|</table>
temp.MenuLeft.1 = TMENU
temp.MenuLeft.1.NO {
   allStdWrap.cObject = TEXT
}

# Menu Left Level 1 active state
temp.MenuLeft.1.ACT = 1
temp.MenuLeft.1.ACT {
   allStdWrap >
   ATagParams = class="menu-act"
   allWrap = <tr><td colspan="2" width="183" height="21" 
bgcolor="#BED600"><table border="0" cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr> || <tr><td colspan="2" 
width="183" height="21" bgcolor="#A2AD00"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr> || <tr><td colspan="2" 
width="183" height="21" bgcolor="#878800"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr> || <tr><td colspan="2" 
width="183" height="21" bgcolor="#5B8F22"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr> || <tr><td colspan="2" 
width="183" height="21" bgcolor="#7AB800"><table border="0" 
cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr>
}

# Menu Left Level 2 normal state
temp.MenuLeft.2 = TMENU
temp.MenuLeft.2.NO {
   ATagParams = class="menu"
   allWrap = <tr><td colspan="2" width="183" height="21" 
bgcolor="#B8B8B8"><table border="0" cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr>
}

# Menu Left Level 2 active state
temp.MenuLeft.2.ACT = 1
temp.MenuLeft.2.ACT {
   ATagParams = class="menu-act"
   allWrap = <tr><td colspan="2" width="183" height="21" 
bgcolor="#960F07"><table border="0" cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr>
}

# Menu Left Level 2 normal if subpage state
temp.MenuLeft.2.IFSUB = 1
temp.MenuLeft.2.IFSUB {
   ATagParams = class="menu"
   allWrap = <tr><td colspan="2" width="183" height="21" 
bgcolor="#B8B8B8"><table width="100%" cellpadding="0" cellspacing="0" 
border="0"><tr><td><table border="0" cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td><td 
align="right"><img 
src="fileadmin/templates/images/arrow.gif"></td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1"></td></tr>
}

# Menu Left Level 2 active if subpage state
temp.MenuLeft.2.ACTIFSUB = 1
temp.MenuLeft.2.ACTIFSUB {
   ATagParams = class="menu-act"
   allWrap = <tr><td colspan="2" width="183" height="21" 
bgcolor="#960F07"><table border="0" cellspacing="0" 
cellpadding="3"><tr><td></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#960F07" height="1" width="4"><td bgcolor="#FFFFFF" height="1" 
width="179"></td></tr>
}

# Menu Left Level 3 normal state
temp.MenuLeft.3 = TMENU
temp.MenuLeft.3.NO {
   ATagParams = class="menu-level3"
   allWrap = <tr><td bgcolor="#960F07" width="4" height="21"></td><td 
width="179" height="21" bgcolor="#9A9A9A"><table border="0" 
cellspacing="0" cellpadding="3"><tr><td><img src="clear.gif" 
width="5"></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#960F07" height="1" width="4"><td bgcolor="#FFFFFF" height="1" 
width="179"></td></tr> |*| <tr></td><td bgcolor="#960F07" width="4" 
height="21"></td><td width="179" height="21" bgcolor="#9A9A9A"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td><img src="clear.gif" 
width="5"></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#960F07" height="1" width="4"><td bgcolor="#FFFFFF" height="1" 
width="179"></td></tr> |*| <tr></td><td bgcolor="#960F07" width="4" 
height="21"></td><td width="179" height="21" bgcolor="#9A9A9A"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td><img src="clear.gif" 
width="5"></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1" width="4"><td bgcolor="#FFFFFF" height="1" 
width="179"></td></tr>
}

# Menu Left Level 3 active state
temp.MenuLeft.3 = TMENU
temp.MenuLeft.3.ACT = 1
temp.MenuLeft.3.ACT {
   ATagParams = class="menu-level3-act"
   allWrap = <tr><td bgcolor="#960F07" width="4" height="21"></td><td 
width="179" height="21" bgcolor="#E60F0A"><table border="0" 
cellspacing="0" cellpadding="3"><tr><td><img src="clear.gif" 
width="5"></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#960F07" height="1" width="4"><td bgcolor="#FFFFFF" height="1" 
width="179"></td></tr> |*| <tr><td bgcolor="#960F07" width="4" 
height="21"></td><td width="179" height="21" bgcolor="#E60F0A"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td><img src="clear.gif" 
width="5"></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#960F07" height="1" width="4"><td bgcolor="#FFFFFF" height="1" 
width="179"></td></tr> |*| <tr><td bgcolor="#960F07" width="4" 
height="21"></td><td width="179" height="21" bgcolor="#E60F0A"><table 
border="0" cellspacing="0" cellpadding="3"><tr><td><img src="clear.gif" 
width="5"></td><td>|</td></tr></table></td></tr><tr><td 
bgcolor="#FFFFFF" height="1" width="4"><td bgcolor="#FFFFFF" height="1" 
width="179"></td></tr>
}

# Search
temp.Search = COA_INT
temp.Search {
   stdWrap.prefixComment = 2 | lib.searchbox
   10 = TEXT
   10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
   10.typolink.returnLast = url
   10.wrap = <div id="indexedsearchbox"><form action="|" method="post" 
id="indexedsearch"><br><table align="center" cellpadding="0" 
cellspacing="0" border="0" style="margin-top:-5px;">
   20 = COA
   20 {
     wrap = <tr> | </tr>
     10 = TEXT
     #10.data = GPvar : tx_indexedsearch |sword
     10.wrap = <td><input name="tx_indexedsearch[sword]" 
value="Zoeken..." class="inputboxright" type="text" 
onblur="if(this.value=='') this.value='Zoeken...';" 
onfocus="if(this.value=='Zoeken...') this.value='';" /></td>
     20 = COA
     20 {
       wrap = <td align="right">|</td>
       10 = TEXT
       10.value = <input type="hidden" name="tx_indexedsearch[sections]" 
value="0" />
       20 = TEXT
       20.value = <input name="tx_indexedsearch[submit_button]" 
value="Search" type="hidden" />
       30 = TEXT
       30.value = <input name="search" id="searchbutton" value="" 
class="buttonright" type="submit" />
      }
   }
   30 = COA
   30 {
     wrap = <tr>|</tr>
     10 = TEXT
     10.value = Uitgebreid zoeken
     10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
     10.typolink.additionalParams = &tx_indexedsearch[ext]=1
     10.wrap = <td align="left" colspan="2" class="advanced_search">| </td>
     if.isTrue = {$plugin.tx_indexedsearch.showAdvanced}
   }
   wrap = | </table></form></div>
}

[globalVar = GP:L = 1]
# Search EN
temp.Search = COA_INT
temp.Search {
   stdWrap.prefixComment = 2 | lib.searchbox
   10 = TEXT
   10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
   10.typolink.returnLast = url
   10.wrap = <div id="indexedsearchbox"><form action="|" method="post" 
id="indexedsearch"><br><table align="center" cellpadding="0" 
cellspacing="0" border="0" style="margin-top:-5px;">
   20 = COA
   20 {
     wrap = <tr> | </tr>
     10 = TEXT
     #10.data = GPvar : tx_indexedsearch |sword
     10.wrap = <td><input name="tx_indexedsearch[sword]" 
value="Search..." class="inputboxright" type="text" 
onblur="if(this.value=='') this.value='Search...';" 
onfocus="if(this.value=='Search...') this.value='';" /></td>
     20 = COA
     20 {
       wrap = <td align="right">|</td>
       10 = TEXT
       10.value = <input type="hidden" name="tx_indexedsearch[sections]" 
value="0" />
       20 = TEXT
       20.value = <input name="tx_indexedsearch[submit_button]" 
value="Search" type="hidden" />
       30 = TEXT
       30.value = <input name="search" id="searchbutton" value="" 
class="buttonright-en" type="submit" />
      }
   }
   30 = COA
   30 {
     wrap = <tr>|</tr>
     10 = TEXT
     10.value = Advanced search
     10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
     10.typolink.additionalParams = &tx_indexedsearch[ext]=1
     10.wrap = <td align="left" colspan="2" class="advanced_search">| </td>
     if.isTrue = {$plugin.tx_indexedsearch.showAdvanced}
   }
   wrap = | </table></form></div>
}
[global]

# Header
temp.Header = TEXT
temp.Header.wrap = <table class="contentpaneopen"><tr><td 
class="contentheading" width="100%">|</td>
temp.Header {
   data = page:subtitle
   case =
}

# Print
temp.Print = IMAGE
temp.Print {
     wrap = <td align="right" width="100%" 
class="buttonheading">|</td></tr></table>
     file = fileadmin/templates/images/printButton.png
     altText = Print
     imageLinkWrap = 1
     imageLinkWrap {
       enable = 1
       typolink.parameter {
         data = TSFE:id
         wrap = |,98 800x600:scrollbar=1,menubar=0,resizable=0 -print
         additionalParams.data = GPvar:tx_ttnews|tt_news
         additionalParams.wrap = &tx_ttnews[tt_news]=|
         }
     }
}

# Image Right
temp.ImageRight = IMAGE
temp.ImageRight {
   file = fileadmin/templates/images/right-organisatie.jpg
   file.width = 163
   file.height = 146
}

# Home & Shop
temp.HomeShop = HMENU
temp.HomeShop.special = list
temp.HomeShop.special.value = 105,46
temp.HomeShop.1 = GMENU
temp.HomeShop.1.NO {
   imgParams = id="img-home" onMouseover="showtext('Home')" 
onMouseout="hidetext()" || id="img-shop" 
onMouseover="showtext('Productcatalogus')" onMouseout="hidetext()"
   XY = 28,28
   5 = IMAGE
   5.file = fileadmin/templates/images/home.gif || 
fileadmin/templates/images/shop.gif
   5.width = 28
   5.height = 28
}

temp.HomeShop.1.ACT < temp.HomeShop.1.NO
temp.HomeShop.1.ACT = 1
temp.HomeShop.1.ACT {
   imgParams = id="img-home" onMouseover="showtext('Home')" 
onMouseout="hidetext()" || id="img-shop" 
onMouseover="showtext('Productcatalogus')" onMouseout="hidetext()"
   XY = 28,28
   5 = IMAGE
   5.file = fileadmin/templates/images/home-o.gif || 
fileadmin/templates/images/shop-o.gif
   5.width = 28
   5.height = 28
}

temp.HomeShop.1.RO < temp.HomeShop.1.NO
temp.HomeShop.1.RO = 1
temp.HomeShop.1.RO {
   imgParams = id="img-home" onMouseover="showtext('Home')" 
onMouseout="hidetext()" || id="img-shop" 
onMouseover="showtext('Productcatalogus')" onMouseout="hidetext()"
   XY = 28,28
   5 = IMAGE
   5.file = fileadmin/templates/images/home-o.gif || 
fileadmin/templates/images/shop-o.gif
   5.width = 28
   5.height = 28
}

# Language
temp.Language = HMENU
temp.Language.special = language
temp.Language.special.value = 0,1
temp.Language.1 = GMENU
temp.Language.1.NO {
   imgParams = id="img-nl" onMouseover="showtext('Nederlands')" 
onMouseout="hidetext()" || id="img-uk" onMouseover="showtext('English')" 
onMouseout="hidetext()"
   XY = 28,28
   5 = IMAGE
   5.file = fileadmin/templates/images/lang-nl.gif || 
fileadmin/templates/images/lang-en.gif
   5.width = 28
   5.height = 28
}

temp.Language.1.ACT < temp.Language.1.NO
temp.Language.1.ACT = 1
temp.Language.1.ACT {
   imgParams = id="img-nl" onMouseover="showtext('Nederlands')" 
onMouseout="hidetext()" || id="img-uk" onMouseover="showtext('English')" 
onMouseout="hidetext()"
   XY = 28,28
   5 = IMAGE
   5.file = fileadmin/templates/images/lang-nl-o.gif || 
fileadmin/templates/images/lang-en-o.gif
   5.width = 28
   5.height = 28
}

temp.Language.1.RO < temp.Language.1.NO
temp.Language.1.RO = 1
temp.Language.1.RO {
   imgParams = id="img-nl" onMouseover="showtext('Nederlands')" 
onMouseout="hidetext()" || id="img-uk" onMouseover="showtext('English')" 
onMouseout="hidetext()"
   XY = 28,28
   5 = IMAGE
   5.file = fileadmin/templates/images/lang-nl-o.gif || 
fileadmin/templates/images/lang-en-o.gif
   5.width = 28
   5.height = 28
}

temp.Language.1.USERDEF1 < temp.Language.1.NO
temp.Language.1.USERDEF1 = 1
temp.Language.1.USERDEF1 {
   noLink = 1
   imgParams = id="img-nl" onMouseover="showtext('Nederlands')" 
onMouseout="hidetext()" || id="img-uk" onMouseover="showtext('English')" 
onMouseout="hidetext()"
   XY = 28,28
   5 = IMAGE
   5.file = fileadmin/templates/images/lang-nl-d.gif || 
fileadmin/templates/images/lang-en-d.gif
   5.width = 28
   5.height = 28
}

# Footer
temp.Footer = TEXT
temp.Footer.data = date:U
temp.Footer.strftime = %Y
temp.Footer.wrap = <hr size="0">Copyright &copy;&nbsp;|&nbsp;Geodan <img 
src="fileadmin/templates/images/trenner.gif"> <a 
href="mailto:webmaster at geodan.nl">webmaster</a>

temp.FooterMenu = HMENU
#temp.FooterMenu.wrap = <div id="footer"><hr size="0">Copyright &copy; 
2006 Geodan |</div>
temp.FooterMenu.special = directory
temp.FooterMenu.special.value = 6
temp.FooterMenu.1 = TMENU
temp.FooterMenu.1.NO {
   expAll = 1
   allWrap = &nbsp;<img 
src="fileadmin/templates/images/trenner.gif">&nbsp; |
}

# Temps
page.10.marks.HOMELINK < temp.HomeLink
page.10.marks.HOME_SHOP < temp.HomeShop
page.10.marks.LINKS < temp.Links
page.10.marks.LANGUAGE < temp.Language
page.10.marks.LINE < temp.Line
page.10.marks.SEARCH < temp.Search
page.10.marks.HEADER < temp.Header
page.10.marks.MENU_LEFT < temp.MenuLeft
page.10.marks.MENU_TOPA < temp.MenuTopA
page.10.marks.MENU_TOPB < temp.MenuTopB
page.10.marks.MENU_TOPC < temp.MenuTopC
page.10.marks.MENU_TOPD < temp.MenuTopD
page.10.marks.MENU_TOPE < temp.MenuTopE
page.10.marks.IMAGE_RIGHT < temp.ImageRight
page.10.marks.IMAGE_RIGHT2 < temp.ImageRight2
page.10.marks.FOOTER < temp.Footer
page.10.marks.FOOTER_MENU < temp.FooterMenu
page.10.marks.PRINT < temp.Print

# Dutch Lanuage
[globalVar = GP:L = 0]
config.sys_language_uid = 0
config.language = nl
date_stdWrap.strftime = %d-%B-%Y
time_stdWrap.strftime= %H:%M
[global]

# English Lanuage
[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = en
date_stdWrap.strftime = %d-%B-%Y
time_stdWrap.strftime= %H:%M
[global]



More information about the TYPO3-english mailing list