[TYPO3-UG Dutch] why did the span not shown up

Roelof Wobben rwobben at hotmail.com
Tue Feb 27 21:14:07 CET 2007


Hallo,

Ik heb deze html file gebruikt voor TV :


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="STYLESHEET" href="res/tamara.css" type="text/css">
	<title>Untitled</title>
</head>
<body>
<div id="container">
   <div id="head"></div>
    <div id="wrapper">
     <div id="sidebar-1">
        <a href="">test 1</a><br />
        <a href="">test 1</a><br />
        <a href="">test 1</a><br />
        <a href="">test 1</a><br />
      </div>
	  <div id="content">
            <div class="row"><span class="left">
Zwanger</span>
<span class="right">
21-01-1969</span></div><br><br>
            <div class="tekst">
			Hoera, het is zover, eindelijk zwanger. De test laat niets te twijfelen 
over. Ik ben net een stuiterbal, blij en energie voor tien. Ondanks het 
prille begin, heb ik een
           goed gevoel over deze zwangerschap. Waarom? geen idee. Het voelt 
gewoon goed. Het is moeilijk om &rsquo;s middags mijn mond dicht te houden 
als ik met mijn zus in de stad ben. Het is maar
           goed dat er een carnavalsoptocht is, het geeft een beetje 
afleiding.</div>
      </div>
      </div>
	<div id="foot">
    Design by <a href="http://www.ryanarrowsmith.com/">Ryan Arrowsmith</a>. 
Made avaible by R. Wobben for typo3
  </div>
</body>
</html>

Deze heb ik allemaal gemapt.

Daarna heb ik deze TS gemaakt :
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page

lib,.titel = TEXT
lib,titel.field = title

lib.datum = TEXT
lib.datum.field = subtitle

en daarna is mijn DS veranderd in :

<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
	<meta type="array">
		<langChildren type="integer">1</langChildren>
		<langDisable type="integer">0</langDisable>
	</meta>
	<ROOT type="array">
		<tx_templavoila type="array">
			<title>ROOT</title>
			<description>Select the HTML element on the page which you want to be the 
overall container element for the template.</description>
		</tx_templavoila>
		<type>array</type>
		<el type="array">
			<field_menu type="array">
				<tx_templavoila type="array">
					<title>menu</title>
					<description>menu</description>
					<sample_data type="array">
						<numIndex index="0">menu</numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<tags>*:inner</tags>
					<TypoScriptObjPath>lib.menu</TypoScriptObjPath>
				</tx_templavoila>
			</field_menu>
			<field_titel type="array">
				<tx_templavoila type="array">
					<title>titel</title>
					<description>titel</description>
					<sample_data type="array">
						<numIndex index="0">titel</numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<TypoScriptObjPath>lib.titel</TypoScriptObjPath>
				</tx_templavoila>
			</field_titel>
			<field_datum type="array">
				<tx_templavoila type="array">
					<title>datum</title>
					<description>datum</description>
					<sample_data type="array">
						<numIndex index="0">Datum</numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<TypoScriptObjPath>lib.datum</TypoScriptObjPath>
				</tx_templavoila>
			</field_datum>
			<field_content type="array">
				<tx_templavoila type="array">
					<title>content</title>
					<description>content</description>
					<sample_data type="array">
						<numIndex index="0">content</numIndex>
					</sample_data>
					<eType>ce</eType>
					<TypoScript>
	10= RECORDS
	10.source.current=1
	10.tables = tt_content
	10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt;
                    </TypoScript>
					<oldStyleColumnNumber type="integer">0</oldStyleColumnNumber>
				</tx_templavoila>
				<TCEforms type="array">
					<config type="array">
						<type>group</type>
						<internal_type>db</internal_type>
						<allowed>tt_content</allowed>
						<size>5</size>
						<maxitems>200</maxitems>
						<minitems>0</minitems>
						<multiple>1</multiple>
						<show_thumbs>1</show_thumbs>
					</config>
					<label>content</label>
				</TCEforms>
			</field_content>
		</el>
	</ROOT>
</T3DataStructure>

Maar nu zie ik nog steeds de header in <div id = "csc-header"> staan in 
plaats van <span id="header">

Wat is mijn denkfout ?

Groetjes,

Roelof

_________________________________________________________________
Nieuws: Windows Live Mail met rechtermuis- en versleepfuncties! 
http://imagine-windowslive.com/mail/launch/default.aspx?Locale=nl-nl



More information about the TYPO3-UG-dutch mailing list