Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Jan 25th, 2010  |  syntax: None  |  size: 1.76 KB  |  hits: 73  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. page.10.marks.NAVI_LINKS >
  2. page.10.marks.NAVI_LINKS = HMENU
  3. page.10.marks.NAVI_LINKS {
  4.   # erstes level
  5.   special = directory
  6.   special.value = 2769
  7.   1 = TMENU
  8.   1.wrap = <ul class="menu-level1">|</ul>
  9.   1 {
  10.     # no state: normale Formatierung
  11.     NO {
  12.       wrapItemAndSub = <li>|</li>
  13.     }
  14.     # act state: gültig von der rootseite bis zur aktuellen Seite
  15.     ACT = 1
  16.     ACT.beforeImg = fileadmin/images/pics/arrow.gif
  17.     ACT.beforeImg.offset = 0,10
  18.     ACT {
  19.       wrapItemAndSub = <li class="menu-level1-active">|</li>
  20.     }
  21.  
  22.     # cur state: gültig für die aktuelle Seite
  23.     CUR=1
  24.     CUR {
  25.       wrapItemAndSub = <li class="menu-level1-current-active">|</li>
  26.     }
  27.     # ifsub state: gültig für seiten die unterseiten haben
  28.     IFSUB=1
  29.     IFSUB{
  30.       wrapItemAndSub = <li class="menu-level1-with-subpage">|</li>
  31.     }
  32.   }
  33.   # zweites level
  34.   2 = TMENU
  35.   2.wrap = <ul class="menu-level2">|</ul>
  36.   2 {
  37.     NO {
  38.       wrapItemAndSub = <li>|</li>
  39.     }
  40.     ACT = 1
  41.     ACT {
  42.       wrapItemAndSub = <li class="menu-level2-active">|</li>
  43.     }
  44.     CUR=1
  45.     CUR {
  46.       wrapItemAndSub = <li class="menu-level2-current-active">|</li>
  47.     }
  48.     IFSUB=1
  49.     IFSUB {
  50.       wrapItemAndSub = <li class="menu-level2-with-subpage">|</li>
  51.     }
  52.   }
  53.   # drittes level
  54.   3 = TMENU
  55.   3.wrap = <ul class="menu-level3">|</ul>
  56.   3 {
  57.     NO {
  58.       wrapItemAndSub = <li>|</li>
  59.     }
  60.     ACT=1
  61.     ACT {
  62.       wrapItemAndSub = <li class="menu-level3-active">|</li>
  63.     }
  64.     CUR=1
  65.     CUR {
  66.       wrapItemAndSub = <li class="menu-level3-current-active">|</li>
  67.     }
  68.     IFSUB=1
  69.     IFSUB {
  70.       wrapItemAndSub = <li class="menu-level3-with-subpage">|</li>
  71.     }
  72.   }
  73. }