[Typo3-UG Spain] Dos enlaces al mismo nivel

Nicolas Puente nicolas.puente at lgb-rlp.de
Mon Jun 13 08:51:51 CEST 2005


Hola alejandro:
Las siguientes líneas de código hacen lo que tú dices, seggún creo:
temp.NAVI = HMENU
temp.NAVI {
    special = directory
    special.value = 333
    entryLevel = 1
    1 = TMENU
    1.noBlur = 1
    1 {
        wrap =  <div class="menu"><ul>|</ul></div>
        NO{
            wrapItemAndSub = <li>&nbsp;|</li><br />
            stdWrap.case = lower
            tabIndex=1
            accessKey=1
        }
        ACT < .NO
        ACT {
            ATagParams = class="navi-active"
            stdWrap.case = upper
        }
        ACT = 1
    }
}
temp.NAVI.2 < .temp.NAVI.1
temp.NAVI.2 {
        wrap =  <div class="menu">&nbsp;<ul>|</ul></div>
        NO {
            wrapItemAndSub = <li>&nbsp;&nbsp;|</li><br />
            stdWrap.case = lower
        }
        ACT < .NO
        ACT {
            ATagParams = class="navi-active"
            stdWrap.case = upper
        }
        ACT = 1
    }
}

temp.NAVI.3 < .temp.NAVI.1
temp.NAVI.3 {
        wrap =  <div class="menu">&nbsp;<ul>|</ul></div>
        NO {
            wrapItemAndSub = <li>&nbsp;&nbsp;&nbsp;|</li><br />
            stdWrap.case = lower
        }
        ACT < .NO
        ACT {
            ATagParams = class="navi-active"
            stdWrap.case = upper
        }
        ACT = 1
    }
}
temp.NAVI.4 < .temp.NAVI.1
temp.NAVI.4 {
        wrap =  <div class="menu">&nbsp;<ul>|</ul></div>
        NO {
            wrapItemAndSub = <li>&nbsp;&nbsp;&nbsp;&nbsp;|</li><br />
            stdWrap.case = lower
        }
        ACT < .NO
        ACT {
            ATagParams = class="navi-active"
            stdWrap.case = upper
        }
        ACT = 1
    }
}

page.10.template.marks.NAVI < temp.NAVI



Alejandro Carravedo schrieb:

> Buenas a todos,
>  
> no suelo preguntar en la lista sin antes haber probado todas las 
> posibilidades, pero despues de 2 semanas probando sin parar estoy 
> desesperado, gracias de antemano por vuestra ayuda.
>  
> Lo que quiero es hacer un TMENU del estilo ....
>  
>  
>     NIVEL 1.1
>         NIVEL 2.1
>         NIVEL 2.2
>         NIVEL 2.3
>     MÁS INFO DEL NIVEL 1.1
>  
>     NIVEL 1.2
>         NIVEL 2.1
>         NIVEL 2.2
>     MÁS INFO DEL NIVEL 1.2
>  
>  
> Segun los HMENU - TMENU  que he encontrado solo puedo enlazar el NIVEL 
> 1.1, pero no el MÁS INFO DEL NIVEL 1.1, y yo quiero que ambos textos 
> enlazen al mismo sitio, se le ocurre a alguien como hacerlo???.
>  
> Un saludo y gracias de antemano.
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Typo3-ug-spain mailing list
>Typo3-ug-spain at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-spain
>




More information about the TYPO3-UG-spain mailing list