blob: 04962b588ecd4d7f026279d23e53eadd207a43e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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='${backhref}/${photos_dir}/${photo}' />
</a>
<br />
<br />
<a href="${backhref}/${photos_dir}/${photo}">Direct link</a>
<h3>${photo}</h3>
END
|