diff options
Diffstat (limited to 'sample/src')
| -rw-r--r-- | sample/src/index.xml | 2 | ||||
| l--------- | sample/src/inheritance/img_6802xxx.jpg | 1 | ||||
| -rw-r--r-- | sample/src/inheritance/index.xml | 17 |
3 files changed, 20 insertions, 0 deletions
diff --git a/sample/src/index.xml b/sample/src/index.xml index eecca3f..79a90c1 100644 --- a/sample/src/index.xml +++ b/sample/src/index.xml @@ -38,5 +38,7 @@ <title_description>hidden</title_description> </item> + <item path="inheritance"></item> + </items> </gallery> diff --git a/sample/src/inheritance/img_6802xxx.jpg b/sample/src/inheritance/img_6802xxx.jpg new file mode 120000 index 0000000..9f4b2f7 --- /dev/null +++ b/sample/src/inheritance/img_6802xxx.jpg @@ -0,0 +1 @@ +../CIAF_1/img_6802.jpg
\ No newline at end of file diff --git a/sample/src/inheritance/index.xml b/sample/src/inheritance/index.xml new file mode 100644 index 0000000..8e838e1 --- /dev/null +++ b/sample/src/inheritance/index.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<gallery type="album"> + <general> + <ID>non-inherited ID</ID> + <title>Inherited title</title> + <description> <![CDATA[ + Inherited description. + <br/> + Line 2 + ]]> + </description> + </general> + + <items> + <item src="img_6802xxx.jpg"></item> + </items> +</gallery> |
