diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 16:39:33 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 16:39:33 +0200 |
| commit | 498e7aaa9e657ef3ff0406964d62166e37e0299f (patch) | |
| tree | e2f429864abe12ee870f7fca50423404d9aa5fb2 /sample | |
| parent | 9c2c964727e4a484acf7f97267a3cf1c8fbacd89 (diff) | |
| download | cataract-498e7aaa9e657ef3ff0406964d62166e37e0299f.tar.xz | |
Support for interspaces
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/src/CIAF_1/index.xml | 6 | ||||
| -rw-r--r-- | sample/src/index.xml | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sample/src/CIAF_1/index.xml b/sample/src/CIAF_1/index.xml index 8f4abb7..a73861e 100644 --- a/sample/src/CIAF_1/index.xml +++ b/sample/src/CIAF_1/index.xml @@ -47,7 +47,9 @@ </item> <separator><![CDATA[This is a separator inside a single album. We <span style="text-decoration: underline;">can</span> <small>have</small> <strong>CDATA</strong> entries here!]]></separator> - + + <interspace><![CDATA[This is so-called intespace - simple paragraph or a block with an additional information to the section. This may be used with <separator> but not necessarily, interspace can stand alone between items in the album. Useful for links or few senteces to separated topic.]]></interspace> + <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> @@ -63,6 +65,8 @@ <title_description>Different quality settings.</title_description> </item> + <interspace>Another interspace between items</interspace> + <item src="img_6850b.jpg" width="350" height="350"> <title>--</title> <title_description>Different preview sizes. Sizes are maximal and aspect ratio is always kept.</title_description> diff --git a/sample/src/index.xml b/sample/src/index.xml index 07881d5..904e074 100644 --- a/sample/src/index.xml +++ b/sample/src/index.xml @@ -26,12 +26,16 @@ <separator>This is a separator</separator> + <interspace>This is an interspace</interspace> + <item path="subdir"> <title>Going deeper...</title> <title_description>nesting</title_description> <thumbnail src="subdir/Tatry/img_7755.jpg" /> </item> + <interspace>This is an interspace</interspace> + <item path="hidden"> <hidden /> <title>This should not be visible</title> |
