RSS

Frameset in Typo3

1 Comment | This entry was posted on Aug 15 2010

Wenn man in typo3 in frameset machen will ist das sie leichteste Lösung ;)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
frameSet = PAGE
frameSet{
typeNum = 0
config{
xhtml_cleaning = all
doctype = xhtml_trans
language = de
}
frameSet {
rows = 100%
params = border="0" framespacing="0" frameborder="no"
 
1 = FRAME
1.obj = submain
1.src = http://domain.tld
1.params = scrolling="auto" id="main" noresize frameborder="no"
}
}
}

Layoutslide + Bodytag

1 Comment | This entry was posted on Jun 01 2010
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
# **
# * unique body ids
# ********************
temp.body = COA
temp.body.10 = TEXT
temp.body.10 {
field = uid
wrap = <body id="page_|" class="layout1">
	if.equals = 1
	if.value.data = levelfield:-1,layout,slide 
}
 
temp.body.20 < temp.body.10
temp.body.20.wrap = <body id="page_|" class="layout2">
temp.body.20.if.equals = 2
 
temp.body.30 < temp.body.10
temp.body.30.wrap = <body id="page_|" class="layout3">
temp.body.30.if.equals = 3
 
temp.body.40 < temp.body.10
temp.body.40.wrap = <body id="page_|" class="layout4">
temp.body.40.if.equals = 4
 
page.bodyTagCObject < temp.body

Was macht das Script?
Es Slidet das Seitenlayout auf die Unterseiten.

Wofür braucht man das?
Man hat ein Template und möchte nur auf bestimmten Seiten durch die <body class> etwas durch sein CSS verändern.

Vorteil?
1 Template aber X möglichkeiten nur per CSS einfluss dadrauf zu nehmen :)

Danke Bernhard

Typo3Camp Hamburg – Mittag

0 Comments | This entry was posted on Mai 22 2010

Ja lecker, auch für die die Nahrung wurde gesorgt.
Ja Programmerinnen/Programmierer müssen auch mal was essen, und hier wurde es sogar richtig heiß angeliefert.

Es gab einen gemischten Salat mit 2 Soßen und dann für die Fleischfans Kassler mit Kartoffeln, Gemüse.
Fisch mit Kräutersoße und natürlich gern auch mit Gemüse etc oder für die nicht fleischlustigen Beuscher/innen; gefüllte Nudeln mit einer Sahne-Soße.

Als leckeren Nachtisch ein wunderbaren Obstsalat.

Yamm Yamm :) Vielen Dank!