Einzelnen Beitrag anzeigen
  #3  
Alt 22.04.08, 13:42
lorrey lorrey ist offline
Forum Stammgast
 
Registriert seit: 13.11.06
Beiträge: 129

Hallo Armin!

Also wenn ich es für Seite 13 und 17 haben will muss ich es so machen?

Leider geht das bei mir nicht!
Conditions dürfen doch nicht in geschweiften Klammern sitzen oder?

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
lib.sub-navi = HMENU

[PIDinRootline = 13,17]


lib.sub-navi{
entryLevel = 1
1 = TMENU
1.wrap = <ul>|</ul>
1.noBlur = 1
1{
    # no state: normale Formatierung
NO{
wrapItemAndSub = <li class="first rot">|</li>||<li class="rot">|</li>||<li class="rot">|</li>
stdWrap.htmlSpecialChars = 0

}

    # act state: gültig von der rootseite bis zur aktuellen Seite
ACT=1
ACT{
wrapItemAndSub = <li class="first active rot">|</li>||<li class="active rot">|</li>||<li class="active rot">|</li>
stdWrap.htmlSpecialChars = 0

}
}

2 = TMENU
2.wrap = <ul>|</ul>
2.noBlur = 1
2{
NO{
wrapItemAndSub = <li class="first rot">|</li>||<li class="rot">|</li>||<li class="rot">|</li>
stdWrap.htmlSpecialChars = 0
}
    # act state: gültig von der rootseite bis zur aktuellen Seite
ACT=1
ACT{
wrapItemAndSub = <li class="first active rot">|</li>||<li class="active rot">|</li>||<li class="active rot">|</li>
stdWrap.htmlSpecialChars = 0
}
}
}

[end]

lib.sub-navi{
entryLevel = 1
1 = TMENU
1.wrap = <ul>|</ul>
1.noBlur = 1
1{
    # no state: normale Formatierung
NO{
wrapItemAndSub = <li class="first">|</li>||<li>|</li>||<li>|</li>
stdWrap.htmlSpecialChars = 0

}

    # act state: gültig von der rootseite bis zur aktuellen Seite
ACT=1
ACT{
wrapItemAndSub = <li class="first active">|</li>||<li class="active">|</li>||<li class="active">|</li>
stdWrap.htmlSpecialChars = 0

}
}

2 = TMENU
2.wrap = <ul>|</ul>
2.noBlur = 1
2{
NO{
wrapItemAndSub = <li class="first">|</li>||<li>|</li>||<li>|</li>
stdWrap.htmlSpecialChars = 0
}
    # act state: gültig von der rootseite bis zur aktuellen Seite
ACT=1
ACT{
wrapItemAndSub = <li class="first active">|</li>||<li class="active">|</li>||<li class="active">|</li>
stdWrap.htmlSpecialChars = 0
}
}
}
Mit Zitat antworten