[TYPO3-german] CSS styled content Frage

Sebastian Scholz eemceebee at googlemail.com
Wed Nov 29 13:50:04 CET 2006


Also irgendwie blick ich da nicht durch. Hier nochmal das ganze Template :


#==============================
# Configuring the Auto-Parser for main template:
plugin.tx_automaketemplate_pi1 {
    # Read the template file:
  content = FILE
  content.file = fileadmin/template/main/template_1.html
    # Here we define which elements in the HTML that
    # should be wrapped in subpart-comments:
  elements {
    BODY.all = 1
    BODY.all.subpartMarker = DOCUMENT_BODY
    HEAD.all = 1
    HEAD.all.subpartMarker = DOCUMENT_HEADER
    HEAD.rmTagSections = title
    TD.all = 1
  }
    # Prefix all relative paths with this value:
  relPathPrefix = fileadmin/template/main/
}


  # Menu 1 cObject
temp.menu_1 = HMENU
  # First level menu-object, textual
temp.menu_1.1 = TMENU
temp.menu_1.1 {
    # Normal state properties
  NO.allWrap = <div class="menu1-level1-no"> | </div>
    # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <div class="menu1-level1-act"> | </div>
}
  # Second level menu-object, textual
temp.menu_1.2 = TMENU
temp.menu_1.2 {
    # Normal state properties
  NO.allWrap = <div class="menu1-level2-no"> | </div>
    # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <div class="menu1-level2-act"> | </div>
}


# Main TEMPLATE cObject for the BODY
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
    # Feeding the content from the Auto-parser to the TEMPLATE cObject:
  template =< plugin.tx_automaketemplate_pi1
    # Select only the content between the <body>-tags
  workOnSubpart = DOCUMENT_BODY

  # Substitute the ###menu_1### subpart with some example content:
  subparts.menu_1 < temp.menu_1


  # Substitute the ###content### subpart with some example content:
  subparts.content < styles.content.get

}

# Main TEMPLATE cObject for the HEAD
temp.headTemplate = TEMPLATE
temp.headTemplate {
    # Feeding the content from the Auto-parser to the TEMPLATE cObject:
  template =< plugin.tx_automaketemplate_pi1
    # Select only the content between the <head>-tags
  workOnSubpart = DOCUMENT_HEADER
}


# Default PAGE object:
page = PAGE
page.typeNum = 0
#page.config.disableAllHeaderCode=1

# Copying the content from TEMPLATE for <body>-section:
page.10 < temp.mainTemplate

# Copying the content from TEMPLATE for <head>-section:
page.headerData.10  < temp.headTemplate

#==============================

Das ganze soll halt so aussehen, wenn ich neuen Content hinzufüge, das
automatisch hinten dran dieser Seperator eingebaut wird.

Das ganze soll dann so aussehen :

|--------------------------|
|              Content |
|              Block 1 |
|--------------------------|
|--------------------------|
| textseperator.jpg |
|--------------------------|
|--------------------------|
|              Content |
|              Block 2 |
|--------------------------|
|--------------------------|
| textseperator.jpg |
|--------------------------|



> tt_content.stdWrap.outerWrap = <div class="meintrenner">|</div>
>
>


Da ich kein tt_content habe, Frage ich mich wo ich das jetzt einbaue ?


More information about the TYPO3-german mailing list