[TYPO3-UG Dutch] Probleem met weergeven content
Steef Janssen
janssenman at gmail.com
Sat Apr 4 13:50:05 CEST 2009
Hey allemaal ik ben al een tijdje met typo3 aan de gang en het bevalt me
prima. Het is alleen veel vallen en opstaan. Een vraagje:
Na het succesvol implementeren van een aantal html/css templates krijg
ik bij een nieuw template de content niet zichtbaar. Ik gebruik iedere
keer hetzelfde typoscript voor mijn template, en overal werkt hij
behalve bij dit ontwerp. Het gekke is dat het menu wel gewoon werkt!
Hier is mijn html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="Rent-it.css" />
<title></title>
</head>
<body>
<div id="container">
<div id="logo"><img src="fileadmin/templates/images/Rent-IT-logo.gif"
alt="" width="150" height="50" align="right"/></div>
<div id="inhoud"></div>
<div id="menu">
<ul>
<li><p><a href=”#”>Menu1</a></p></li>
<li><p><a href=”#”>Menu2</a></p><ul>
<li><p><a href=”#”>Menu2a</a></p></li>
<li><p><a href=”#”>Menu2b</a></p></li>
<li><p><a href=”#”>Menu2c</a></p></li>
<li><p><a href=”#”>Menu2d</a></p></li>
</ul>
</li>
<li><p><a href=”#”>Menu3</a></p></li>
<li><p><a href=”#”>Menu4</a></p></li>
</ul>
</div>
</div>
<div id="rechts"></div>
</body>
</html>
en hier mijn css:
@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding: 0;
background:url(images/achtergrond.gif) bottom center no-repeat fixed;
overflow:hidden;
}
#container
{
z-index: -1;
position:absolute;
width:1000px;
height:500px;
bottom:15%;
padding:0px;
background:#ffffff;
}
#logo{
float:left;
height:500px;
width:26%;
}
#inhoud{
float:left;
width:500px;
height:500px;
background:url(images/contentvlak.gif) center no-repeat;
color:black;
text-align:center;
}
#menu{
padding-top:220px;
float:left;
width:130px;
height:500px;
text-align:left;
}
#menu ul {
list-style: none;
text-decoration: none;
margin-top: 1em;
color:#6d6e71;
}
#menu ul li ul {
padding:0px;
margin-top: 1em;
color:#6d6e71;
}
#menu ul li a {
text-decoration: none;
margin-top: 1em;
color:#6d6e71;
}
#menu ul li ul li a {
text-decoration: none;
margin-top: 1em;
color:#6d6e71;
}
#rechts{
float:right;
width:20%;
height:200px;
background:url(images/foto.gif) left center no-repeat;
}
En bij deze dan ook nog maar mijn typoscript:
#MENU
temp.menu = HMENU
temp.menu.1 =TMENU
temp.menu.1.wrap = <ul> | </ul>
temp.menu.1.NO.wrapItemAndSub = <li> | </li>
temp.menu.1.ACT = 1
temp.menu.1.ACT.wrapItemAndSub = <li class=”actief”> | </li>
temp.menu.2 =TMENU
temp.menu.2.wrap = <ul> | </ul>
temp.menu.2.NO.allWrap = <li> | </li>
temp.menu.2.ACT = 1
temp.menu.2.ACT.allWrap = <li class=”actief”> | </li>
plugin.tx_automaketemplate_pi1.content = FILE
plugin.tx_automaketemplate_pi1.content.file =
fileadmin/templates/Rent-it.html
plugin.tx_automaketemplate_pi1.elements.BODY.all = 1
plugin.tx_automaketemplate_pi1.elements.BODY.all.subpartMarker = BODY
plugin.tx_automaketemplate_pi1.elements.DIV.all = 1
#Template definieren
temp.mijnTemplate = TEMPLATE
temp.mijnTemplate.template =< plugin.tx_automaketemplate_pi1
temp.mijnTemplate.workOnSubpart = BODY
#Template vullen
temp.mijnTemplate.subparts.inhoud < styles.content.get
temp.mijnTemplate.subparts.menu < temp.menu
page = PAGE
page.10 < temp.mijnTemplate
page.stylesheet = fileadmin/templates/Rent-it.css
ALs ik een ander html+css template gebruikt werkt hij wel. Het is een
hele lap tekst maar ik hoop dat iemand er doorheen komt!
groetjes Steef
More information about the TYPO3-UG-dutch
mailing list