Einzelnen Beitrag anzeigen
  #1  
Alt 23.10.07, 08:28
mooooNy mooooNy ist offline
Forum Zuschauer
 
Registriert seit: 23.10.07
Alter: 21
Beiträge: 6

Seiteninhalt wird nicht dargestellt..


Hallo liebe Typo3 Community..

ich habe gerade angefangen mein Typo3 Projekt aus Gründen der übersichtlichkeit nochmal neu anzulegen und habe nun das Problem das mir jeglicher Seiteninhalt NICHT angezeigt wird..

Hier mal mein 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:
page = PAGE
page {
        # Allgemeine Seiteneigenschaften setzen
typeNum = 0
bodyTag = <body style = "margin:0;" bgColor = "#DDDDDD">

        # MetaTags angeben
meta.AUTHOR = CYSTEP AG INFORMATIONSSYSTEME
meta.DESCRIPTION = Tel. (0571) 6450-0

            # CSS Definitionen
includeCSS {
file1 = fileadmin/style.css
file2 = fileadmin/templates/news/newsstyle.css
}

        # Die Designvorlage integrieren
10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/vorlage.html
10.workOnSubpart = DOKUMENT

        # Die Marker ansprechen
10.marks{
            # Marker CONTENT = jeweiliger Seiteninhalt ODER News! (Mitte der Seite)
CONTENT = CONTENT
CONTENT {
table = tt_content
select.orderBy = sorting
select.where = colPos = 0
}    

            # Marker NAVIGATION = Horizontales Menue oben Rechts
NAVIGATION = HMENU
NAVIGATION {
special = directory
special.value = 81
1 = TMENU
1.NO = 1
1.NO.ATagParams = class="linkWeiss"
1.NO.linkWrap = &nbsp;|&nbsp;| |*| &nbsp;|&nbsp;| |*| &nbsp;|
}

            # Marker PARTNER = Oberes Grünes Feld (Newsarchiv ODER Partner)
PARTNER = TEXT
PARTNER.value = CYSTEP:<b>PARTNER</b><p><a href="http://www.cystep.info/info/typo3/index.php?id=41"><img src="fileadmin/images/microsoft.png" border="0"></a>

            # Marker HIGHLIGHTS = Unteres Grünes Feld (Highlights)
HIGHLIGHTS = TEXT
HIGHLIGHTS.value = CYSTEP:<b>HIGHLIGHTS</b><p><img src="fileadmin/images/mx.jpg">

            # Marker FOOTER = Fuß der Seite (Impressum & Datenschutz)
FOOTER = COA
FOOTER {
10 = HMENU
10.special = directory
10.special.value = 89
10.1 = TMENU
10.1.NO = 1
10.1.NO.ATagParams = class="linkWeiss"
10.1.NO.linkWrap = &nbsp;|&nbsp;| |*| &nbsp;|&nbsp;| |*| &nbsp;|
20 = TEXT
20.value = <br>(c) 2007 CYSTEP AG INFORMATIONSSYSTEME
}    

}
plugin.tx_thmailformplus_pi1.default.template = fileadmin/mailformular.html
plugin.tt_news.displayLatest.content_stdWrap.crop = 200 | ... | 1
plugin.tt_news.displayLatest.imageWrapIfAny = <table border="0" cellpadding="0" cellspacing="0" align="left">      <tr><td>|</td><td>      <img src="clear.gif" width="15" height="1" border="0" />      </td></tr></table>
#plugin.tt_news.displaySingle.imageWrapIfAny =
plugin.tt_news.displayList.date_stdWrap.strftime = %d.%m.%y - ERROR: Line 70: The script is short of 1 end brace(s)

Weiss vielleicht jemand warum das so ist? Danke für die Hilfe
Mit Zitat antworten