Mercurial > judyates
comparison recent_sales.html @ 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 | 670229c4eb4b |
children | 1bd8daf2684d |
comparison
equal
deleted
inserted
replaced
2:670229c4eb4b | 3:3f6b44aa6b35 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
5 | |
6 <title>Judy Yates - Prints</title> | |
7 | |
8 | |
9 <!--(E)2 Gallery Pro <head> Files--> | |
10 <!--(E)2 Gallery Config FIle--> | |
11 <!--End (E)2 Gallery Config FIle--> | |
12 <!--(E)2 Gallery Style Sheet Link--> | |
13 <link href="e2gallerypro/design/e2simple/design.css" rel="stylesheet" type="text/css" /> | |
1 | 14 |
15 <script type="text/javascript"> | |
16 //modify this path if needed ^ Correlates with Style Sheet Path above | |
17 var designPath="e2gallerypro/design/e2simple/"; | |
18 </script> | |
19 <!--End (E)2 Gallery Style Sheet Link--> | |
20 | |
21 <!--Mootools--> | |
22 <script type="text/javascript" src="e2gallerypro/js/mootools-1.2-core.js"></script> | |
23 <script type="text/javascript" src="e2gallerypro/js/mootools-1.2-more.js"></script> | |
24 <!--End Mootools--> | |
25 <!--(E)2 Gallery Javascript--> | |
2 | 26 |
3 <html> | 27 <script type="text/javascript" src="e2gallerypro/js/setupvars.js"></script> |
4 <head> | 28 <script type="text/javascript"> |
5 <link rel="stylesheet" type="text/css" | 29 var imagesloaded = new Array(); |
6 href="firetest.css"> </link> | 30 var maingalleries = new Array(); |
31 <!--(E)2 Gallery Parse XML output Javascript--> | |
32 maingalleries = [ | |
33 {'name':'Judy Yates Prints', 'imgpath': '/e2gallerypro/e2upload/Galleries/prints/','lrgpath': '/e2gallerypro/e2upload/Galleries/prints/large/', 'thumbpath': '/e2gallerypro/e2upload/Galleries/prints/thumbs/', 'mainthumb': '/e2gallerypro/e2upload/Galleries/prints/', 'src':'mainthumb.jpg', 'description':'Prints Directly From the Artist.', 'start':0, 'end':3, 'gallerynum':0}]; | |
34 | |
35 var galleryimages = new Array(); | |
36 | |
37 galleryimages = [ | |
38 {'filetype':'image', 'path':'/e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Buffalo_Verde.jpg', 'width':'720', 'height':'584', 'lrgwidth':'720', 'lrgheight':'584', 'lrgpath':'/e2gallerypro/e2upload/Galleries/prints/large/','title': 'Buffalo Verde', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Buffalo Verde','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx20in','numOfPrices':1, 'imgid':0}, | |
39 {'filetype':'image', 'path':'/e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Longhorn_Sunset.jpg', 'width':'720', 'height':'569', 'lrgwidth':'720', 'lrgheight':'569', 'lrgpath':'/e2gallerypro/e2upload/Galleries/prints/large/','title': 'Longhorn Sunset', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Longhorn Sunset','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx20in','numOfPrices':1, 'imgid':1}, | |
40 {'filetype':'image', 'path':'/e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Turquoise_Sky.jpg', 'width':'720', 'height':'558', 'lrgwidth':'720', 'lrgheight':'558', 'lrgpath':'/e2gallerypro/e2upload/Galleries/prints/large/','title': 'Turquoise Sky', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Winner of the Mass. Primitive Arms Stamp Contest','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx22in','numOfPrices':1, 'imgid':2}, | |
41 {'filetype':'image', 'path':'/e2gallerypro/e2upload/Galleries/prints/','src':'Judy_Yates_Wood_Duck_Pair.jpg', 'width':'720', 'height':'537', 'lrgwidth':'720', 'lrgheight':'537', 'lrgpath':'/e2gallerypro/e2upload/Galleries/prints/large/','title': 'Wood Duck Pair', 'author':'Judy Yates', 'copyright':'Copyright Judy Yates Artist', 'description':'Wood Duck Pair','forsale':true,'paytype':'paypal' , 'price1': '265', 'pricecurrency1': 'USD', 'pricecurrencysymbol1': '$', 'pricesize1': '16inx20in','numOfPrices':1, 'imgid':3} | |
42 ]; | |
43 <!--End (E)2 Gallery Parse XML output Javascript--> | |
44 </script> <script type="text/javascript" src="e2gallerypro/js/e2gallerypro.js"></script> | |
45 <script type="text/javascript"> | |
46 window.addEvent('domready', function() { | |
47 }); | |
48 </script> | |
49 <!--End (E)2 Gallery Javascript--> | |
50 <!--End (E)2 Gallery Pro </head> Files--> | |
7 </head> | 51 </head> |
8 <body> | 52 <body> |
9 | 53 |
10 | 54 |
11 | 55 |
19 | 63 |
20 <div class = "menu"> | 64 <div class = "menu"> |
21 <ul class = "menu"> | 65 <ul class = "menu"> |
22 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li> | 66 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li> |
23 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li> | 67 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li> |
68 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li> | |
24 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li> | 69 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li> |
25 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li> | 70 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li> |
26 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li> | 71 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li> |
27 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li> | 72 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li> |
28 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li> | 73 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li> |
74 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li> | |
29 | 75 |
30 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li> | |
31 <li class = "menu"><a class = "menu" href = "recent_sales.html"> Recent Sales</a></li> | |
32 </ul> | 76 </ul> |
33 </div> | 77 </div> |
34 | 78 |
35 <div class = "orangebox"> | 79 <div class = "orangebox"> |
36 <p class = "orangebox"> | |
37 | |
38 | |
39 <img class = "judy" src = "pictures/longhornsteer.jpg" width = "300" height = "240"></img> | |
40 | |
41 | |
42 <span class = "paragraph">Judy Yates</span> has prepared this custom order of a Texas Longhorn as the first painting for 2009! What will she paint for you?                                                                                                                                                                             | |
43 | 80 |
44 | 81 |
45 | 82 |
46 </p> | 83 |
84 <!--(E)2 Gallery Pro HTML--> | |
85 <div id="gallerywrapper"> | |
86 <div id="gallery"> | |
87 <!--Loading Bar--> | |
88 <div id="loading"> | |
89 <div id="loadingbar"><img src="e2gallerypro/design/e2simple/loading_hill.gif" width="50" height="50" alt="" id="bar" /></div> | |
90 </div> | |
91 <!--End Loading Bar--> | |
92 <!--Previous Button Div--> | |
93 <div id="previous"></div> | |
94 | |
95 <!--End Previous Button Div--> | |
96 <!--Next Button Div--> | |
97 <div id="next"></div> | |
98 <!--End Next Button Div--> | |
99 <!--Main Image Holder Div--> | |
100 <div id="images"> | |
101 <div id="imagewrap"> | |
102 <div id="imgloader"></div> | |
103 </div> | |
104 | |
105 <div id="imageinfo"> | |
106 <div id="infoloader"></div> | |
107 </div> | |
108 <div id="smallmessage"></div> | |
109 </div> | |
110 <!--End Main Image Holder Div--> | |
111 <!--Thumb Box Div--> | |
112 <div id="thumbbox"> | |
113 <div id="thumbleft"></div> | |
114 | |
115 <div id="thumbright"></div> | |
116 <div id="thumbnails"> | |
117 <div id="thumbnailwrap"></div> | |
118 </div> | |
119 </div> | |
120 <!--End Thumb Box Div--> | |
121 <!--For Sale Box Div--> | |
122 <div id="fsbox"></div> | |
123 <!--End For Sale Box Div--> | |
124 | |
125 <!--Galleries Holder Div--> | |
126 <div id="galleries"> | |
127 <div id="controls"> | |
128 <div class="right"><img src="e2gallerypro/design/e2simple/gallery_view.png" class="controls" rel=" " id="opengallery" title="View Galleries" border="0" /> <img src="design/e2simple/infobox.png" id="showinfo" rel=" " class="controls" title="View Info" border="0" /> <img src="design/e2simple/thumbbox.png" id="showthumbbox" title="Toggle Thumbs" class="controls" rel=" " border="0" /></div> | |
129 <span id="slideshow"><img src="e2gallerypro/design/e2simple/play.png" title="Play Slideshow" border="0" align="absmiddle" class="controls" rel=" " /></span> | <span id="photoNum"></span><span id="flashNum"></span><span id="qtNum"></span></div> | |
130 <div id="galleryset"> </div> | |
131 | |
132 </div> | |
133 <!--End Galleries Holder Div--> | |
134 <!--Thumbnail Pop Up Holder--> | |
135 <div id="thumbnailPopUp"></div> | |
136 <!--End Thumbnail Pop Up Holder--> | |
137 </div> | |
138 </div> | |
139 | |
140 | |
141 | |
142 | |
143 | |
47 </div> | 144 </div> |
48 | 145 |
49 <div class = "menu"> | 146 <div class = "menu"> |
50 <ul class = "menu"> | 147 <ul class = "menu"> |
51 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li> | 148 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li> |
52 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li> | 149 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li> |
150 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li> | |
53 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li> | 151 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li> |
54 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li> | 152 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li> |
55 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li> | 153 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li> |
56 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li> | 154 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li> |
57 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li> | 155 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li> |
156 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li> | |
58 | 157 |
59 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li> | |
60 <li class = "menu"><a class = "menu" href = "recent_sales.html"> Recent Sales</a></li> | |
61 </ul> | 158 </ul> |
62 </div> | 159 </div> |
63 | 160 |
64 | 161 |
65 <div class = "copyright"><br><br>Copyright © 2007 Robert McIntyre. All pictures Copyright © Judy Yates.<br>Special thanks to Dylan Holmes for designing the main banner.</div> | 162 <div class = "copyright"><br><br>Copyright © 2007 Robert McIntyre. All pictures Copyright © Judy Yates.<br>Special thanks to Dylan Holmes for designing the main banner.</div> |