Einzelnen Beitrag anzeigen
  #7  
Alt 03.02.08, 23:22
webschnecke webschnecke ist offline
Forum Stammgast
 
Registriert seit: 20.11.07
Beiträge: 125

Hier mal der Code aus einem "unter" 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:
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:
#FUTTER
seite = PAGE
seite {
typeNum=0
meta.AUTHOR = agenCi - Corporate Design & more.
meta.DESCRIPTION = XXX
stylesheet=fileadmin/template/xxx/css/style.css
10 = TEMPLATE
10 {
template = FILE
template.file = fileadmin/template/xxx/futter.html
workOnSubpart = DOKUMENT

marks{
METANAV = HMENU
METANAV.special = directory
METANAV.special.value = 9
METANAV.1 = TMENU
METANAV.1.NO = 1
METANAV.1.NO.linkWrap =  
METANAV.1.NO.ATagParams = id="metanav"

SEKNAV = HMENU
SEKNAV.special = directory
SEKNAV.special.value = 4
SEKNAV.1 = TMENU
SEKNAV.1.NO = 1
SEKNAV.1.NO.linkWrap =|<br>



HEADLINE = IMAGE
HEADLINE.file = GIFBUILDER
HEADLINE.file {
XY= 500,25
10 = TEXT
10.text.field = title
10.fontSize = 15
10.fontFile = fileadmin/fonts/verdanab.TTF
10.fontColor = #413d3d
10.niceText = 0
10.offset = 0, 19
}

SUBLINE = IMAGE
SUBLINE.file = GIFBUILDER
SUBLINE.file {
XY= 300,15
10 = TEXT
10.text.field = subtitle
10.fontSize = 12
10.fontFile = fileadmin/fonts/verdana.TTF
10.fontColor = #413d3d
10.niceText = 0
10.offset = 0, 12
}




LINKS = CONTENT
CONTENT {
table = tt_content
select.orderBy = sorting
select.where = colPos = 1
}

CONTENT = CONTENT
CONTENT {
table = tt_content
select.orderBy = sorting
select.where = colPos = 0
}





}
}
}
Mit Zitat antworten