summaryrefslogtreecommitdiff
path: root/templates/template-index.tmpl
blob: 2f941a26b995098272e68298587fe30248ffc9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?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><!-- $(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 index: <!-- $(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) --> albums</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>


<!--  ##  Albums  -->
<div class="albumlist">
<!-- $(BEGIN_IMG_LIST) -->
  <!-- $(BEGIN_IMG_LIST_LANDSCAPE) -->
   <div class="one_album">
     <a href="<!-- $(ALBUM_SUBPATH) -->">
       <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" />
       <span class="album_text"><!-- $(IMG_TITLE) --></span><br /><br /><br />
       <span class="album_subtext"><!-- $(IMG_DESCRIPTION) --></span><br /><br />
       <span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</span>
     </a>
   </div>
  <!-- $(END_IMG_LIST_LANDSCAPE) -->
  <!-- $(BEGIN_IMG_LIST_PORTRAIT) -->
   <div class="one_album">
     <a href="<!-- $(ALBUM_SUBPATH) -->">
       <img src="<!-- $(IMG_THUMBNAIL) -->" alt="<!-- $(IMG_TITLE) -->" />
       <span class="album_text_portrait"><!-- $(IMG_TITLE) --></span><br /><br /><br />
       <span class="album_subtext_portrait"><!-- $(IMG_DESCRIPTION) --></span><br /><br />
       <span class="album_note">(<!-- $(ALBUM_NUM_ITEMS) --> items)</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: 390px;"></div>

<!--  ##  Footer  -->
<!-- $(FOOTER) -->


</body>
</html>