Hallo zs.
Für Typo3 hab ich mir die mb_960gs_include installiert und habe dazu die auch durchgelesen.
Doch ich komme einfach nicht klar. Im Frontend fehlen Content und Templatestruktur.
"css-style-content" und "mb_960gs-include" sind beide included. Was mache ich noch falsch?
Vielen Dank für eure Mühe und Hilfe!
Anbei mein TS und das Test-Template:
Und so sieht der Quelltext der Seite danach aus: leer nämlich; nur die Stylesheets und die meta-Angaben werden geladen.
Für Typo3 hab ich mir die mb_960gs_include installiert und habe dazu die auch durchgelesen.
Doch ich komme einfach nicht klar. Im Frontend fehlen Content und Templatestruktur.
"css-style-content" und "mb_960gs-include" sind beide included. Was mache ich noch falsch?
Vielen Dank für eure Mühe und Hilfe!
Anbei mein TS und das Test-Template:
Code:
page = [URL="http://www.typo3.net/tsref/setup/PAGE/"]PAGE[/URL]
page {
= 0
.REFRESH = 60;
.AUTHOR.field = author
.KEYWORDS.field = keywords
.DESCRIPTION.field = description
config {
#cache ein/aus
no_cache = 0
= html_5
#doctypeSwitch = false
= none
= de_DE
= de
= de
prefixLocalAnchors = all
disablePrefixComment = false
= all
message_page_is_being_generated = Seite wird erstellt!
headerComment (Test)
{
file1 = typo3conf/ext/mb_960gs_include/ressources/code/css/reset.css
file2 = typo3conf/ext/mb_960gs_include/ressources/code/css/text.css
file3 = typo3conf/ext/mb_960gs_include/ressources/code/css/960.css
}
}
= <body>
{
file4 = fileadmin/templates/trygrid02/style.css
}
10 = [URL="http://www.typo3.net/tsref/cobject/TEMPLATE/"]TEMPLATE[/URL]
10 {
template = [URL="http://www.typo3.net/tsref/cobject/FILE/"]FILE[/URL]
template.file = fileadmin/templates/trygrid02/template.html
workOnSubpart = MYBODY
subparts.[URL="http://www.typo3.net/tsref/cobject/CONTENT/"]CONTENT[/URL] < styles.content.get
marks {
NAVIGATION < temp.menu
BREADCRUMB < temp.breadcrumb
}
}
20 = [URL="http://www.typo3.net/tsref/cobject/TEXT/"]TEXT[/URL]
20 {
field = SYS_LASTCHANGED
date = d.m.Y
noTrimWrap = |Letzte Änderung: |
}
HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<!--###MYBODY###-->
<div class="container_12 wrapperbg">
<div class="grid_12 header">
<p>HEADER: 940px</p>
</div>
<!-- end .grid_12 -->
<div class="clear"></div>
<div class="grid_9 content">
###CONTENT###
</div>
<div class="grid_3 border">
<p>CONTENT: 220</p>
</div>
<!-- end .grid_3 -->
<div class="clear"></div>
<div class="grid_12 footer">
<p>FOOTER: 940</p>
</div>
<!-- end .grid_12 -->
<div class="clear"></div>
</div>
<!--###MYBODY###-->
</body>
</html>
HTML:
<!DOCTYPE html>
<html lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--
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-2011 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
Information and contribution at <a href="http://typo3.com/" target="_blank" class="link_10">
http://typo3.com/</a> and <a href="http://typo3.org/" target="_blank" class="link_10">http://typo3.org/</a>
-->
<title>test</title>
<meta name="generator" content="TYPO3 4.5 CMS" />
<meta http-equiv="REFRESH" content="60;" />
<meta name="AUTHOR" content="Norman Gedigk" />
<meta name="KEYWORDS" content="test typo3 usw" />
<meta name="DESCRIPTION" content="Eine Seite zu Typo3 Testzwecken ... description diesmal übers cms" />
<link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_fad97d0aa7.css?1298110896" media="all" />
<link rel="stylesheet" type="text/css" href="typo3conf/ext/mb_960gs_include/ressources/code/css/reset.css?1298217292" media="all" />
<link rel="stylesheet" type="text/css" href="typo3conf/ext/mb_960gs_include/ressources/code/css/text.css?1298217292" media="all" />
<link rel="stylesheet" type="text/css" href="typo3conf/ext/mb_960gs_include/ressources/code/css/960.css?1298217292" media="all" />
<script src="typo3temp/javascript_93077bb238.js?1298100526" type="text/javascript"></script>
</head>
<body>
</body>
</html>
Zuletzt bearbeitet: