diff 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
line wrap: on
line diff
     1.1 --- a/recent_sales.html	Fri Feb 19 11:14:52 2010 -0500
     1.2 +++ b/recent_sales.html	Mon Feb 22 08:02:39 2010 -0500
     1.3 @@ -1,9 +1,53 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.6 +<head>
     1.7 +	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     1.8 +	
     1.9 +	<title>Judy Yates - Prints</title>
    1.10 +	
    1.11 +	
    1.12 +	<!--(E)2 Gallery Pro <head> Files-->
    1.13 +		<!--(E)2 Gallery Config FIle-->
    1.14 +                    <!--End (E)2 Gallery Config FIle-->
    1.15 +        <!--(E)2 Gallery Style Sheet Link-->
    1.16 +    		<link href="e2gallerypro/design/e2simple/design.css" rel="stylesheet" type="text/css" />
    1.17  
    1.18 +            <script type="text/javascript">
    1.19 +			//modify this path if needed ^ Correlates with Style Sheet Path above
    1.20 +            var designPath="e2gallerypro/design/e2simple/";
    1.21 +            </script>
    1.22 +        <!--End (E)2 Gallery Style Sheet Link-->
    1.23 +        
    1.24 +        <!--Mootools-->
    1.25 +            <script type="text/javascript" src="e2gallerypro/js/mootools-1.2-core.js"></script>
    1.26 +            <script type="text/javascript" src="e2gallerypro/js/mootools-1.2-more.js"></script>
    1.27 +        <!--End Mootools-->
    1.28 +        <!--(E)2 Gallery Javascript-->
    1.29  
    1.30 -<html>
    1.31 -<head>
    1.32 -<link rel="stylesheet" type="text/css"
    1.33 -href="firetest.css"> </link>
    1.34 +			<script type="text/javascript" src="e2gallerypro/js/setupvars.js"></script>
    1.35 +			<script type="text/javascript">
    1.36 +var imagesloaded = new Array();
    1.37 +var maingalleries = new Array();
    1.38 +<!--(E)2 Gallery Parse XML output Javascript-->
    1.39 +maingalleries  = [
    1.40 +{'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}];
    1.41 +
    1.42 +var galleryimages = new Array();
    1.43 +
    1.44 +galleryimages = [
    1.45 +{'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},
    1.46 +{'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},
    1.47 +{'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},
    1.48 +{'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}	
    1.49 +];
    1.50 +<!--End (E)2 Gallery Parse XML output Javascript-->
    1.51 +</script>			<script type="text/javascript" src="e2gallerypro/js/e2gallerypro.js"></script>
    1.52 +			<script type="text/javascript">
    1.53 +				window.addEvent('domready', function() {
    1.54 +																				});
    1.55 +            </script>
    1.56 +        <!--End (E)2 Gallery Javascript-->
    1.57 +	<!--End (E)2 Gallery Pro </head> Files-->
    1.58  </head>
    1.59  <body>
    1.60  
    1.61 @@ -21,43 +65,96 @@
    1.62  <ul class = "menu">
    1.63  <li class = "menu"><a class = "menu" href = "index.html">Home</a></li>
    1.64  <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li>
    1.65 +<li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li>
    1.66  <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li>
    1.67  <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li>
    1.68  <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li>
    1.69  <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li>
    1.70  <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li>
    1.71 +<li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li>
    1.72  
    1.73 -<li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li>
    1.74 -<li class = "menu"><a class = "menu" href = "recent_sales.html"> Recent Sales</a></li>
    1.75  </ul>
    1.76  </div>
    1.77  
    1.78 -<div class = "orangebox">
    1.79 -<p class = "orangebox">
    1.80 -
    1.81 -
    1.82 -<img class = "judy" src = "pictures/longhornsteer.jpg" width = "300" height = "240"></img>
    1.83 -
    1.84 -
    1.85 -<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? &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
    1.86 -
    1.87 -
    1.88 -
    1.89 -</p>
    1.90 -</div>
    1.91 +<div class = "orangebox">
    1.92 +
    1.93 +
    1.94 +
    1.95 +
    1.96 +<!--(E)2 Gallery Pro HTML-->
    1.97 +<div id="gallerywrapper">
    1.98 +	<div id="gallery">
    1.99 +	  <!--Loading Bar-->
   1.100 +	  <div id="loading">
   1.101 +		<div id="loadingbar"><img src="e2gallerypro/design/e2simple/loading_hill.gif" width="50" height="50" alt="" id="bar" /></div>
   1.102 +	  </div>
   1.103 +	  <!--End Loading Bar-->
   1.104 +	  <!--Previous Button Div-->
   1.105 +	  <div id="previous"></div>
   1.106 +
   1.107 +	  <!--End Previous Button Div-->
   1.108 +	  <!--Next Button Div-->
   1.109 +	  <div id="next"></div>
   1.110 +	  <!--End Next Button Div-->
   1.111 +	  <!--Main Image Holder Div-->
   1.112 +	  <div id="images">
   1.113 +		<div id="imagewrap">
   1.114 +		  <div id="imgloader"></div>
   1.115 +		</div>
   1.116 +
   1.117 +		<div id="imageinfo">
   1.118 +		  <div id="infoloader"></div>
   1.119 +		</div>
   1.120 +		<div id="smallmessage"></div>
   1.121 +	  </div>
   1.122 +	  <!--End Main Image Holder Div-->
   1.123 +	  <!--Thumb Box Div-->
   1.124 +	  <div id="thumbbox">
   1.125 +		<div id="thumbleft"></div>
   1.126 +
   1.127 +		<div id="thumbright"></div>
   1.128 +		<div id="thumbnails">
   1.129 +		  <div id="thumbnailwrap"></div>
   1.130 +		</div>
   1.131 +	  </div>
   1.132 +	  <!--End Thumb Box Div-->
   1.133 +	  <!--For Sale Box Div-->
   1.134 +	  <div id="fsbox"></div>
   1.135 +	  <!--End For Sale Box Div-->
   1.136 +
   1.137 +	  <!--Galleries Holder Div-->
   1.138 +	  <div id="galleries">
   1.139 +		<div id="controls">
   1.140 +		  <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>
   1.141 +		  <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>
   1.142 +		<div id="galleryset"> </div>
   1.143 +
   1.144 +	  </div>
   1.145 +	  <!--End Galleries Holder Div-->
   1.146 +	  <!--Thumbnail Pop Up Holder-->
   1.147 +	  <div id="thumbnailPopUp"></div>
   1.148 +	  <!--End Thumbnail Pop Up Holder-->
   1.149 +	</div>
   1.150 +</div>
   1.151 +
   1.152 +
   1.153 +
   1.154 +
   1.155 +
   1.156 +</div>
   1.157  
   1.158  <div class = "menu">
   1.159  <ul class = "menu">
   1.160  <li class = "menu"><a class = "menu" href = "index.html">Home</a></li>
   1.161  <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li>
   1.162 +<li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li>
   1.163  <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li>
   1.164  <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li>
   1.165  <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li>
   1.166  <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li>
   1.167  <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li>
   1.168 +<li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li>
   1.169  
   1.170 -<li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li>
   1.171 -<li class = "menu"><a class = "menu" href = "recent_sales.html"> Recent Sales</a></li>
   1.172  </ul>
   1.173  </div>
   1.174