templates/gallery.html
changeset 1 740133ab6353
child 4 d46ab092d2b2
equal deleted inserted replaced
0:5dbdcb79024b 1:740133ab6353
       
     1 <?xml version="1.0" encoding="UTF-8" ?>
       
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
       
     3   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
       
     4 
       
     5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
       
     6   <head>
       
     7     <title><!-- TITLE --></title>
       
     8     <link rel="Stylesheet" type="text/css" href="<!-- STYLE_URL -->" />
       
     9   </head>
       
    10   <body>
       
    11     <div id="breadcrumb"><!-- BREADCRUMB --></div>
       
    12     <h1><!-- TITLE --></h1>
       
    13     <div id="dirs"><!-- DIRECTORIES --></div>
       
    14     <div id="thumbnails">
       
    15       <!-- CONTENT -->
       
    16     </div>
       
    17     <p id="description"><!-- DESCR --></p>
       
    18     <div id="info">
       
    19         <p>ShortURL: <a href="<!-- SHORTURL -->"><!-- SHORTURL_CODE --></a></p>
       
    20     </div>
       
    21     <p id="about"><a href="http://marttila.de/~terom/degal/">DeGAL</a> <!-- VERSION --></p>
       
    22   </body>
       
    23 </html>