dimanche 8 février 2015

How do I correctly wrap a TEXT and hand it to my Template Mark ###SEARCH_FIELD###


Vote count:

0




I am currently getting back into typo3 and I have really big problems with the variable concept, it just doesn't do what it is supposed to. See the first Mark SCROLLUP, everything works fine there, but I don't know to get it working for a more complex part.



page.10.marks {

SCROLLUP = TEXT
SCROLLUP.value = <a href="#top"><div id="scrollup_button">&nbsp;</div></a>

temp.suche = TEXT
temp.suche {
<input type="hidden" name="tx_indexedsearch[sections]" value="0" />
<input name="tx_indexedsearch[submit_button]" value="Search" type="hidden" />
<input name="search" src="images/search_red.png" value="Search" class="searchbox-button" type="image" />
}

temp.suche.wrap = <form action="suchergebnisse/" method="post" id="indexedsearch">|</form>

SEARCH_FIELD < temp.suche


}


asked 23 secs ago







How do I correctly wrap a TEXT and hand it to my Template Mark ###SEARCH_FIELD###

Aucun commentaire:

Enregistrer un commentaire