diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-07-27 19:13:28 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-07-27 19:13:28 +0200 |
| commit | 510fff156db65795cbf211e7910a67fb316cb404 (patch) | |
| tree | dfbec486ffeab2d6886f9f51863f723a2d5cd574 /templates/template-album.tmpl | |
| download | cataract-510fff156db65795cbf211e7910a67fb316cb404.tar.xz | |
Initial commitv0.99.0
Diffstat (limited to 'templates/template-album.tmpl')
| -rw-r--r-- | templates/template-album.tmpl | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl new file mode 100644 index 0000000..e8eb115 --- /dev/null +++ b/templates/template-album.tmpl @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>Browsing album "<!-- $(ID) -->"</title> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <meta name="generator" content="Bluefish 1.0.6" /> + <meta name="date" content="2007-01-06T22:48:18+0100" /> + <meta name="description" content="Photo album: <!-- $(ID) -->" /> + <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> + <meta http-equiv="content-style-type" content="text/css "/> + <link href="support/folder-saved-search.png" type="image/png" rel="icon" /> + <!-- link rel="shortcut icon" href="http://primates.ximian.com/%7Ejimmac/photos/favicon.ico" type="image/x-icon" / --> + <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> + <script type="text/javascript" src="scripts-general.js"> </script> +</head> +<body> + + +<!-- ## Navigation bar --> +<div class="navigation"> +<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td> + <!-- $(NAV_BAR) --> +</td> +<td align="right"><b><!-- $(TOTAL_ITEMS) --> items</b></td></tr></table> +</div> + + +<!-- ## Description --> +<div class="desc"> +<!-- $(BEGIN_GO_UP) --> +<div class="desc_date">:: <a href="../index.html" id="exif_line_a">Go Up</a><br /><br /><br /></div> +<!-- $(END_GO_UP) --> +<!-- $(TITLE) --> +<div class="desc_date"><!-- $(DESCRIPTION) --></div> +</div> + + +<!-- ## Images --> +<div class="bigthumbnails"> +<!-- $(BEGIN_IMG_LIST) --> + <!-- $(BEGIN_IMG_LIST_LANDSCAPE) --> + <div class="one_thumbnail"> + <a href="<!-- $(IMG_SUBPAGE) -->"> + <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" /><br /> + <span class="thumb_name"><!-- $(IMG_FILENAME) --></span> + </a> + </div> + <!-- $(END_IMG_LIST_LANDSCAPE) --> + <!-- $(BEGIN_IMG_LIST_PORTRAIT) --> + <div class="one_thumbnail"> + <a href="<!-- $(IMG_SUBPAGE) -->"> + <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" class="portrait" /><br /> + <span class="thumb_name"><!-- $(IMG_FILENAME) --></span> + </a> + </div> + <!-- $(END_IMG_LIST_PORTRAIT) --> +<!-- $(END_IMG_LIST) --> +</div> + + +<!-- Dirty hack to add free space at the bottom of the page --> +<div style="display: block; float: left; height: 290px;"></div> + +<!-- ## Footer --> +<!-- $(FOOTER) --> + + +</body> +</html> |
