public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
photosync / Resources / page.html
100644 30 lines (28 sloc) 0.9 kb
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
<?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><head><title>Image %IMGID%</title>
<link rel="stylesheet" href="../../../style.css" />
</head>
 <body>
 <div class="idPage">
 <div id="imgView">
 <a href="http://bleu.west.spy.net/photo/display.do?id=%IMGID%">
 <img alt="Image %IMGID%" src="%IMGID%_normal.jpg"/></a>
 <dl>
    <dt>Taken</dt><dd>%TAKEN%</dd>
    <dt>Keywords</dt><dd>%KEYWORDS%</dd>
    <dt>Description</dt><dd>%DESCR%</dd>
    <dt>Photo Album Link</dt>
    <dd><a href="http://bleu.west.spy.net/photo/display.do?id=%IMGID%">
        Image %IMGID%</a>
    </dd>
 </dl>
 </div>
 </div>
        
 <div id="footer">
    <a href="../../index.html">[Index]</a>
    / <a href="../%YEAR%.html">[%YEAR%]</a>
    / <a href="../%YEAR%/%MONTH%.html">[%MONTH%]</a>
 </div>
 </body></html>