view e2gallerypro/e2gallery.xml @ 3:3f6b44aa6b35 judyates

[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author rlm
date Mon, 22 Feb 2010 08:02:39 -0500
parents
children
line wrap: on
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <galleries>
3 <!--Gallery 1-->
4 <gallery>
6 <!--Gallery Settings-->
7 <totalitems>4</totalitems>
8 <title>Gallery Title</title>
9 <description>Gallery Description</description>
10 <gallerypath>/e2gallerypro/gallery/gallery1/</gallerypath>
11 <largeimgpath>/e2gallerypro/gallery/gallery1/large/</largeimgpath>
12 <thumbpath>/e2gallerypro/gallery/gallery1/thumbs/</thumbpath>
13 <mainthumb>/e2gallerypro/gallery/gallery1/</mainthumb>
14 <mainthumbsrc>mainthumb.jpg</mainthumbsrc> <!--Main Thumb Size: 195x128-->
15 <!--Gallery Settings End-->
17 <!--Gallery Items-->
18 <item type="image">
19 <title>Cload Rays</title>
20 <author>E2interactive</author>
21 <copyright>Copyright E2interactive</copyright>
22 <description>Looking up to the sky while the clouds pass on a summer day</description>
23 <src>DSC_0670.jpg</src>
24 <demensions width="760" height="509" />
25 <sellprint type="google" currency="USD" currencysymbol="$">
26 <price size="8x10">15</price>
27 <price size="11x14">25</price>
28 <price size="16x20">55</price>
29 <price size="20x24">65</price>
30 </sellprint>
31 </item>
32 <item type="image">
33 <title>Down the Tracks</title>
34 <author>E2interactive</author>
35 <copyright>Copyright E2interactive 2007</copyright>
36 <description>Looking across the bridge over the Crocked River in Crocked River Ranch Oregon</description>
37 <src>DSC_2051.jpg</src>
38 <demensions width="335" height="500" />
39 <sellprint type="google" currency="USD" currencysymbol="$">
40 <price size="8x10">15</price>
41 <price size="11x14">25</price>
42 <price size="16x20">55</price>
43 <price size="20x24">65</price>
44 </sellprint>
45 </item>
46 <item type="image">
47 <title>Sit Down</title>
48 <author>E2interactive</author>
49 <copyright>Copyright E2interactive</copyright>
50 <description></description>
51 <src>DSC_2343.jpg</src>
52 <demensions width="760" height="505" />
53 <sellprint type="google" currency="USD" currencysymbol="$">
54 <price size="8x10">15</price>
55 <price size="11x14">25</price>
56 <price size="16x20">55</price>
57 <price size="20x24">65</price>
58 </sellprint>
59 </item>
60 <item type="image">
61 <title>Sky High</title>
62 <author>E2interactive</author>
63 <copyright>Copyright E2interactive</copyright>
64 <description>Went to the local race track to watch riders on the Motocross track. There was this kid on a small 125cc just screaming around the track showing all the older kids how to ride.</description>
65 <src>DSC_7850.jpg</src>
66 <demensions width="760" height="509" />
67 <sellprint type="google" currency="USD" currencysymbol="$">
68 <price size="8x10">15</price>
69 <price size="11x14">25</price>
70 <price size="16x20">55</price>
71 <price size="20x24">65</price>
72 </sellprint>
73 </item>
74 <item type="image">
75 <title>Untitled Ceiling</title>
76 <author>E2interactive</author>
77 <copyright>Copyright E2interactive</copyright>
78 <description>I liked the lines of this ceiling so I took an image of it.</description>
79 <src>E29_2000.jpg</src>
80 <demensions width="760" height="509" />
81 <sellprint type="google" currency="USD" currencysymbol="$">
82 <price size="8x10">15</price>
83 <price size="11x14">25</price>
84 <price size="16x20">55</price>
85 <price size="20x24">65</price>
86 </sellprint>
87 </item>
88 <!--Gallery ItemsEnd-->
89 </gallery>
90 <gallery>
91 <!--Gallery Settings-->
92 <totalitems>4</totalitems>
93 <title>Gallery Title</title>
94 <description>Gallery Description</description>
95 <gallerypath>/e2gallerypro/gallery/gallery1/</gallerypath>
96 <largeimgpath>/e2gallerypro/gallery/gallery1/large/</largeimgpath>
97 <thumbpath>/e2gallerypro/gallery/gallery1/thumbs/</thumbpath>
98 <mainthumb>/e2gallerypro/gallery/gallery1/</mainthumb>
99 <mainthumbsrc>mainthumb.jpg</mainthumbsrc> <!--Main Thumb Size: 195x128-->
100 <!--Gallery Settings End-->
101 <!--Gallery Items (Media Files Format, Everything but images)-->
102 <item type="swf">
103 <!--Supported types [flv, mp4, mov, swf, blip, dailymotion, flickr, googlevideo, metacafe, myspace, revver, rutube, seesmicm, tudou, youku, youtube, veoh, viddler, vimeo, 12seconds]-->
104 <mediaURL>/e2gallerypro/gallery/gallery2/swf_file.swf</mediaURL>
105 <title>SWF file Test</title>
106 <author>E2 Gallery Pro SWF Sample</author>
107 <copyright>None</copyright>
108 <description>E2 Gallery Pro SWF Sample</description>
109 <src>design/e2gallerypro/flash.png</src>
110 <demensions width="360" height="240" />
111 </item>
112 <!--Gallery ItemsEnd-->
113 </gallery>
114 </galleries>