przewiń do treści

Zend Framework od podstaw

Włodzimierz Gajda

<!DOCTYPE...>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
  <head>
    <title>template</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
  </head>
<body>

<div id="pojemnik">
    <h1 id="naglowek">Wiersze i wierszyki...</h1>
    <div id="tekst">
        <p>
            Lorem ipsum...
        </p>
    </div>
    <div id="dol"></div>
</div>

</body>
</html>

Listing 4.5. Szablon index.html, którego chcemy użyć w projekcie dwa-kabele

Rozdział 4. Wymiana szablonu HTML/CSS

listing-04-05.txt