Einzelnen Beitrag anzeigen
  #3  
Alt 22.08.07, 07:34
MarkWithoutWords MarkWithoutWords ist offline
Forum Newbie
 
Registriert seit: 21.08.07
Beiträge: 11

Moin,

also 1. Object Browser zeigt keine Fehler
2. Wie geschreiben kommt das content und texteingaben im frontend an
3. hab schon ewig rumprobiert

anbei mein TS:
(main Template


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:
config.doctype = xhtml_trans
config.xhtml_cleaning = all

#config.cache_time = 120
config.index_enable = 1
config.index_externals = 1
config.language = de
config.locale_all = de_DE@euro
config.admPanel=1
config.disablePrefixComment = 1


page = PAGE

page {
typeNum = 0
bodyTagMargins = 0
bodyTag = <body style="background-image:url(http://ww.werk2-saalfeld.de/fileadmin/without-words.jpg); background-position: center top; background-attachment:fixed; background-repeat:no-repeat; background-color:#000000">
         #headTag = <link rel="shortcut icon" href="fileadmin/gfx/ico/ccf.ico">
noLinkUnderline = 1
includeCSS {  
file1 = fileadmin/style.css
}
config.sys_language_uid = 1
}

page.10 = TEMPLATE
page.10 {
template = FILE
template.file = fileadmin/template/html/template.html
workOnSubpart = DOCUMENT
marks.CONTENT < templ.gfx_menu
    #marks.CONTENT < styles.content.get
    #marks.LEFT_MENU.wrap = <div style="position:relative;top:0px;left:15px;">|</div>
    #marks.TOPMENU < templ.gfx_menu_top
    #marks.BOTTOM_MENU < templ.gfx_menu_bottom
    #marks.CONTENT.wrap = <span style="padding-right:10px;"> | </span>
}


und hier noch das gfx_menu Template:
(das hatte ich jetzt erstmal zum testen als textmenü genommen)


Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
templ.gfx_menu = HMENU
templ.gfx_menu.special = directory
templ.gfx_menu.special.value = 3
#templ.gfx_menu.excludeUidList = {$textMenu_exclude_id}


templ.gfx_menu {
1 = TMENU
1.NO = 1
1.NO.ATagParams = style="font-family: verdana; font-size:10pt; color:#000000;"
1.NO.ATagBeforeWrap = 1
1.NO.linkWrap = &nbsp;| &nbsp;| |*| &nbsp;|&nbsp;| |*| &nbsp;|
1.ACT < .1.NO
1.ACT.linkWrap = <span style="font-weight:bold">&nbsp;&nbsp;|&nbsp;|</span>
}


Wir schön wenn ihr mir helfen könntet....
Mit Zitat antworten