[TYPO3] TemplaVoila Main Template

Aji Yahya aji.yahya at gmail.com
Wed May 2 15:12:50 CEST 2007


Hello Kuldev,
see your TS, as i know in TV known as lib and not temp.


temp.ContentUpper.current = CONTENT
temp.ContentUpper.current  {
  table = tt_conten
   select.pidInList.data = leveluid : -1
  select.pidInList.data = 1
  select.orderBy = sorting
  select.where = colPos=1
}

lib.contentlower < temp.ContentUpper.current
lib.contentlower.stdWrap.ifEmpty.cObject < temp.ContentUpper.current

lib.contentlower.stdWrap.ifEmpty.cObject {
  select.pidInList.data = leveluid : -2
   stdWrap.ifEmpty.cObject  < temp.ContentUpper.current
  stdWrap.ifEmpty.cObject {
    select.pidInList.data = leveluid : -3
    stdWrap.ifEmpty.cObject  < temp.ContentUpper.current
    stdWrap.ifEmpty.cObject {
      select.pidInList.data = leveluid : -4
        stdWrap.ifEmpty.cObject  < temp.ContentUpper.current
        stdWrap.ifEmpty.cObject {
          select.pidInList.data = leveluid : -5
      }
    }
  }

 }


hope that help

regards
Johannes


More information about the TYPO3-english mailing list