47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
<f:layout name="defaultLayout" />
|
|
|
|
<f:section name="content">
|
|
|
|
<div id="wrapper">
|
|
<div id="header">
|
|
<f:cObject typoscriptObjectPath="lib.header" />
|
|
<f:cObject typoscriptObjectPath="lib.accessibilitybuttons" />
|
|
</div>
|
|
|
|
<div id="inhalt" class="clearfix">
|
|
<f:if condition="{backendLayout} == 3">
|
|
<f:then>
|
|
<f:format.html parseFuncTSPath=""><div class="main">{inhalt}</div>
|
|
<div class="related">{inhaltRechts}</div></f:format.html>
|
|
</f:then>
|
|
<f:else>
|
|
<f:format.html parseFuncTSPath="">{inhalt}</f:format.html>
|
|
</f:else>
|
|
</f:if>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div class="spalte spalte1">
|
|
<a href="http://www.km.bayern.de/" target="_blank"><img src="fileadmin/templates/img/wappen-ministerium.png" alt="Bayerisches Staatsministerium für Bildung und Kultus, Wissenschaft und Kunst" class="wappen"></a>
|
|
</div>
|
|
<div class="spalte spalte2">
|
|
<h3> <br> </h3>
|
|
<f:cObject typoscriptObjectPath="lib.footermenue_links" />
|
|
</div>
|
|
<div class="spalte spalte3">
|
|
<h3>Fächerwahl zur 11. Jahrgangsstufe</h3>
|
|
<f:cObject typoscriptObjectPath="lib.footermenue_mitte" />
|
|
</div>
|
|
<div class="spalte spalte4">
|
|
<h3>Informationen zum<br>Abitur</h3>
|
|
<f:cObject typoscriptObjectPath="lib.footermenue_rechts" />
|
|
</div>
|
|
|
|
<f:cObject typoscriptObjectPath="lib.socialButtons" />
|
|
</div>
|
|
</div>
|
|
|
|
<f:cObject typoscriptObjectPath="lib.mobilemenue" />
|
|
|
|
</f:section>
|