changeset 23:707d202f58b1 laserkard

[svn r24] added.... ARROWS~!
author rlm
date Sun, 03 Jan 2010 08:30:32 -0500
parents 3298256dd459
children 2979a76e3fdf
files buy.html buy.pl log/error_log.log main.css paypal/BASE.paylist paypal/basic_acrylic_clear.paylist paypal/basic_acrylic_green.paylist paypal/big_acrylic_clear.paylist paypal/big_acrylic_green.paylist paypal/classic_acrylic_clear.paylist paypal/classic_acrylic_green.paylist paypal/lines_acrylic_clear.paylist paypal/lines_acrylic_green.paylist sexy.css top_menu.include
diffstat 15 files changed, 298 insertions(+), 64 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/buy.html	Sun Jan 03 03:36:21 2010 -0500
     1.2 +++ b/buy.html	Sun Jan 03 08:30:32 2010 -0500
     1.3 @@ -22,7 +22,27 @@
     1.4  
     1.5  <div id = "centerbox" >
     1.6  <div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">PERL-REPLACE::DISPLAY</div>
     1.7 +
     1.8 +<div id= "trifold" >
     1.9 +
    1.10 +<div id="trileft">
    1.11 +<div id = "arrowleft"><img src = "./images/left.png"></div>
    1.12 +Please click a template from the left...
    1.13 +</div>
    1.14 +
    1.15 +
    1.16 +<div id = "triright">
    1.17 +<div id = "arrowright"><img src = "./images/right.png"></div>
    1.18 +...and then please fill out the form to the right.
    1.19 +</div>
    1.20 +
    1.21 +
    1.22 +</div>
    1.23 +
    1.24  <div id="pokedex"></div>
    1.25 +
    1.26 +
    1.27 +
    1.28  </div>
    1.29  
    1.30  
     2.1 --- a/buy.pl	Sun Jan 03 03:36:21 2010 -0500
     2.2 +++ b/buy.pl	Sun Jan 03 08:30:32 2010 -0500
     2.3 @@ -19,7 +19,9 @@
     2.4  'template'	=> \&template, 
     2.5  'inputbox'	=> \&inputbox,
     2.6  'display'	=> \&display,
     2.7 -'change_rules' => \&change_rules);
     2.8 +'change_rules' => \&change_rules,
     2.9 +'vanish'      => \&vanish
    2.10 +);
    2.11  
    2.12   
    2.13  
    2.14 @@ -87,7 +89,7 @@
    2.15  $materialcolor = $1;
    2.16  
    2.17  	
    2.18 -$r = "<div id = \"i_templates\">Templates:<br>
    2.19 +$r = "<div id = \"i_templates\"><titletron>Templates:</titletron><br>
    2.20  
    2.21  <input TYPE=\"image\" src = \"./images/templates/big_$materialcolor.jpg\" 	onmouseover=\"pokedex([\'args__big\'],[\'pokedex\']);\" 	onclick=\"display([\'template2\'], [\'display\']); inputbox([\'template2\'], [\'inputbox\']);material([\'template2\'], [\'materials\']);\" ID=\"template2\" NAME=\"template2\" VALUE=\"big_$materialcolor\"        > <br>
    2.22    
    2.23 @@ -131,7 +133,7 @@
    2.24  
    2.25  #every type has it's own associated paylist file the contains the things we need
    2.26  
    2.27 -$z = '<div id = "whatever" onmouseover='."\"pokedex([\'args__$type\'],[\'pokedex\']);\"".$z.'</div>';
    2.28 +$z = '<div id = "whatever" onmouseover='."\"pokedex([\'args__$type\'],[\'pokedex\']);\">".$z.'</div>';
    2.29  return $z;
    2.30  
    2.31  
    2.32 @@ -210,3 +212,19 @@
    2.33  
    2.34  
    2.35  }
    2.36 +
    2.37 +
    2.38 +
    2.39 +
    2.40 +
    2.41 +
    2.42 +
    2.43 +
    2.44 +# this here function makes the paypal button go away so people know it's working!
    2.45 +sub vanish
    2.46 +{
    2.47 +return "Fuck you!"
    2.48 +
    2.49 +
    2.50 +}
    2.51 +
     3.1 --- a/log/error_log.log	Sun Jan 03 03:36:21 2010 -0500
     3.2 +++ b/log/error_log.log	Sun Jan 03 08:30:32 2010 -0500
     3.3 @@ -2067,3 +2067,5 @@
     3.4  [Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
     3.5  [Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl
     3.6  [Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
     3.7 +[Sun Jan 03 07:49:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     3.8 +[Sun Jan 03 07:49:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     4.1 --- a/main.css	Sun Jan 03 03:36:21 2010 -0500
     4.2 +++ b/main.css	Sun Jan 03 08:30:32 2010 -0500
     4.3 @@ -30,7 +30,7 @@
     4.4  div.headlinks a
     4.5  {
     4.6  	text-decoration:none;
     4.7 -	color:#bbbbbb;
     4.8 +	color:#999999;
     4.9  	text-shadow:#555 0px 0px 5px;
    4.10  }
    4.11  div.headlinks a:hover
    4.12 @@ -55,14 +55,8 @@
    4.13  	padding-left: 4.9%;
    4.14  	padding-right: 4.9%;
    4.15  }
    4.16 -attn
    4.17 -{
    4.18 -	color:#bbb;
    4.19 -}
    4.20 -attn:hover
    4.21 -{
    4.22 -	color:#FFF;
    4.23 -}
    4.24 +
    4.25 +
    4.26  div.center
    4.27  {
    4.28  	display:block;
    4.29 @@ -93,7 +87,7 @@
    4.30  
    4.31  h1 
    4.32  {
    4.33 -font-size:;
    4.34 +
    4.35  color: white;
    4.36  background-color:#000000;
    4.37  text-align: center;
    4.38 @@ -107,7 +101,8 @@
    4.39  body#hom a#hom,
    4.40  body#about a#about,
    4.41  body#contact a#contact {
    4.42 -color: #fff;
    4.43 -background: #930;
    4.44 +color: #ffffff;
    4.45 +
    4.46 +
    4.47  }
    4.48  
     5.1 --- a/paypal/BASE.paylist	Sun Jan 03 03:36:21 2010 -0500
     5.2 +++ b/paypal/BASE.paylist	Sun Jan 03 08:30:32 2010 -0500
     5.3 @@ -1,6 +1,6 @@
     5.4 -
     5.5  <div id = "i_inputbox">
     5.6 -
     5.7 +<titletron>PERL::TITLE</titletron>
     5.8 +<br><BR>
     5.9  <!-- Start of Form -->
    5.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
    5.11  <!-- Note: shopping_url also added to code -->
    5.12 @@ -11,7 +11,7 @@
    5.13  <!--your email address goes here -->
    5.14  <input type="hidden" name="business" value="laserkards@mit.edu">
    5.15  <input type="hidden" name="item_name">
    5.16 -<input type="hidden" name="item_number" "WFB-1001">
    5.17 +<input type="hidden" name="item_number">
    5.18  <input type="hidden" name="amount">
    5.19  <input type="hidden" name="currency_code" value="USD">
    5.20  <input type="hidden" name="lc" value="US">
    5.21 @@ -68,7 +68,7 @@
    5.22  <input type="hidden" name="on9">
    5.23  <input type="hidden" name="os9">
    5.24  <!--   -->
    5.25 -<h1>PERL::TITLE</h1>
    5.26 +
    5.27  
    5.28  <!-- Start of Options  -->
    5.29  
    5.30 @@ -97,10 +97,19 @@
    5.31  <input class="nbor" type="text" name="tot" size="8" value=PERL::INITIAL_COST>
    5.32  
    5.33  <br><br>
    5.34 +<div id = "buttoncon">
    5.35 +<div id="crush">
    5.36 +Please Wait...
    5.37 +</div>
    5.38  
    5.39 +<div id="vanish">
    5.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    5.41 +</div>
    5.42  
    5.43  
    5.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    5.45 +
    5.46 +</div>
    5.47 +
    5.48  </form>
    5.49  <!-- End of Form -->
    5.50         
     6.1 --- a/paypal/basic_acrylic_clear.paylist	Sun Jan 03 03:36:21 2010 -0500
     6.2 +++ b/paypal/basic_acrylic_clear.paylist	Sun Jan 03 08:30:32 2010 -0500
     6.3 @@ -1,6 +1,6 @@
     6.4 -
     6.5  <div id = "i_inputbox">
     6.6 -
     6.7 +<titletron>Clarity LaserKard  Basic Style</titletron>
     6.8 +<br><BR>
     6.9  <!-- Start of Form -->
    6.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
    6.11  <!-- Note: shopping_url also added to code -->
    6.12 @@ -11,7 +11,7 @@
    6.13  <!--your email address goes here -->
    6.14  <input type="hidden" name="business" value="laserkards@mit.edu">
    6.15  <input type="hidden" name="item_name">
    6.16 -<input type="hidden" name="item_number" "WFB-1001">
    6.17 +<input type="hidden" name="item_number">
    6.18  <input type="hidden" name="amount">
    6.19  <input type="hidden" name="currency_code" value="USD">
    6.20  <input type="hidden" name="lc" value="US">
    6.21 @@ -68,7 +68,7 @@
    6.22  <input type="hidden" name="on9">
    6.23  <input type="hidden" name="os9">
    6.24  <!--   -->
    6.25 -<h1>Clarity LaserKard  Basic Style</h1>
    6.26 +
    6.27  
    6.28  <!-- Start of Options  -->
    6.29  
    6.30 @@ -141,10 +141,19 @@
    6.31  <input class="nbor" type="text" name="tot" size="8" value="$125.00">
    6.32  
    6.33  <br><br>
    6.34 +<div id = "buttoncon">
    6.35 +<div id="crush">
    6.36 +Please Wait...
    6.37 +</div>
    6.38  
    6.39 +<div id="vanish">
    6.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    6.41 +</div>
    6.42  
    6.43  
    6.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    6.45 +
    6.46 +</div>
    6.47 +
    6.48  </form>
    6.49  <!-- End of Form -->
    6.50         
     7.1 --- a/paypal/basic_acrylic_green.paylist	Sun Jan 03 03:36:21 2010 -0500
     7.2 +++ b/paypal/basic_acrylic_green.paylist	Sun Jan 03 08:30:32 2010 -0500
     7.3 @@ -1,6 +1,6 @@
     7.4 -
     7.5  <div id = "i_inputbox">
     7.6 -
     7.7 +<titletron>Vitality LaserKard Basic Style</titletron>
     7.8 +<br><BR>
     7.9  <!-- Start of Form -->
    7.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
    7.11  <!-- Note: shopping_url also added to code -->
    7.12 @@ -11,7 +11,7 @@
    7.13  <!--your email address goes here -->
    7.14  <input type="hidden" name="business" value="laserkards@mit.edu">
    7.15  <input type="hidden" name="item_name">
    7.16 -<input type="hidden" name="item_number" "WFB-1001">
    7.17 +<input type="hidden" name="item_number">
    7.18  <input type="hidden" name="amount">
    7.19  <input type="hidden" name="currency_code" value="USD">
    7.20  <input type="hidden" name="lc" value="US">
    7.21 @@ -68,7 +68,7 @@
    7.22  <input type="hidden" name="on9">
    7.23  <input type="hidden" name="os9">
    7.24  <!--   -->
    7.25 -<h1>Vitality LaserKard Basic Style</h1>
    7.26 +
    7.27  
    7.28  <!-- Start of Options  -->
    7.29  
    7.30 @@ -137,10 +137,19 @@
    7.31  <input class="nbor" type="text" name="tot" size="8" value="$135.00">
    7.32  
    7.33  <br><br>
    7.34 +<div id = "buttoncon">
    7.35 +<div id="crush">
    7.36 +Please Wait...
    7.37 +</div>
    7.38  
    7.39 +<div id="vanish">
    7.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    7.41 +</div>
    7.42  
    7.43  
    7.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    7.45 +
    7.46 +</div>
    7.47 +
    7.48  </form>
    7.49  <!-- End of Form -->
    7.50         
     8.1 --- a/paypal/big_acrylic_clear.paylist	Sun Jan 03 03:36:21 2010 -0500
     8.2 +++ b/paypal/big_acrylic_clear.paylist	Sun Jan 03 08:30:32 2010 -0500
     8.3 @@ -1,6 +1,6 @@
     8.4 -
     8.5  <div id = "i_inputbox">
     8.6 -
     8.7 +<titletron>Clarity LaserKard BIG Style</titletron>
     8.8 +<br><BR>
     8.9  <!-- Start of Form -->
    8.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
    8.11  <!-- Note: shopping_url also added to code -->
    8.12 @@ -11,7 +11,7 @@
    8.13  <!--your email address goes here -->
    8.14  <input type="hidden" name="business" value="laserkards@mit.edu">
    8.15  <input type="hidden" name="item_name">
    8.16 -<input type="hidden" name="item_number" "WFB-1001">
    8.17 +<input type="hidden" name="item_number">
    8.18  <input type="hidden" name="amount">
    8.19  <input type="hidden" name="currency_code" value="USD">
    8.20  <input type="hidden" name="lc" value="US">
    8.21 @@ -68,7 +68,7 @@
    8.22  <input type="hidden" name="on9">
    8.23  <input type="hidden" name="os9">
    8.24  <!--   -->
    8.25 -<h1>Clarity LaserKard BIG Style</h1>
    8.26 +
    8.27  
    8.28  <!-- Start of Options  -->
    8.29  
    8.30 @@ -127,10 +127,19 @@
    8.31  <input class="nbor" type="text" name="tot" size="8" value="$125.00">
    8.32  
    8.33  <br><br>
    8.34 +<div id = "buttoncon">
    8.35 +<div id="crush">
    8.36 +Please Wait...
    8.37 +</div>
    8.38  
    8.39 +<div id="vanish">
    8.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    8.41 +</div>
    8.42  
    8.43  
    8.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    8.45 +
    8.46 +</div>
    8.47 +
    8.48  </form>
    8.49  <!-- End of Form -->
    8.50         
     9.1 --- a/paypal/big_acrylic_green.paylist	Sun Jan 03 03:36:21 2010 -0500
     9.2 +++ b/paypal/big_acrylic_green.paylist	Sun Jan 03 08:30:32 2010 -0500
     9.3 @@ -1,6 +1,6 @@
     9.4 -
     9.5  <div id = "i_inputbox">
     9.6 -
     9.7 +<titletron>Vitality LaserKard BIG Style</titletron>
     9.8 +<br><BR>
     9.9  <!-- Start of Form -->
    9.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
    9.11  <!-- Note: shopping_url also added to code -->
    9.12 @@ -11,7 +11,7 @@
    9.13  <!--your email address goes here -->
    9.14  <input type="hidden" name="business" value="laserkards@mit.edu">
    9.15  <input type="hidden" name="item_name">
    9.16 -<input type="hidden" name="item_number" "WFB-1001">
    9.17 +<input type="hidden" name="item_number">
    9.18  <input type="hidden" name="amount">
    9.19  <input type="hidden" name="currency_code" value="USD">
    9.20  <input type="hidden" name="lc" value="US">
    9.21 @@ -68,7 +68,7 @@
    9.22  <input type="hidden" name="on9">
    9.23  <input type="hidden" name="os9">
    9.24  <!--   -->
    9.25 -<h1>Vitality LaserKard BIG Style</h1>
    9.26 +
    9.27  
    9.28  <!-- Start of Options  -->
    9.29  
    9.30 @@ -131,10 +131,19 @@
    9.31  <input class="nbor" type="text" name="tot" size="8" value="$135.00">
    9.32  
    9.33  <br><br>
    9.34 +<div id = "buttoncon">
    9.35 +<div id="crush">
    9.36 +Please Wait...
    9.37 +</div>
    9.38  
    9.39 +<div id="vanish">
    9.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    9.41 +</div>
    9.42  
    9.43  
    9.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
    9.45 +
    9.46 +</div>
    9.47 +
    9.48  </form>
    9.49  <!-- End of Form -->
    9.50         
    10.1 --- a/paypal/classic_acrylic_clear.paylist	Sun Jan 03 03:36:21 2010 -0500
    10.2 +++ b/paypal/classic_acrylic_clear.paylist	Sun Jan 03 08:30:32 2010 -0500
    10.3 @@ -1,6 +1,6 @@
    10.4 -
    10.5  <div id = "i_inputbox">
    10.6 -
    10.7 +<titletron>Clarity LaserKard Classic Style</titletron>
    10.8 +<br><BR>
    10.9  <!-- Start of Form -->
   10.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   10.11  <!-- Note: shopping_url also added to code -->
   10.12 @@ -11,7 +11,7 @@
   10.13  <!--your email address goes here -->
   10.14  <input type="hidden" name="business" value="laserkards@mit.edu">
   10.15  <input type="hidden" name="item_name">
   10.16 -<input type="hidden" name="item_number" "WFB-1001">
   10.17 +<input type="hidden" name="item_number">
   10.18  <input type="hidden" name="amount">
   10.19  <input type="hidden" name="currency_code" value="USD">
   10.20  <input type="hidden" name="lc" value="US">
   10.21 @@ -68,7 +68,7 @@
   10.22  <input type="hidden" name="on9">
   10.23  <input type="hidden" name="os9">
   10.24  <!--   -->
   10.25 -<h1>Clarity LaserKard Classic Style</h1>
   10.26 +
   10.27  
   10.28  <!-- Start of Options  -->
   10.29  
   10.30 @@ -147,10 +147,19 @@
   10.31  <input class="nbor" type="text" name="tot" size="8" value="$125.00">
   10.32  
   10.33  <br><br>
   10.34 +<div id = "buttoncon">
   10.35 +<div id="crush">
   10.36 +Please Wait...
   10.37 +</div>
   10.38  
   10.39 +<div id="vanish">
   10.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   10.41 +</div>
   10.42  
   10.43  
   10.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   10.45 +
   10.46 +</div>
   10.47 +
   10.48  </form>
   10.49  <!-- End of Form -->
   10.50         
    11.1 --- a/paypal/classic_acrylic_green.paylist	Sun Jan 03 03:36:21 2010 -0500
    11.2 +++ b/paypal/classic_acrylic_green.paylist	Sun Jan 03 08:30:32 2010 -0500
    11.3 @@ -1,6 +1,6 @@
    11.4 -
    11.5  <div id = "i_inputbox">
    11.6 -
    11.7 +<titletron>Vitality LaserKard  Classic Style</titletron>
    11.8 +<br><BR>
    11.9  <!-- Start of Form -->
   11.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   11.11  <!-- Note: shopping_url also added to code -->
   11.12 @@ -11,7 +11,7 @@
   11.13  <!--your email address goes here -->
   11.14  <input type="hidden" name="business" value="laserkards@mit.edu">
   11.15  <input type="hidden" name="item_name">
   11.16 -<input type="hidden" name="item_number" "WFB-1001">
   11.17 +<input type="hidden" name="item_number">
   11.18  <input type="hidden" name="amount">
   11.19  <input type="hidden" name="currency_code" value="USD">
   11.20  <input type="hidden" name="lc" value="US">
   11.21 @@ -68,7 +68,7 @@
   11.22  <input type="hidden" name="on9">
   11.23  <input type="hidden" name="os9">
   11.24  <!--   -->
   11.25 -<h1>Vitality LaserKard  Classic Style</h1>
   11.26 +
   11.27  
   11.28  <!-- Start of Options  -->
   11.29  
   11.30 @@ -147,10 +147,19 @@
   11.31  <input class="nbor" type="text" name="tot" size="8" value="$135.00">
   11.32  
   11.33  <br><br>
   11.34 +<div id = "buttoncon">
   11.35 +<div id="crush">
   11.36 +Please Wait...
   11.37 +</div>
   11.38  
   11.39 +<div id="vanish">
   11.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   11.41 +</div>
   11.42  
   11.43  
   11.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   11.45 +
   11.46 +</div>
   11.47 +
   11.48  </form>
   11.49  <!-- End of Form -->
   11.50         
    12.1 --- a/paypal/lines_acrylic_clear.paylist	Sun Jan 03 03:36:21 2010 -0500
    12.2 +++ b/paypal/lines_acrylic_clear.paylist	Sun Jan 03 08:30:32 2010 -0500
    12.3 @@ -1,6 +1,6 @@
    12.4 -
    12.5  <div id = "i_inputbox">
    12.6 -
    12.7 +<titletron>Clarity LaserKard  Lines Style</titletron>
    12.8 +<br><BR>
    12.9  <!-- Start of Form -->
   12.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   12.11  <!-- Note: shopping_url also added to code -->
   12.12 @@ -11,7 +11,7 @@
   12.13  <!--your email address goes here -->
   12.14  <input type="hidden" name="business" value="laserkards@mit.edu">
   12.15  <input type="hidden" name="item_name">
   12.16 -<input type="hidden" name="item_number" "WFB-1001">
   12.17 +<input type="hidden" name="item_number">
   12.18  <input type="hidden" name="amount">
   12.19  <input type="hidden" name="currency_code" value="USD">
   12.20  <input type="hidden" name="lc" value="US">
   12.21 @@ -68,7 +68,7 @@
   12.22  <input type="hidden" name="on9">
   12.23  <input type="hidden" name="os9">
   12.24  <!--   -->
   12.25 -<h1>Clarity LaserKard  Lines Style</h1>
   12.26 +
   12.27  
   12.28  <!-- Start of Options  -->
   12.29  
   12.30 @@ -147,10 +147,19 @@
   12.31  <input class="nbor" type="text" name="tot" size="8" value="$125.00">
   12.32  
   12.33  <br><br>
   12.34 +<div id = "buttoncon">
   12.35 +<div id="crush">
   12.36 +Please Wait...
   12.37 +</div>
   12.38  
   12.39 +<div id="vanish">
   12.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   12.41 +</div>
   12.42  
   12.43  
   12.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   12.45 +
   12.46 +</div>
   12.47 +
   12.48  </form>
   12.49  <!-- End of Form -->
   12.50         
    13.1 --- a/paypal/lines_acrylic_green.paylist	Sun Jan 03 03:36:21 2010 -0500
    13.2 +++ b/paypal/lines_acrylic_green.paylist	Sun Jan 03 08:30:32 2010 -0500
    13.3 @@ -1,6 +1,6 @@
    13.4 -
    13.5  <div id = "i_inputbox">
    13.6 -
    13.7 +<titletron>Vitality LaserKard  Lines Style</titletron>
    13.8 +<br><BR>
    13.9  <!-- Start of Form -->
   13.10  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   13.11  <!-- Note: shopping_url also added to code -->
   13.12 @@ -11,7 +11,7 @@
   13.13  <!--your email address goes here -->
   13.14  <input type="hidden" name="business" value="laserkards@mit.edu">
   13.15  <input type="hidden" name="item_name">
   13.16 -<input type="hidden" name="item_number" "WFB-1001">
   13.17 +<input type="hidden" name="item_number">
   13.18  <input type="hidden" name="amount">
   13.19  <input type="hidden" name="currency_code" value="USD">
   13.20  <input type="hidden" name="lc" value="US">
   13.21 @@ -68,7 +68,7 @@
   13.22  <input type="hidden" name="on9">
   13.23  <input type="hidden" name="os9">
   13.24  <!--   -->
   13.25 -<h1>Vitality LaserKard  Lines Style</h1>
   13.26 +
   13.27  
   13.28  <!-- Start of Options  -->
   13.29  
   13.30 @@ -147,10 +147,19 @@
   13.31  <input class="nbor" type="text" name="tot" size="8" value="$135.00">
   13.32  
   13.33  <br><br>
   13.34 +<div id = "buttoncon">
   13.35 +<div id="crush">
   13.36 +Please Wait...
   13.37 +</div>
   13.38  
   13.39 +<div id="vanish">
   13.40 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   13.41 +</div>
   13.42  
   13.43  
   13.44 -<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   13.45 +
   13.46 +</div>
   13.47 +
   13.48  </form>
   13.49  <!-- End of Form -->
   13.50         
    14.1 --- a/sexy.css	Sun Jan 03 03:36:21 2010 -0500
    14.2 +++ b/sexy.css	Sun Jan 03 08:30:32 2010 -0500
    14.3 @@ -1,8 +1,77 @@
    14.4  
    14.5 +div#trifold
    14.6 +{
    14.7 +position:relative;
    14.8 +width:505;
    14.9 +background-color:#000000;
   14.10 +margin-bottom:100px;
   14.11 +margin-top:25px;
   14.12 +font: bold 14px "helvetica","arial", "sans-serif";
   14.13 +color: white;
   14.14 +
   14.15 +
   14.16 +}
   14.17 +
   14.18 +
   14.19 +div#trileft
   14.20 +{
   14.21 +
   14.22 +position:absolute;
   14.23 +top:0;
   14.24 +left:2.5%;
   14.25 +width:45%;
   14.26 +
   14.27 +
   14.28 +padding:5px;
   14.29 +border-style:solid;
   14.30 +border-color:#79797b;
   14.31 +border-width:1px;
   14.32 +
   14.33 +
   14.34 +
   14.35 +}
   14.36 +
   14.37 +
   14.38 +
   14.39 +
   14.40 +div#triright
   14.41 +{
   14.42 +position:absolute;
   14.43 +
   14.44 +top:0;
   14.45 +left:52.5%;
   14.46 +width:45%;
   14.47 +padding:5px;
   14.48 +border-style:solid;
   14.49 +border-color:#79797b;
   14.50 +border-width:1px;
   14.51 +}
   14.52 +
   14.53 +
   14.54 +div#wtf
   14.55 +{
   14.56 +padding:5px;
   14.57 +border-style:solid;
   14.58 +border-color:#79797b;
   14.59 +border-width:1px;
   14.60 +}
   14.61 +
   14.62 +
   14.63 +div#arrowleft
   14.64 +{
   14.65 +float:left;
   14.66 +margin:7px;
   14.67 +}
   14.68 +
   14.69 +div#arrowright
   14.70 +{
   14.71 +float:right;
   14.72 +margin:7px;
   14.73 +}
   14.74  
   14.75  h1 
   14.76  {
   14.77 -font-size:;
   14.78 +
   14.79  color: white;
   14.80  background-color:#000000;
   14.81  text-align: center;
   14.82 @@ -29,6 +98,7 @@
   14.83           
   14.84  div#i_materials
   14.85  {
   14.86 +
   14.87  display: none;
   14.88  padding:5px;
   14.89  border-style:solid;
   14.90 @@ -47,7 +117,7 @@
   14.91  
   14.92  div#i_templates
   14.93  {
   14.94 -font-size:;
   14.95 +
   14.96  color: white;
   14.97  background-color:#000000;
   14.98  text-align: left;
   14.99 @@ -73,6 +143,19 @@
  14.100  
  14.101  
  14.102  
  14.103 +titletron
  14.104 +{
  14.105 +
  14.106 +
  14.107 +color: white;
  14.108 +background-color:#000000;
  14.109 +text-align: left;
  14.110 +font: bold 32px "arial", "sans-serif";
  14.111 +
  14.112 +}
  14.113 +
  14.114 +
  14.115 +
  14.116  div#display 
  14.117  {
  14.118  
  14.119 @@ -102,7 +185,10 @@
  14.120  
  14.121  div#i_inputbox
  14.122  {
  14.123 -padding:5px;
  14.124 +
  14.125 +padding-left:10px;
  14.126 +padding-top:10px;
  14.127 +padding-right:0px;
  14.128  border-style:solid;
  14.129  border-color:#79797b;
  14.130  border-width:1px;
  14.131 @@ -160,6 +246,38 @@
  14.132  
  14.133  
  14.134  
  14.135 +div#buttoncon
  14.136 +{
  14.137 +position:relative;
  14.138 +
  14.139 +}
  14.140 +
  14.141 +
  14.142 +div#vanish
  14.143 +{
  14.144 +position:absolute;
  14.145 +top:0px;
  14.146 +left:0px;
  14.147 +z-index:2;
  14.148 +}
  14.149 +
  14.150 +div#crush
  14.151 +{
  14.152 +position:relative;
  14.153 +left:8px;
  14.154 +top:0px;
  14.155 +z-index:1;
  14.156 +}
  14.157 +
  14.158 +
  14.159 +
  14.160 +
  14.161 +
  14.162 +
  14.163 +
  14.164 +
  14.165 +
  14.166 +
  14.167  /*stuff to make the containing divs actually contain the stuff they contain.*/
  14.168  
  14.169      .clearfix:after {
    15.1 --- a/top_menu.include	Sun Jan 03 03:36:21 2010 -0500
    15.2 +++ b/top_menu.include	Sun Jan 03 08:30:32 2010 -0500
    15.3 @@ -4,7 +4,7 @@
    15.4  	<ul>
    15.5  		<li><a href="./index.php" id ="hom" onmouseover="document.but.src='images/or_sm.jpg'">Home</a></li>
    15.6  
    15.7 -		<li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/gr_sm.jpg'"><attn>Buy</attn></a></li>
    15.8 +		<li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/gr_sm.jpg'">Buy</a></li>
    15.9  
   15.10  		<li><a href="./contact.php" id = "contact" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li>
   15.11