Ich habe mich wohl unglücklich ausgedrückt. Bitte entschuldige.
Ein funktionierendes Template ist jenes, mit dem ich den Editor und die Vorschau verwenden kann, ohne dass irgendwelche Fehler auftreten.
Ein nicht funktionierendes Template zeichnet sich dadurch aus, dass der Editor nicht funktioniert (es kommen jede Menge php-Fehler), und die Vorschau wird auch nicht richtig angezeigt.
Das lustige dabei ist, dass das "nicht funktionierende Template" einwandfrei läuft, wenn ich die Website selbst aufrufe. Es funktioniert also nur innerhalb des Backends nicht richtig. Die Tags sind alle geschlossen, soweit ich gesehen habe.
Ich poste mal ein "funktionierendes Template" :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" lang="de">
<head>
<!--
This website is brought to you by WISLI World Internet Service Ltd.
CONTENIDO is a free open source Content Management Framework created by four for business AG and licensed under GNU/GPL.
CONTENIDO is copyright 2001-2006 of four for business AG. Modules are copyright of their respective owners.
Information and contribution at
http://www.contenido.org
-->
<title>Musikseminar Hamburg MenschMusik e.V.</title>
<meta http-equiv="Content-Language" content="de"/>
<meta http-equiv="ImageToolbar" content="no"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script language="javascript" type="text/javascript" src="js/jsApi.js"></script>
</head>
<body>
<style type="text/css">
table { border-spacing:0px; border-collapse:collapse;}
td { vertical-align:top; height:100%; empty-cells:show;}
</style>
<div id="wrap">
<container id="50" name="Hilfsnavigation" types="Navigation" mode="fixed" default="Hilfsnavigation">Hilfsnavigation</container>
<container id="80" name="Illustration" types="Content" default=""></container>
<table bgcolor=white height=100%><tr><td height=100%>
<div id="col-left">
<container id="40" name="Hauptnavigation" types="Navigation" mode="fixed" default="Hauptnavigation">Hauptnavigation</container>
</div></td>
<td>
<div id="col-body">
<container id="60" name="Navigationspfad" types="Navigation" mode="fixed" default="Navigationspfad">Navigationspfad</container>
<container id="10" name="Headline" types="Content" default="Headline (HTML)">Headline (HTML)</container>
<container id="12" name="Text" types="Content" default="">Content 1</container>
<container id="15" name="Text" types="Content" default="">Content 2</container>
<container id="22" name="Text" types="Content" default="">Content 3</container>
<container id="24" name="Text" types="Content" default="">Content 4</container>
<container id="26" name="Text" types="Content" default="">Content 5</container>
<container id="28" name="Text" types="Content" default="">Content 6</container>
<container id="30" name="BottomNavigation" types="Navigation" mode="fixed" default="BottomNavigation">BottomNavigation</container>
</div>
</td><td>
<div id="col-right" style="height:100%;">
<container id="70" name="Teaser_Rechts" types="Content" mode="optional">Teaser (Rechts)</container>
<container id="72" name="Teaser_Rechts" types="Content" mode="optional">Teaser (Rechts)</container>
<container id="74" name="Teaser_Rechts" types="Content" mode="optional">Teaser (Rechts)</container>
</div>
<br class="y"/>
</div></div>
</td></tr></table>
</body>
</html>
... und ein nicht funktionierendes :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" lang="de">
<!--
This website is brought to you by WISLI World Internet Service Ltd.
CONTENIDO is a free open source Content Management Framework created by four for business AG and licensed under GNU/GPL.
CONTENIDO is copyright 2001-2006 of four for business AG. Modules are copyright of their respective owners.
Information and contribution at
http://www.contenido.org
-->
<title>Musikseminar Hamburg MenschMusik e.V.</title>
<meta http-equiv="Content-Language" content="de"/>
<meta http-equiv="ImageToolbar" content="no"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script language="javascript" type="text/javascript" src="js/jsApi.js"></script>
</head>
<body>
<style type="text/css">
table { border-spacing:0px; border-collapse:collapse;}
td { vertical-align:top; height:100%; empty-cells:show;}
</style>
<div id="wrap"><table bgcolor=white height=300px><tr><td>
<container id="50" name="Hilfsnavigation" types="Navigation" mode="fixed" default="Hilfsnavigation">Hilfsnavigation</container>
<div id="header"><img src="stylepics/logo_verm.gif" align=right width=438px><br style="clear:both;">
<img src="stylepics/header_verm.gif" width="800px"></div></tr></td></table>
<container id="80" name="Illustration" types="Content" default=""></container>
<table bgcolor=white height=100%><tr><td height=100%>
<div id="col-left" style="top:500px;">
<container id="40" name="Hauptnavigation" types="Navigation" mode="fixed" default="Hauptnavigation">Hauptnavigation</container>
</div></td>
<td>
<div id="col-body">
<container id="60" name="Navigationspfad" types="Navigation" mode="fixed" default="Navigationspfad">Navigationspfad</container>
<container id="10" name="Headline" types="Content" default="Headline (HTML)">Headline (HTML)</container>
<container id="12" name="Text" types="Content" default="">Content 1</container>
<container id="15" name="Text" types="Content" default="">Content 2</container>
<container id="22" name="Text" types="Content" default="">Content 3</container>
<container id="24" name="Text" types="Content" default="">Content 4</container>
<container id="26" name="Text" types="Content" default="">Content 5</container>
<container id="28" name="Text" types="Content" default="">Content 6</container>
<container id="30" name="BottomNavigation" types="Navigation" mode="fixed" default="BottomNavigation">BottomNavigation</container>
</div>
</td><td>
<div id="col-right" style="height:100%; ">
<img src="stylepics/news_bg_verm.gif" margin-top:-10px margin-left:-10px >
<container id="70" name="Teaser_Rechts" types="Content" mode="optional">Teaser (Rechts)</container>
<container id="72" name="Teaser_Rechts" types="Content" mode="optional">Teaser (Rechts)</container>
<container id="74" name="Teaser_Rechts" types="Content" mode="optional">Teaser (Rechts)</container>
</div>
<br class="y"/>
</div></div>
</td></tr></table>
</body>
</html>
Vielen Dank im Voraus für Deine/Eure Hilfe !