[TYPO3-german] CONTENT-Rendering Problem
Thomas Bügel
thomas.buegel at web.de
Thu Aug 11 13:06:53 CEST 2011
Hi Björn,
> Evt. hilft es, mit registern zu arbeiten, die entsprechend gesetzt werden?
Etwas konkreter wäre hilfreich!
> http://www.w3.org/TR/html4/types.html#h-6.2:
>ID and NAME tokens must begin with a letter ([A-Za-z]) and may be
>followed by any number of letters, digits ([0-9]), hyphens ("-"),
>underscores ("_"), colons (":"), and periods (".").
OK, da das ja wohl einige schwer geschockt hat, dass ich in meinem
Beispielcode numerische IDs verwendet habe hier zur Beruhigung der
Original-Code:
temp.normal_content_ = COA
temp.normal_content_ {
10 = CONTENT
10 {
stdWrap.required = 1
stdWrap.wrap = <div id="normal-content">|</div>
stdWrap.if.isTrue.cObject < temp.check_left_content
table = tt_content
select.orderBy = sorting
select.where = colPos = 0 AND layout = 0
}
20 < .10
20 {
stdWrap.wrap = <div id="normal-content-wide">|</div>
stdWrap.if.negate = 1
}
}
Danke und Gruß
Thomas
PS: Mein Problem ist leider immer noch nicht gelöst!
More information about the TYPO3-german
mailing list