[TYPO3-UG Italy] menu

robirossi at autistici.org robirossi at autistici.org
Fri Nov 23 19:35:05 CET 2007


Salve a tutti, vorrei sapere come posso fare in modo che le mie pagine
(CONTENUTO), dopo n righe, mi visualizzino un menu  << precedente 
successivo>>....qualcuno mi puo' aiutare?
grazie



##############################CONFIGURAZIONE######################
config {
language = it
locale_all = it_IT
xhtml_cleaning = all
doctype = xhtml_trans
xmlprologue = none
admPanel = 1
inlineStyle2TempFile = 1
removeDefaultJS = 1
spamProtectEmailAddresses = 2
spamProtectEmailAddresses_atSubst = (at)

}
config.linkVars = L


############ MENU SUPERIORE ORIZZONTALE###########
temp.MenuAlto = HMENU
temp.MenuAlto {
entryLevel=0
   
  1 = TMENU
  1.wrap = <ul>|</ul>
  1{
    	  
    noBlur=1
    expAll = 1 
    NO{
      wrapItemAndSub = <li>|</li>
    }
     		
    ACT=1
    ACT{
      wrapItemAndSub = <li class=cur>|</li>
    }
     		

  }

  }

###### MENU SINISTRA VERTICALE###########
temp.MenuSinistra = HMENU
temp.MenuSinistra {
  entryLevel=1
    
  1 = TMENU
  1.wrap = <ul>|</ul>
  1{
    	 
    noBlur=1 
    NO{
      wrapItemAndSub = |
    }
     		
    ACT=1
    ACT{
      wrapItemAndSub = |
    }
     		

  }

}
##################################LEGENDA#############################
tmp.legenda_menu = HMENU
tmp.legenda_menu {
special = rootline
special.range = 1|1
1 = TMENU
1.noBlur = 1
1.wrap =  |
#1.target = _self
1.NO {
    linkWrap= |
   # allWrap = |*|&nbsp;&raquo;&nbsp; |*||*| |
    ATagBeforeWrap = 1
  }
}

##################################SOMMARIO#############################
tmp.sommario_menu = HMENU
tmp.sommario_menu {
special = rootline
special.range = 1|-2
1 = TMENU
1.noBlur = 1
1.wrap =  |
#1.target = _self
1.NO {
    linkWrap= |
    allWrap = |*|&nbsp;&raquo;&nbsp; |*||*| |
    ATagBeforeWrap = 1
  }
}

####################################SETUP##################

page = PAGE
page.typeNum = 0

page.meta.DESCRIPTION = xxx 
page.meta.KEYWORDS = xxx 
page.meta.AUTHOR = xxx
#config.xhtml_cleaning = all
#config.disablePrefixComment = 1
#config.pageTitleFirst = 1
page.includeCSS { 
   file1 = fileadmin/xxx/css/style.css
   file2 = fileadmin/xxx/css/dynamiccss.css
}

page.headerData.1 = TEXT
page.bodyTag = <body>

page.1 = TEMPLATE
page.1.marks.PAGE_UID = TEXT
page.1.marks.PAGE_UID.field = uid
page.1 {
   template = FILE
   template.file = fileadmin/xxx/index.htm
   workOnSubpart = DOCUMENTO
   subparts.CONTENUTO < styles.content.get
   subparts.MENU_ALTO < temp.MenuAlto
   subparts.MENU_SINISTRA < temp.MenuSinistra
  subparts.LEGENDA < tmp.legenda_menu
  subparts.SOMMARIO < tmp.sommario_menu
  subparts.CURRENT_DATE = COA_INT
	subparts.CURRENT_DATE {
		10 = TEXT
		10.data = date:U
		10.strftime = %d %B %Y
		
		



		
		
	}


}



More information about the TYPO3-UG-italy mailing list