templates/gallery.html
author terom
Thu, 08 Nov 2007 17:06:03 +0000
changeset 1 740133ab6353
child 4 d46ab092d2b2
permissions -rw-r--r--
initial code, somewhere between 0.2 and 0.5
<?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 id="thumbnails">
      <!-- CONTENT -->
    </div>
    <p id="description"><!-- DESCR --></p>
    <div id="info">
        <p>ShortURL: <a href="<!-- SHORTURL -->"><!-- SHORTURL_CODE --></a></p>
    </div>
    <p id="about"><a href="http://marttila.de/~terom/degal/">DeGAL</a> <!-- VERSION --></p>
  </body>
</html>