Hm...also leider ist der Marker immernoch leer
Hier mal mein komplettes TS:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94:
| config.simulateStaticDocuments_noTypeIfNoTitle = 1 config.admPanel = 1 styles.content.getAdditional < styles.content.get styles.content.getAdditional.select.where = colPos=4 styles.content.getAdditional.select.where = colPos=5 styles.content.getAdditional.select.where = colPos=6 plugin.tx_rlmptmplselector_pi1.templatePathMain = fileadmin/templates/main/ plugin.tx_rlmptmplselector_pi1.templatePathSub = fileadmin/templates/sub/ page { headerData = COA headerData.11 = TEXT headerData.11.value = <script type="text/javascript" src="fileadmin/Menu.js"></script> } page = PAGE page.typeNum = 0 page { bodyTag = <body> includeCSS { file1 = fileadmin/vorlage.css } 10 = TEMPLATE 10 { template =< plugin.tx_rlmptmplselector_pi1 marks.CONTENT = CONTENT marks.CONTENT { table = tt_content select.orderBy = sorting select.where = colPos = 0 } marks.Text3= CONTENT marks.Text3 { table = tt_content select.orderBy = sorting select.where = colPos = 3 } marks.Text2= CONTENT marks.Text2 { table = tt_content select.orderBy = sorting select.where = colPos = 2 } marks.Text1= CONTENT marks.Text1 { table = tt_content select.orderBy = sorting select.where = colPos = 1 } marks.Text4= CONTENT marks.Text4 { table = tt_content select.orderBy = sorting select.where = colPos = 4 } marks.Text5= CONTENT marks.Text5 { table = tt_content select.orderBy = sorting select.where = colPos = 5 } marks.Text6= CONTENT marks.Text6 { table = tt_content select.orderBy = sorting select.where = colPos = 6 } marks.Footer = RECORDS marks.Footer { tables = tt_content source = 29 } marks.Uberschrift < lib.stdheader } - ERROR: Line 93: The script is short of 1 end brace(s) |