templates/gallery.html
author terom
Thu, 08 Nov 2007 19:26:00 +0000
changeset 6 d9d1f8e5f384
parent 5 156cdfffef8e
child 12 c2d8e9a754a1
permissions -rw-r--r--
fix alignment of teh paginator, and make shorturl dirs better (no index.html + pagination)
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <title><!-- TITLE --></title>
    <link rel="Stylesheet" type="text/css" href="<!-- STYLE_URL -->" />
  </head>
  <body>
    <div id="breadcrumb"><!-- BREADCRUMB --></div>
    <h1><!-- TITLE --></h1>
    <div id="dirs"><!-- DIRECTORIES --></div>
    <div class="paginate"><!-- PAGINATION --></div>
    <div id="thumbnails">
      <!-- CONTENT -->
    </div>
    <div class="paginate"><!-- PAGINATION --></div>
    <p id="description"><!-- DESCR --></p>
    <div id="info">
        <p>ShortURL: <a href="<!-- SHORTURL -->" rel="nofollow"><!-- SHORTURL_CODE --></a></p>
    </div>
    <p id="about"><a href="http://marttila.de/~terom/degal/">DeGAL</a> <!-- VERSION --></p>
  </body>
</html>