Mercurial > judyates
comparison menu2.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 | b6ba604307fc |
comparison
equal
deleted
inserted
replaced
2:670229c4eb4b | 3:3f6b44aa6b35 |
---|---|
1 | 1 |
2 <div class = "menu"> | 2 <div class = "menu"> |
3 <ul class = "menu"> | 3 <ul class = "menu"> |
4 <li class = "menu"><a class = "menu" href = "../index.html">Home</a></li> | 4 <li class = "menu"><a class = "menu" href = "../index.html">Home</a></li> |
5 <li class = "menu"><a class = "menu" href = "../gallery1.html">Gallery</a></li> | 5 <li class = "menu"><a class = "menu" href = "../gallery1.html">Gallery</a></li> |
6 <li class = "menu"><a class = "menu" href = "../recent_sales.html">Prints</a></li> | |
6 <li class = "menu"><a class = "menu" href = "../feedback.html">Feedback</a></li> | 7 <li class = "menu"><a class = "menu" href = "../feedback.html">Feedback</a></li> |
7 <li class = "menu"><a class = "menu" href = "../hto.html">Orders</a></li> | 8 <li class = "menu"><a class = "menu" href = "../hto.html">Orders</a></li> |
8 <li class = "menu"><a class = "menu" href = "../pricing.html">Pricing</a></li> | 9 <li class = "menu"><a class = "menu" href = "../pricing.html">Pricing</a></li> |
9 <li class = "menu"><a class = "menu" href = "../Meet the Artist2.html"> Meet the Artist</a></li> | 10 <li class = "menu"><a class = "menu" href = "../Meet the Artist2.html"> Meet the Artist</a></li> |
10 <li class = "menu"><a class = "menu" href = "../Contact.html"> Contact</a></li> | 11 <li class = "menu"><a class = "menu" href = "../Contact.html"> Contact</a></li> |
11 <li class = "menu"><a class = "menu" href = "../pets1.html">Pets</a></li> | 12 <li class = "menu"><a class = "menu" href = "../pets1.html">Pets</a></li> |
12 <li class = "menu"><a class = "menu" href = "../recent_sales.html"> Recent Sales</a></li> | 13 |
13 </ul> | 14 </ul> |
14 </div> | 15 </div> |
15 | 16 |