[TYPO3-german] Frage zu Backendlayouts
Frank Wendorf
frank.wendorf at webdienstleister.com
Wed Jan 7 12:34:40 CET 2015
Ich habe ein Backendlaout erstellt welches so aussieht:
backend_layout {
colCount = 3
rowCount = 4
rows {
1 {
columns {
1 {
name = Image-Slider
colspan = 2
colPos = 5
}
2 {
name = Text-Slider
colPos = 6
}
}
}
2 {
columns {
1 {
name = Block 1
colPos = 7
}
2 {
name = Block 2
colPos = 8
}
3 {
name = Block 3
colPos = 9
}
}
}
3 {
columns {
1 {
name = Block 4
colPos = 10
}
2 {
name = Block 5
colPos = 11
}
3 {
name = Block 6
colPos = 12
}
}
}
4 {
columns {
1 {
name = Content
colspan = 3
colPos = 0
}
}
}
}
}
Im bisher leren HTML-Template habe ich folgende Marker gesetzt:
###INHALT_col5###
###INHALT_col6###
###INHALT_col7###
###INHALT_col8###
###INHALT_col9###
###INHALT_col10###
###INHALT_col11###
###INHALT_col12###
###INHALT###
Das TS sieht so aus:
page.10 {
template = FILE
template.file = fileadmin/templates/iwis_main_template.html
workOnSubpart = DOCUMENT_BODY
marks.INHALT < styles.content.get
marks.INHALT_col6 < styles.content.get
marks.INHALT_col6.select.where = colPos=6
marks.INHALT_col7 < styles.content.get
marks.INHALT_col7.select.where = colPos=7
marks.INHALT_col8 < styles.content.get
marks.INHALT_col8.select.where = colPos=8
marks.INHALT_col9 < styles.content.get
marks.INHALT_col9.select.where = colPos=9
marks.INHALT_col10 < styles.content.get
marks.INHALT_col10.select.where = colPos=10
marks.INHALT_col11 < styles.content.get
marks.INHALT_col11.select.where = colPos=11
marks.INHALT_col12 < styles.content.get
marks.INHALT_col12.select.where = colPos=12
}
Leider wird auf der eigentliche Seite nur der Content für den Marker INHALT ausgegegeben. Beim restlichen Inhalt wird nur der Marker, jedoch nicht der Content auf der Website angezeigt. Die seite ist hier zu sehen: http://s130204616.online.de/typo3_src/index.php?id=4
Wo liegt mein Fehler?
Danke für Eure Hilfe
More information about the TYPO3-german
mailing list