[TYPO3-german] Formulare werden nicht angezeigt

C.Neumann claudian at all-in-media.com
Tue Aug 29 13:08:40 CEST 2006


> Mich würde mal interessieren, wo Du das her hast und wozu das überhaupt
gut
> sein soll.
...
<snip>
...

Danke, habe es geändert, als hilfe benutze ich den Praxiswissen typo3 von
Robert Meyer.

Jetzt der Text allerdings so angezeigt, samt HTML, wie ich es in "Seite"
angelegt habe und ohne der css formatierung. Was vorher fonktioniert hat und
bei dem Seitentitel weiter funktioniert.

Warum?

Danke
Claudia

Hier der neue Script:

page = PAGE
page {
         typeNum = 0
         # Allgemeine Seiteneigenschaften setzen
         bodyTag = <body topmargin="0" leftmargin="0" rightmargin="0"
bottommargin="0" marginwidth="0" marginheight="0">
         meta.AUTHOR = Lions Club Dreieich
         meta.DESCRIPTION = Aktivitäten und Informationen des Lions Club
Dreieich
         stylesheet = fileadmin/haupt.css

         # Die Designvorlage integrieren
         10 = TEMPLATE
         10 {
              template = FILE
              template.file = fileadmin/vorlage.html
             workOnSubpart = DOKUMENT

              # Den Platzhalter ansprechen
              marks {
                          FUELLER10 = IMAGE
                          FUELLER10 {
                                           file =
fileadmin/grafiken/fueller.gif
                                           file.width = 10
                                           file.height = 10
                                           }

                         FUELLER16 = IMAGE
                         FUELLER16 {
                                           file =
fileadmin/grafiken/fueller.gif
                                           file.width = 20
                                           file.height = 16
                                           }

                          FUELLER17 = IMAGE
                          FUELLER17 {
                                           file =
fileadmin/grafiken/fueller.gif
                                           file.width = 20
                                           file.height = 17
                                           }

                          FUELLER20 = IMAGE
                          FUELLER20 {
                                           file =
fileadmin/grafiken/fueller.gif
                                           file.width = 20
                                           file.height = 20
                                           }

                          FUELLER21 = IMAGE
                          FUELLER21 {
                                           file =
fileadmin/grafiken/fueller.gif
                                           file.width = 21
                                           file.height = 21
                                           }

                          BALKEN = IMAGE
                          BALKEN {
                                      file = fileadmin/grafiken/balken.gif
                                      file.width = 790
                                      file.height = 47
                                      }

                          # Das Logo einlesen
                          LOGO = IMAGE
                          LOGO {
                                    file = fileadmin/grafiken/logo.gif
                                    file.width = 210
                                    file.height = 80
                                    }

                          # Das grafische Menü erstellen
                          MENU_LINKS = HMENU
                          MENU_LINKS {
                                             special = directory
                                             special.value = 8
                                             entryLevel =1
                                             1 = GMENU
                                             1.NO = 1
                                             1.NO {
                                                      XY = 169, 30
                                                      backColor = #000063

                                                      # Text auf den
Menüpunkt rendern
                                                      10 = TEXT
                                                      10 {
                                                           text.field =
title
                                                           fontColor =
#FFFFFF
                                                           fontFile =
fileadmin/fonts/Arial.ttf
                                                           fontSize = 12
                                                           offset = 10, 16
                                                           }
                                                        # Eine Linie
erzeugen
                                                        20 = IMAGE
                                                        20 {
                                                              file =
GIFBUILDER
                                                              file {
                                                                    XY =
169, 1

backColor = #FBCE64
                                                                    }
                                                              offset = 0, 29
                                                              }

                                                         30 = IMAGE
                                                         30 {
                                                              file =
GIFBUILDER
                                                              file {
                                                                    XY = 2,
29

backColor = #FBCE64
                                                                    }
                                                               }

                                                         35 = IMAGE
                                                         35 {
                                                              file =
GIFBUILDER
                                                              file {
                                                                    XY = 2,
29

backColor = #FBCE64
                                                                    }
                                                              offset = 167,
0
                                                               }

                                                      }

                                             1.RO < .1.NO
                                             1.RO {
                                                      # Text auf den
Menüpunkt rendern
                                                      10 = TEXT
                                                      10.fontColor = #FFCE63
                                                      }
                                             # Die zweite Ebene als Kopie
der ersten Ebene beschreiben
                                             2 < .1
                                             2.NO {
                                                       backColor = #FBCE64
                                                       10.fontColor =
#FFFFFF
                                                       20.backColor =
#000063
                                                       20.XY = 165, 1
                                                       20.offset = 2, 29
                                                      }

                                              2.RO < .2.NO
                                              2.RO {
                                                      10.fontColor = #000063
                                                      }

                                              }
                        #Inhalt ausgeben
                         INHALT = CONTENT
                         INHALT {
                                     table = tt_content
                                     select.orderBy =sorting
                                     select.where = colPos = 0
                                     }

                         }
               }
          }


#Überschrift
lib.stdheader >
lib.stdheader = CASE
lib.stdheader {
                    key.field = header_layout
                    default = TEXT
                    default.field = header
                    default.wrap = <p class="headline">|</p>
                    wrap = |<br>
                    }

#text
tt_content.text.20 {
                          textStyle >
                          wrap = <p class="normal">|</p>
                          }

# Das Suchformular anpassen
tt_content.search.30 {
                               target = _self
                               badMess = Bitte füllen Sie alle
erforderlichen Felder aus:
                               dataArray.10 {
                                                 label = Ihre Suche:
                                                 type = *sword = input, 15,
30
                                                  }
                               dataArray.20 {
                                                   valueArray >
                                                   type = scols = hidden
                                                   value =
pages.title-subtitle-keywords-description:tt_content.haeder-bodytext-imageca
ption
                                                  }
                               }

tt_content.mailform = COA
tt_content.mailform {
                             10 = < lib.stdheader
                             20 < styles.content.mailform
                             20.stdWrap.editIcons = tt_content:
bodytext,pages,subheader
                             20.stdWrap.editIcons.iconTitle=Edit multimedia
element
                             }

# Login-Formular für Webseiten-Benuzer
tt_content.login.30 {
                             target = _self
                             badMess = Bitte füllen Sie alle erforderlichen
Felder aus:
                             dataArray.10 {
                                                 label = Ihre Scuhe:
                                                 type = *sword = input,
15,30
                                                }
                             dataArray.20 {
                                                valueArray >
                                                type = scols = hidden
                                                value =
pages.title-subtitle-keywords-description:tt_content.header-bodytext-imageca
ption
                                                }
                             }






More information about the TYPO3-german mailing list