HTML Grundgerüst
(Unterschied zwischen Versionen)
Zeile 15: | Zeile 15: | ||
{include file="_inhalt_mitte.html"} | {include file="_inhalt_mitte.html"} | ||
{include file="_fuss.html"} | {include file="_fuss.html"} | ||
+ | ==Übersicht== | ||
+ | Eine grobe Übersicht über die Strukturierung kann man hier sehen | ||
+ | <nowiki><html> | ||
+ | <head> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="page_margins"> | ||
+ | <div id="page" class="hold_floats"> | ||
+ | <div id="head"> | ||
+ | <div id="head_content" class="clearfix"> | ||
+ | {include file="_module_intern/mod_menue_sprung.html"} | ||
+ | {foreach item=modul from=$module.1} | ||
+ | {* <!-- Modul: {$modul.modlang_name}<br /> --> *} | ||
+ | {include file=$modul.mod_template} | ||
+ | {/foreach} | ||
+ | </div> <!-- ENDE head_content --> | ||
+ | </div> <!-- ENDE head --> | ||
+ | <div id="main"> | ||
+ | </nowiki> |
Version vom 22:57, 20. Aug 2006
Sie sind hier: Hauptseite / Papoo CSS Layout / HTML Grundgerüst
HTML Grundgerüst
Aufgeteilt ist das HTML Grundgerüst, das ja die Struktur für das Layout bildet in:
Das wird auch reflektiert in der /templates/__index.html
{include file="_kopf.html"} {include file="_inhalt_links.html"} {include file="_inhalt_rechts.html"} {include file="_inhalt_mitte.html"} {include file="_fuss.html"}
Übersicht
Eine grobe Übersicht über die Strukturierung kann man hier sehen
<html> <head> </head> <body> <div id="page_margins"> <div id="page" class="hold_floats"> <div id="head"> <div id="head_content" class="clearfix"> {include file="_module_intern/mod_menue_sprung.html"} {foreach item=modul from=$module.1} {* <!-- Modul: {$modul.modlang_name}<br /> --> *} {include file=$modul.mod_template} {/foreach} </div> <!-- ENDE head_content --> </div> <!-- ENDE head --> <div id="main">