diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-28 18:58:17 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-28 18:58:17 +0100 |
| commit | ad67f341ecec4b56dca28181b570036a1095ded6 (patch) | |
| tree | 72ff370ff1e46902a870a4d22c1db9064c79ec2b /sample/src/hidden/index.xml | |
| parent | aa30084b5af8cc8045b031c1714fd17cb57dc43a (diff) | |
| download | cataract-ad67f341ecec4b56dca28181b570036a1095ded6.tar.xz | |
Support for hidden items
Diffstat (limited to 'sample/src/hidden/index.xml')
| -rw-r--r-- | sample/src/hidden/index.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sample/src/hidden/index.xml b/sample/src/hidden/index.xml new file mode 100644 index 0000000..d68f763 --- /dev/null +++ b/sample/src/hidden/index.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<gallery type="album"> + <general> + <ID>Hidden page</ID> + <title>Hidden page</title> + <description>This is a top-secret page which should not be linked from parent album. You should see "1 items" at the headline but no clickable thumbnail below.</description> + </general> + + <items> + <item src="img_6802.jpg"> + <hidden /> + <title>Hidden item</title> + <title_description></title_description> + </item> + + </items> +</gallery> |
