TypoScript‎ > ‎

Setup

Für den Bereich des Setup TypoScript-Codes gilt wie für den Bereich Constant: PID's sind ausge-X-t , manche Einträge zeige ich nicht... :P

page = PAGE
page {
typeNum = 0
shortcutIcon = fileadmin/templates/tradingclub24/images/favicon.ico
includeCSS { 
file1 = fileadmin/templates/tradingclub24/css/style.css
file2 = fileadmin/templates/tradingclub24/css/typo3.css
}
meta.robots = index, follow
meta.language = de, at, ch
meta.pragma = no-cache
        #für die Verwendung der Google Webmaster-Tools hier den Verifikationscode eintragen:
meta.VERIFY-V1 = 
 config {
headerComment (
*Hier steht der Text, der n der Quelltext-Ansicht über dem
        "This website is powered by TYPO3 - inspiring people to share!
	TYPO3 is a free open source Content Management Framework initially
        created by Kasper Skaarhoj and licensed under GNU/GPL.
        TYPO3 is copyright 1998-2008 of Kasper Skaarhoj. 
        Extensions are copyright of their respective owners.
	Information and contribution at http://typo3.com/ and             
        http://typo3.org/"
steht*	)
doctype = xhtml_strict
doctypeSwitch = 1
xhtml_cleaning = all
htmlTag_langKey = de
xmlprologue = none
index_enable = 1
index_externals = 1
locale_all = de_DE
language = de
        #Folgender Eintrag ist nicht W3C konform:
extTarget = _blank
spamProtectEmailAddresses = 1
spamProtectEmailAddresses_atSubst = (at)
simulateStaticDocuments = 0
baseURL = http://tradingclub24.com/
tx_cooluri_enable = 1
redirectOldLinksToNew = 1
tx_m1_google_analytics {
       account = UA-XXXXXXXX-X
    }
 }
 10 = TEMPLATE
 10.template = FILE
 10.template.file = fileadmin/templates/[...].html
 10.workOnSubpart = DOKUMENT
 10.subparts.CONTENT < styles.content.get
 10.subparts.CONTENTLEFT < styles.content.getLeft
 10.subparts.CONTENTRIGHT < styles.content.getRight
 10.subparts.COPYRIGHT = TEXT
 10.subparts.COPYRIGHT {
   data = date : U
   strftime = %Y
   wrap = &copy;&nbsp;|&nbsp;Tradingclub24
 }
# Damit das Menü oben in die entsprechende Form kommt, entsteht hier ein wenig mehr TS-Code
 10.subparts.MENU = HMENU
 10.subparts.MENU {
1 = TMENU
1 {
expAll = 1
wrap = <ul>|</ul>
noBlur = 1
NO = 1
NO {
wrapItemAndSub = <li id="m1">|</li>||<li id="m2">|</li>||<li id="m3">|</li>||<li id="m4">|</li>||<li id="m5">|</li>||<li id="m6">|</li>||
ATagTitle.field = subtitle // title
ATagParams = accesskey="1"||accesskey="2"||accesskey="3"||accesskey="4"||accesskey="5"||accesskey="6"||
}
ACT = 1
ACT {
wrapItemAndSub = <li id="m1">|</li>||<li id="m2">|</li>||<li id="m3">|</li>||<li id="m4">|</li>||<li id="m5">|</li>||<li id="m6">|</li>||
ATagTitle.field = subtitle // title
ATagParams = class="aktiv"
}
}
 }
 10.subparts.SUBMENU = HMENU
 10.subparts.SUBMENU {
entryLevel = 1
1 = TMENU
1{
wrap = <ul id='menuList2'>|</ul>
noBlur =1
ACT = 1
ACTIFSUB = 1
NO{
 wrapItemAndSub = <li class='menuItem2'>|</li>
 ATagParams = class='menuLink2'
}
ACT{
 wrapItemAndSub = <li class='menuItem2'>|</li>
 ATagParams = class='menuLinkAct2'
}
ACTIFSUB{
 wrapItemAndSub = <li class='menuItem2'>|</li>
 ATagParams = class='menuLinkAct2'
}
}
2 = TMENU
2{
noBlur = 1
ACT = 1
ACTIFSUB = 1
wrap = <ul class='submenuList2'>|</ul>
NO{
 wrapItemAndSub = <li class='submenuItem2'>|</li>
 ATagParams = class='submenuLink2'
}
ACT{
 wrapItemAndSub = <li class='submenuItem2'>|</li>
 ATagParams = class='submenuLinkAct2'
}
ACTIFSUB{
 wrapItemAndSub = <li class='submenuItem2'>|</li>
 ATagParams = class='submenuLinkAct2'
}
    }
 }
 10.subparts.BREADCRUMBS = HMENU
 10.subparts.BREADCRUMBS {
    special = rootline
    special.range = 1|-1
    1 = TMENU
    1 {
        NO.linkWrap = | >
        NO.stdWrap2.noTrimWrap = | | |
        CUR < .NO
        CUR = 1
        CUR {
            linkWrap = |
            doNotLinkIt = 1
        }
    }
 }
 10.subparts.LOGIN < plugin.tx_feuserloginsystem_pi1
 10.subparts.LOGIN.code = smalllogin
}