diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-26 22:58:15 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-26 22:58:15 +0100 |
| commit | c261763c76fb15c1509ee6b88035b604222edc21 (patch) | |
| tree | 036bccebd81d7a17f99d1a554eec6f11ed8e0ff7 /sample/src | |
| parent | 82435e6c67c4837b4d5256d8f606b495fffbcc4b (diff) | |
| download | cataract-c261763c76fb15c1509ee6b88035b604222edc21.tar.xz | |
Add support for album and index separators
Diffstat (limited to 'sample/src')
| -rw-r--r-- | sample/src/CIAF_1/index.xml | 8 | ||||
| -rw-r--r-- | sample/src/index.xml | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sample/src/CIAF_1/index.xml b/sample/src/CIAF_1/index.xml index 9fc7d6e..3440c74 100644 --- a/sample/src/CIAF_1/index.xml +++ b/sample/src/CIAF_1/index.xml @@ -10,7 +10,7 @@ This album sets border style "border_none" for preview images. ]]></description> <footnote> <![CDATA[ - This is footnote in album view. + This is a footnote in album view. ]]> </footnote> @@ -37,6 +37,8 @@ <title_description>This photo doesn't contain link to original image, but src parameter is specified.</title_description> </item> + <separator><![CDATA[This is a separator inside a single album. We <u>can</u> <small>have</small> <strong>CDATA</strong> entries here!]]></separator> + <item preview="preview/img_6802d.jpg"> <title>Photo title</title> <title_description>This photo doesn't contain link to original image nor the src parameter, EXIF data are extracted from the preview image.</title_description> @@ -62,6 +64,8 @@ <title_description><![CDATA[Can contain <a href="http://cgg.bzatek.net/" title="Cataract Gallery Generator" class="footermail">links</a> etc...]]></title_description> </item> + <separator>Border styles demo</separator> + <item src="img_6802e.jpg" border="frame_white"> <title>White frame</title> <title_description>This particular image overrides both global and album border styles.</title_description> @@ -72,6 +76,8 @@ <title_description>This particular image overrides both global and album border styles.</title_description> </item> + <separator>Misc.</separator> + <item preview="preview/img_6802g.jpg" thumbnail="thumbnails/gallery_thumbnails.gif"> <title>Custom thumbnail</title> <title_description>This item uses supplied thumbnail</title_description> diff --git a/sample/src/index.xml b/sample/src/index.xml index 0e143d2..e7368ed 100644 --- a/sample/src/index.xml +++ b/sample/src/index.xml @@ -24,6 +24,8 @@ <thumbnail src="CIAF_1/img_6802.jpg" /> </item> + <separator>This is a separator</separator> + <item path="subdir"> <title>Going deeper...</title> <title_description>nesting</title_description> |
