blob: abf577a68d4a891032a3c1ee1298b2221432b621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
cat <<END
<a href="${num}-$((i-1)).html"><<<</a>
<a href="page-${num}.html#$photo">Thumbnails</a>
<a href="${num}-$((i+1)).html">>>></a>
<br />
<br />
<a href="${num}-$((i+1)).html"><img border='0' src='../photos/$photo' /></a>
<br />
<br />
<a href="../photos/$photo">Direct link</a>
<h3>$photo</h3>
END
|