[Typo3] Sitemap - getting annoyed..

W van Bruggen w.van.bruggen at gmail.com
Wed Feb 23 14:29:40 CET 2005


Hello list,

I'm getting frustrated with the sitemap. I've put the following code
in the setup but i just cant seem to change the blackclear.gif image.
I can customize everything else except for this thing. Problem is the
website i'm making has a black bgcolor so i want to change the image
that is used. But the settings i define just don't seem to work.
styles.content.get is also included in the template (if i don't i get
the standard sitemap). What am i doing wrong ? The site is almost
done, but its this little thing that keeps me from feeling its a 100%
ok..


########## sitemap #########
tt_content.menu.20.2 < styles.sitemap.gs

styles.sitemap.gs >
styles.sitemap.gs = COA
styles.sitemap.gs.wrap = <table border="0" cellspacing="0"
cellpadding="0" align="center"> | </table>
styles.sitemap.gs {
  10 = TEXT
  10.data = leveltitle : {$styles.sitemap.gs.entryLevel}
  10.case = {$styles.sitemap.gs.headerCase}
  10.wrap = {$styles.sitemap.gs.headerWrap}
  10.wrap2 = <tr><td><table border="0" cellpadding="2" cellspacing="1"
align="center"><tr bgcolor="{$styles.sitemap.gs.color}"><td> |
</td></tr></table></td></tr>
  15 = TEXT
  15.value = <tr align="center" valign="middle"><td><img
src="fileadmin/site/img/blackwhite.gif" width="1"
height="10"></td></tr><tr
bgcolor="{$styles.sitemap.gs.color}"><td><img src="clear.gif"
width="1" height="1"></td></tr>
  19 = TEXT
  19.value = <tr><td>
 
  # Here comes the sitemap below...
  
  21 = TEXT
  21.value =  </td></tr>
}
# The sitemap itself:
styles.sitemap.gs.20 = COA
styles.sitemap.gs.20.wrap = <table border="0" cellspacing="0"
cellpadding="0" align="center"> | </table>
styles.sitemap.gs.20.10 = HMENU
styles.sitemap.gs.20.10 {
  entryLevel = {$styles.sitemap.gs.entryLevel}
  excludeUidList = {$styles.sitemap.gs.excludeUids}
  wrap = <tr align="center" valign="middle"> |</tr>
  1 = TMENU
  1.NO {
    doNotShowLink = 1
    before = <td><img src="media/bullets/blackclear.gif" width="1"
height="10"></td>
  }
}
styles.sitemap.gs.20.20 = HMENU
styles.sitemap.gs.20.20 {
  excludeUidList = {$styles.sitemap.gs.excludeUids}
  entryLevel = {$styles.sitemap.gs.entryLevel}
  wrap = <tr align="left" valign="top"> |</tr>
  1 = TMENU
  1.target = {$styles.sitemap.gs.target}
  1.expAll = 1
  1.NO {
    wrapItemAndSub = <td><table border="0" cellpadding="1"
cellspacing="1">|</table></td>
    allWrap = <tr><td bgcolor="{$styles.sitemap.gs.color}"
colspan="3"><div align="center">|</div></td></tr>
    linkWrap = {$styles.sitemap.gs.wrap1}
    ATagBeforeWrap = 1
  }
  2 = TMENU
  2.expAll = {$styles.sitemap.gs.level3}
  2.target = {$styles.sitemap.gs.target}
  2.NO {
    allWrap = <tr><td align="center"
valign="top">{$styles.sitemap.gs.bullet2}</td><td align="left"
valign="top" colspan=2>|</td></tr>
    linkWrap = {$styles.sitemap.gs.wrap2}
    ATagBeforeWrap = 1
  }
  3 = TMENU
  3.target = {$styles.sitemap.gs.target}
  3.NO {
    allWrap = <tr><td></td><td align="center"
valign="top">{$styles.sitemap.gs.bullet3}</td><td align="left"
valign="top">|</td></tr>
    linkWrap = {$styles.sitemap.gs.wrap3}
    ATagBeforeWrap = 1
  }
}
################################



More information about the TYPO3-english mailing list