Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
<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>&nbsp;<br>&nbsp;</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>