Mercurial > bins
annotate templates.swigs/album.txt @ 10:f962189bab94
Added tag 1.1.29.e2 for changeset 0f248ad86f9f
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Thu, 16 Oct 2008 00:16:50 +0200 |
parents | a84c32f131df |
children |
rev | line source |
---|---|
0 | 1 <title> |
2 Here goes the title of the album. | |
3 If empty, the directory name is used. | |
4 </title> | |
5 | |
6 <sampleimage> | |
7 Here goes the name of a picture in this album | |
8 to be used as a thumbnail sample image. | |
9 If empty, the first image is used. | |
10 </sampleimage> | |
11 | |
12 <shortdesc> | |
13 Here goes a short description of this album. | |
14 </shortdesc> | |
15 | |
16 <longdesc> | |
17 Here goes a long description of this album. | |
18 </longdesc> | |
19 |