[TYPO3] CASE for page record

Tapio Markula tapio.markula at xetpoint.fi
Mon May 26 11:41:53 CEST 2008


Hi

http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/17/

seems to explain usage for tt_content records. I would like to use it 
with pages table but this didnt' work (backgroundcolor new field defined 
by an extension).'


page.1 =CASE
page.1 {
     key.field = backgroundcolor
     if.isTrue.field = backgroundcolor
    18161b=TEXT
    18161b {
     stdWrap.dataWrap(
	<table width="623" id="ylateksti" border="0" cellspacing="0" 
cellpadding="0" align="center" 
style="background-color:#{field:backgroundcolor}"><tr><td height="30" 
align="center" valign="top" class="pikkuteksti style2" 
style="color:white;padding:3px;">Voit lukea kirjeen my&ouml;s 
osoitteessa: <a  style="color:white !important" 
href="...index.php?id={field:uid}">www.virginoil.fi/index.php?id={field:uid}</a>.</td></tr></table>
	<center style="background-color:#{field:backgroundcolor};" 
class="color_{field:backgroundcolor}">
	)
	}
18161b=TEXT
18161b {
     stdWrap.dataWrap(
	<table width="623" id="ylateksti" border="0" cellspacing="0" 
cellpadding="0" align="center" 
style="background-color:#{field:backgroundcolor}"><tr><td height="30" 
align="center" valign="top" class="pikkuteksti style2" 
style="color:black;padding:3px;">Voit lukea kirjeen my&ouml;s 
osoitteessa: <a  style="color:black !important" 
href="...index.php?id=|">www.virginoil.fi/index.php?id={field:uid}</a>.</td></tr></table>
	<center style="background-color:#{field:backgroundcolor};" 
class="color_{field:backgroundcolor}">
	)

     default=TEXT
     default {
     stdWrap.dataWrap(
	<table width="623" id="ylateksti" border="0" cellspacing="0" 
cellpadding="0" align="center" 
style="background-color:#{field:backgroundcolor}"><tr><td height="30" 
align="center" valign="top" class="pikkuteksti style2" 
style="color:black;padding:3px;">Voit lukea kirjeen my&ouml;s 
osoitteessa: <a  style="black:white !important" 
href="...index.php?id=|">www.virginoil.fi/index.php?id={field:uid}</a>.</td></tr></table>
	<center style="background-color:#{field:backgroundcolor};" 
class="color_{field:backgroundcolor}">
	)
     }
  }

that didn't work


More information about the TYPO3-english mailing list