Hallo zusammen
Ich habe in meinem Typoscript wohl einen Fahler. Unter Typo3 6.2 funktioniert alles einwandfrei. Nun wollte ich das selbe unter 7.6.9 verwenden. CONTENT < styles.content.get funktioniert aber CONTENT < styles.content.
getRight geht nicht.
Es funktioniert nur die Spalte "normal". Alle andern werden nicht akzeptiert. Was muss ich ändern?
Hier das komplette Typoscript:
page = PAGE
page {
includeLibs.user_klasse = fileadmin/templates/php/user_klasse.php
lib.phpskript = USER
lib.phpskript.userFunc = user_klasse->ausgabe
config.language = de
config.locale_all = de_CH.UTF-8
config.baseURL =
http://www.neu.heso-wilchingen.ch/ config.tx_cooluri_enable = 1
config.redirectOldLinksToNew = 1
10 = TEMPLATE
10 {
template = FILE
template.file = fileadmin/template/index.html
workOnSubpart = DOCUMENT
subparts {
CONTENT < styles.content.get
IMAGE< styles.content.getLeft
NAVIGATION = HMENU
NAVIGATION {
1 = TMENU
1 {
wrap = <ul>|</ul>
NO = 1
NO {
wrapItemAndSub = <li>|</li> |*| <li>|</li> |*| <li>|</li>
}
CUR = 1
CUR {
wrapItemAndSub = <li class="current">|</li> |*| <li class="current">|</li> |*| <li class="current">|</li>
}
ACT = 1
ACT {
wrapItemAndSub = <li class="active">|</li> |*| <li class="active">|</li> |*| <li class="active">|</li>
}
}
2 < .1
}
}
}
includeCSS {
file1 = fileadmin/template/css/demo.css
file2 = fileadmin/template/css/jqbar.css
file3 = fileadmin/template/css/bootstrap.css
file4 = fileadmin/template/css/bootstrap-responsive.css
file5 = fileadmin/template/css/style.css
file6 = fileadmin/template/css/simpletextrotator.css
file7 = fileadmin/template/css/bootstrap.min.css
file8 = fileadmin/template/css/bootstrap-responsive.min.css
file9 = fileadmin/template/css/bootstrap-responsive.min.css
}
}
page.includeJS {
jquery =
http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js jquery.external = 1
jquery.forceOnTop = 1
}
############################
# JavaScript and CSS section
############################
page {
# Inlude JavaScript files
includeJSFooterlibs {
powermailJQuery =
powermailJQuery.external = 0
powermailJQueryUi =
powermailJQueryUi.external = 0
powermailJQueryUiDatepicker = EXT:powermail/Resources/Public/Js/jquery.ui.datepicker.min.js
powermailJQueryFormValidationLanguage = EXT:powermail/Resources/Public/Js/jquery.validationEngine-en.js
powermailJQueryFormValidation = EXT:powermail/Resources/Public/Js/jquery.validationEngine.js
powermailJQueryTabs = EXT:powermail/Resources/Public/Js/tabs.js
}
includeJSFooter {
powermailForm = EXT:powermail/Resources/Public/Js/form.js
}
# Include CSS files
includeCSS {
powermailJQueryUiTheme = EXT:powermail/Resources/Public/Css/jquery.ui.theme.css
powermailJQueryUiDatepicker = EXT:powermail/Resources/Public/Css/jquery.ui.datepicker.css
}
}
page.meta {
KEYWORDS.field = keywords
KEYWORDS.ifEmpty= herbstsonntage wilchingen, herbstsonntage, herbstfest, wilchingen, feuerwerk wilchingen, wilchingen, weinfest, heso wilchingen, heso, kellereien wilchingen
}
page.meta {
DESCRIPTION.field = description
DESCRIPTION.ifEmpty = Herbstsonntage Wilchingen, das ist die Offiielle Seite zum Herbstsonnteg in Wilchingen. Willkommen auf unserer Webseite. Wann? Alljährlich, am letzten September-Wochenende und am ersten Oktober-Sonntag.
}
page.headerData.45678 = TEXT
page.headerData.45678.value (
<script>
var gaProperty = 'UA-52807274-1';
var disableStr = 'ga-disable-' + gaProperty;
if (document.cookie.indexOf(disableStr + '=true') > -1) {
window[disableStr] = true;
}
function gaOptout() {
document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStr] = true;
}
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-52807609-1']);
_gaq.push(['_gat._anonymizeIp']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? '
https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
)
)