HTML Grundgerüst
(Unterschied zwischen Versionen)
| Zeile 3: | Zeile 3: | ||
Aufgeteilt ist das HTML Grundgerüst, das ja die Struktur für das Layout bildet in: | Aufgeteilt ist das HTML Grundgerüst, das ja die Struktur für das Layout bildet in: | ||
| − | * | + | * Kopf |
| − | * | + | * linke Spalte |
| − | * | + | * mittlere Spalte |
| − | * | + | * rechte Spalte HTML|rechte Spalte |
| − | * | + | * Fuß |
Das wird auch reflektiert in der /templates/__index.html | Das wird auch reflektiert in der /templates/__index.html | ||
Version vom 20:24, 27. 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:
- Kopf
- linke Spalte
- mittlere Spalte
- rechte Spalte HTML|rechte Spalte
- Fuß
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">