[Typo3-UG Denmark] Split forside indhold

Dennis Hansen post at dennishansenxxx.dk
Wed Sep 8 09:37:03 CEST 2004


Perfekt, nu er jeg dog ikke lige helt den store haj til TS, sååå... men jeg
har fået det lagt ind.

Men det bliver bare placeret i bunden af mit dokument, hvordan kan jeg få
det til at fungere således at jeg kan få mit tag i min HTML fil til at vise
det det rette sted?
<!-- ###CONTENT### START-->

 <!-- ###CONTENT### END-->

Hvad med de underliggende sider, kan jeg angive at det kun er for ét page
ID, altså kun forsiden, og resten af siderne skal fungere som "normalt" ??


# Defining a temporary object with the content:
temp.contentInTableAlignedCells = COA
temp.contentInTableAlignedCells.wrap = <table border=0 width=680
cellpadding=10> | </table>
temp.contentInTableAlignedCells {
    # Setting up a COA content object at position 10 which shows
    # a table with two columns and a single content element in each
  10 = COA
  10.5 = TEXT
  10.5.value = <tr><td width=340 valign=top>
  10.10 < styles.content.get
  10.10.select.begin =1
  10.10.select.max =1
  10.15 = TEXT
  10.15.value = </td><td width=340 valign=top>
  10.20 < styles.content.get
  10.20.select.begin =0
  10.20.select.max =1
  10.25 = TEXT
  10.25.value = </td></tr>

    # Now, copy that content object from position 10 as many times as needed
    # and adjust parameters
  20 < .10
  20.10.select.begin = 3
  20.20.select.begin = 4

  30 < .10
  30.10.select.begin = 5
  30.20.select.begin = 6
}

# Now, copy this object into a position in the page rendering object tree.
page.10 < temp.contentInTableAlignedCells

Mvh

Dennis





More information about the TYPO3-UG-denmark mailing list