changeset 57:8324f195ef36 laserkard

[svn r58] implemented various changes
author rlm
date Sun, 14 Mar 2010 00:32:38 -0500
parents 2ca94aa58033
children 9d156039944e
files Laserkard.pm faq.php front_page.css images/Homepage.jpg images/blank.jpg index.php log/error_log.log main.css 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/generate_paylists.pm paypal/lines_acrylic_clear.paylist paypal/lines_acrylic_green.paylist paypal/make.pl top_menu.include
diffstat 19 files changed, 257 insertions(+), 155 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/Laserkard.pm	Sat Mar 13 22:30:59 2010 -0500
     1.2 +++ b/Laserkard.pm	Sun Mar 14 00:32:38 2010 -0500
     1.3 @@ -293,7 +293,7 @@
     1.4  #~ $t =~ s/PERL::PIC/$all/g;
     1.5  
     1.6  	$t = <<HERE;
     1.7 -	<image src = "./images/display/blank.jpg" 	
     1.8 +	<image src = "./images/blank.jpg" 	
     1.9  	onmouseover = "pokedex(document.getElementById('currentSpec').innerHTML);"
    1.10  	>
    1.11  	
    1.12 @@ -368,12 +368,12 @@
    1.13  
    1.14  $initials = <<HERE ;
    1.15  {
    1.16 -"Name":"James Bond",
    1.17 -"Email":"jbond\@mi6.co.uk",
    1.18 -"Phone": "123.456.7890", 
    1.19 -"Company": "MI6",
    1.20 -"Website" : "http://jamesbond.com",
    1.21 -"Occupation" : "Secret Agent"
    1.22 +"Name":"My Name",
    1.23 +"Email":"email\@example.com",
    1.24 +"Phone": "(555)-555-5555", 
    1.25 +"Company": "Company",
    1.26 +"Website" : "http://www.example.com",
    1.27 +"Occupation" : "Occupation"
    1.28  }
    1.29  
    1.30  HERE
     2.1 --- a/faq.php	Sat Mar 13 22:30:59 2010 -0500
     2.2 +++ b/faq.php	Sun Mar 14 00:32:38 2010 -0500
     2.3 @@ -40,7 +40,7 @@
     2.4  
     2.5  
     2.6  <p class = "question">
     2.7 -How are they used; Is 40 cards enough?
     2.8 +How are they used; Will I have enough cards?
     2.9  </p>
    2.10  <p class = "answer">
    2.11  LaserKards are meant to be used wisely - when you want to make an impact.  One customer used the analogy that unlike regular cards being a spray of information, these are focused like a sniper rifle. 
    2.12 @@ -56,7 +56,7 @@
    2.13  How thick are LaserKards?
    2.14  </p>
    2.15  <p class = "answer">
    2.16 -They are as thick as 4-5 business cards, so that they provide a feeling of presence without being obtrusive.  They fit into conventional wallets, as the length is designed to account for the thickness.
    2.17 +They are slightly thicker than a credit card, so that they provide a feeling of presence without being obtrusive.  They fit into conventional wallets, as the length is designed to account for the thickness.
    2.18  </p>
    2.19  
    2.20  <p class = "question">
     3.1 --- a/front_page.css	Sat Mar 13 22:30:59 2010 -0500
     3.2 +++ b/front_page.css	Sun Mar 14 00:32:38 2010 -0500
     3.3 @@ -7,7 +7,44 @@
     3.4  margin-right:auto;
     3.5  
     3.6  
     3.7 +
     3.8  }
     3.9 +div.stupid_fuck
    3.10 +{
    3.11 +position: absolute;
    3.12 +width: 1100px ;
    3.13 +
    3.14 +margin-left:auto;
    3.15 +margin-right:auto;
    3.16 +
    3.17 +z-index: -10;
    3.18 +margin-top: -100px;
    3.19 +
    3.20 +}
    3.21 +
    3.22 +div.stupid_fuck2
    3.23 +{
    3.24 +position: absolute;
    3.25 +width: 1100px ;
    3.26 +
    3.27 +margin-left:auto;
    3.28 +margin-right:auto;
    3.29 +
    3.30 +z-index: 50;
    3.31 +margin-top: 680px;
    3.32 +
    3.33 +}
    3.34 +
    3.35 +
    3.36 +
    3.37 +a.behind
    3.38 +{
    3.39 +
    3.40 +
    3.41 +
    3.42 +}
    3.43 +
    3.44 +
    3.45  
    3.46  div.text_center
    3.47  {
    3.48 @@ -20,9 +57,12 @@
    3.49  	/*font-family:Helvetica, sans-serif, Arial;*/
    3.50  	font: bold 16px "arial", "sans-serif";
    3.51  text-align:center;
    3.52 -	margin-top:-50px;
    3.53 +	margin-top:-90px;
    3.54  }
    3.55  
    3.56 +
    3.57 +
    3.58 +
    3.59  div.copyright
    3.60  {
    3.61  
    3.62 @@ -37,3 +77,51 @@
    3.63  	
    3.64  
    3.65  }
    3.66 +
    3.67 +
    3.68 +
    3.69 +/*START stupid crap */
    3.70 +
    3.71 +
    3.72 +
    3.73 +
    3.74 +
    3.75 +div.slogan,div.slogan>a
    3.76 +{
    3.77 +
    3.78 +color: white;
    3.79 +background-color: black;
    3.80 +margin-left: auto;
    3.81 +margin-right: auto;
    3.82 +clear: left;
    3.83 +clear: right;
    3.84 +width: 100%;
    3.85 +text-align: center;
    3.86 +font: bold 25px "arial", "sans-serif";
    3.87 +text-decoration: none;
    3.88 +margin-bottom:-15px;
    3.89 +margin-top:20px;
    3.90 +
    3.91 +}
    3.92 +
    3.93 +
    3.94 +
    3.95 +
    3.96 +
    3.97 +div.center
    3.98 +{
    3.99 +	display:block;
   3.100 +	width:460px;
   3.101 +	height:244px;
   3.102 +	background-color:#000000;
   3.103 +	margin-left:auto;
   3.104 +	margin-right:auto;
   3.105 +	margin-top:60px;
   3.106 +	margin-bottom:auto;
   3.107 +	padding:0px;
   3.108 +}
   3.109 +
   3.110 +
   3.111 +
   3.112 +
   3.113 +
     4.1 Binary file images/Homepage.jpg has changed
     5.1 Binary file images/blank.jpg has changed
     6.1 --- a/index.php	Sat Mar 13 22:30:59 2010 -0500
     6.2 +++ b/index.php	Sun Mar 14 00:32:38 2010 -0500
     6.3 @@ -14,11 +14,14 @@
     6.4  
     6.5   
     6.6  <div class="img_center">
     6.7 -	<a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
     6.8 +	<div class = "stupid_fuck">
     6.9 +	<a href="./buy.pl" class="behind" ><img src="./images/Homepage.jpg" name="but" border="0"></a>
    6.10 +	</div>
    6.11  </div>
    6.12  
    6.13  
    6.14  <div class="text_center">
    6.15 +<div class="stupid_fuck2">
    6.16    <p>Competition is tough.  <br>
    6.17    Everyone wants that next job, that next opportunity.<br>
    6.18    They all look the same. <br>
    6.19 @@ -30,13 +33,15 @@
    6.20    Laserkards &mdash; laser etched business cards,<br>
    6.21    Designed to make an impact.
    6.22    </p>
    6.23 - 
    6.24 -</div>
    6.25 -
    6.26 -<br>
    6.27 +  
    6.28 +  <br>
    6.29  <div class = "copyright">
    6.30  &copy;2010 LaserKard LLC
    6.31  </div>
    6.32 + </div>
    6.33 +</div>
    6.34 +
    6.35 +
    6.36  
    6.37  
    6.38  </body>
     7.1 --- a/log/error_log.log	Sat Mar 13 22:30:59 2010 -0500
     7.2 +++ b/log/error_log.log	Sun Mar 14 00:32:38 2010 -0500
     7.3 @@ -474,3 +474,6 @@
     7.4  [Sat Mar 13 01:51:18 2010] [error] [client 18.238.1.90] File does not exist: /home/r/Desktop/web/laserkard/favicon.ico
     7.5  [Sat Mar 13 06:40:45 2010] [error] [client 18.238.1.90] File does not exist: /home/r/Desktop/web/laserkard/favicon.ico
     7.6  [Sat Mar 13 06:40:46 2010] [error] [client 18.238.1.90] File does not exist: /home/r/Desktop/web/laserkard/favicon.ico
     7.7 +[Sat Mar 13 22:36:35 2010] [error] [client 18.111.75.133] File does not exist: /home/r/Desktop/web/laserkard/favicon.ico
     7.8 +[Sat Mar 13 22:36:35 2010] [error] [client 18.111.75.133] File does not exist: /home/r/Desktop/web/laserkard/favicon.ico
     7.9 +[Sat Mar 13 22:36:38 2010] [error] [client 18.111.75.133] File does not exist: /home/r/Desktop/web/laserkard/favicon.ico
     8.1 --- a/main.css	Sat Mar 13 22:30:59 2010 -0500
     8.2 +++ b/main.css	Sun Mar 14 00:32:38 2010 -0500
     8.3 @@ -2,23 +2,6 @@
     8.4  /* CSS Document */
     8.5  
     8.6  
     8.7 -div.slogan,div.slogan>a
     8.8 -{
     8.9 -
    8.10 -color: white;
    8.11 -background-color: black;
    8.12 -margin-left: auto;
    8.13 -margin-right: auto;
    8.14 -clear: left;
    8.15 -clear: right;
    8.16 -width: 100%;
    8.17 -text-align: center;
    8.18 -font: bold 25px "arial", "sans-serif";
    8.19 -text-decoration: none;
    8.20 -margin-bottom:-15px;
    8.21 -margin-top:20px;
    8.22 -
    8.23 -}
    8.24  
    8.25  
    8.26  
    8.27 @@ -30,14 +13,40 @@
    8.28  	margin-top:-4px;
    8.29  	padding:0;
    8.30  
    8.31 +}
    8.32  
    8.33  
    8.34 +h1 
    8.35 +{
    8.36  
    8.37 +color: white;
    8.38 +background-color:#000000;
    8.39 +text-align: center;
    8.40 +font: bold 32px "arial", "sans-serif";
    8.41  }
    8.42 +
    8.43 +
    8.44 +
    8.45 +
    8.46 +div.headlinks ul
    8.47 +{
    8.48 +	margin-top:10px;
    8.49 +}
    8.50 +div.headlinks ul li
    8.51 +{
    8.52 +	text-align:center;
    8.53 +	display: inline;
    8.54 +	list-style-type: none;
    8.55 +	padding-left: 2.9%;
    8.56 +	padding-right: 2.9%;
    8.57 +}
    8.58 +
    8.59 +
    8.60  div.topbar
    8.61  {
    8.62  	height:60px;
    8.63  	margin-top:2px;
    8.64 +	z-index: 100;
    8.65  }
    8.66  div.headlinks
    8.67  {
    8.68 @@ -66,55 +75,6 @@
    8.69  
    8.70  
    8.71  
    8.72 -div.headlinks ul
    8.73 -{
    8.74 -	margin-top:10px;
    8.75 -}
    8.76 -div.headlinks ul li
    8.77 -{
    8.78 -	text-align:center;
    8.79 -	display: inline;
    8.80 -	list-style-type: none;
    8.81 -	padding-left: 2.9%;
    8.82 -	padding-right: 2.9%;
    8.83 -}
    8.84 -
    8.85 -
    8.86 -div.center
    8.87 -{
    8.88 -	display:block;
    8.89 -	width:460px;
    8.90 -	height:244px;
    8.91 -	background-color:#000000;
    8.92 -	margin-left:auto;
    8.93 -	margin-right:auto;
    8.94 -	margin-top:60px;
    8.95 -	margin-bottom:auto;
    8.96 -	padding:0px;
    8.97 -}
    8.98 -
    8.99 -
   8.100 -img
   8.101 -{
   8.102 -	margin:0;
   8.103 -	padding:0;
   8.104 -}
   8.105 -
   8.106 -h1 
   8.107 -{
   8.108 -
   8.109 -color: white;
   8.110 -background-color:#000000;
   8.111 -text-align: center;
   8.112 -font: bold 32px "arial", "sans-serif";
   8.113 -}
   8.114 -
   8.115 -
   8.116 -
   8.117 -
   8.118 -
   8.119 -
   8.120 -
   8.121  /*stuff to make the links show which page you're on*/
   8.122  body#buy a#buy,
   8.123  body#hom a#hom,
   8.124 @@ -126,3 +86,6 @@
   8.125  
   8.126  }
   8.127  
   8.128 +
   8.129 +
   8.130 +
     9.1 --- a/paypal/basic_acrylic_clear.paylist	Sat Mar 13 22:30:59 2010 -0500
     9.2 +++ b/paypal/basic_acrylic_clear.paylist	Sun Mar 14 00:32:38 2010 -0500
     9.3 @@ -3,7 +3,7 @@
     9.4  
     9.5  
     9.6  <div class = "ttyls"> <titletron>Clarity Series:<br> The Arrow Kard.</titletron></div><br>
     9.7 -<div class = "descript">Laser-Etched Clear Acrylic </div>
     9.8 +<div class = "descript">Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic. </div>
     9.9  
    9.10  <!-- Start of Form -->
    9.11  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
    9.12 @@ -79,17 +79,27 @@
    9.13      
    9.14      <input type="radio" name = "whatev"
    9.15  
    9.16 -	value="30 cards @99.00"   CHECKED
    9.17 +	value="50 cards @149.00"   CHECKED
    9.18  	onclick = "ReadForm (this.form, false);"
    9.19  	onload = "ReadForm (this.form, false);" >
    9.20 -	30 cards &mdash; $99
    9.21 +	50 cards &mdash; $149
    9.22  	
    9.23  	<br>
    9.24  	
    9.25      
    9.26      <input type="radio" name = "whatev"
    9.27  
    9.28 -	value="4 cards @29.00"   
    9.29 +	value="30 cards @99.00"   CHECKED
    9.30 +	onclick = "ReadForm (this.form, false);"
    9.31 +	onload = "ReadForm (this.form, false);" >
    9.32 +	30 cards &mdash; $99 (Intro Offer)
    9.33 +	
    9.34 +	<br>
    9.35 +	
    9.36 +    
    9.37 +    <input type="radio" name = "whatev"
    9.38 +
    9.39 +	value="4 cards @29.00"   CHECKED
    9.40  	onclick = "ReadForm (this.form, false);"
    9.41  	onload = "ReadForm (this.form, false);" >
    9.42  	4 cards &mdash; $29
    9.43 @@ -147,7 +157,7 @@
    9.44  
    9.45  <br>
    9.46  Total Cost:&nbsp; &nbsp;
    9.47 -<input class="nbor" type="text" name="tot" size="8" value="$99.00">
    9.48 +<input class="nbor" type="text" name="tot" size="8" value="$29.00">
    9.49  <br>(Free Shipping)
    9.50  <br><br>            
    9.51  <input name="accept" type="checkbox" value="0"><br>
    10.1 --- a/paypal/basic_acrylic_green.paylist	Sat Mar 13 22:30:59 2010 -0500
    10.2 +++ b/paypal/basic_acrylic_green.paylist	Sun Mar 14 00:32:38 2010 -0500
    10.3 @@ -3,7 +3,7 @@
    10.4  
    10.5  
    10.6  <div class = "ttyls"> <titletron>Vitality LaserKard Basic Style</titletron></div><br>
    10.7 -<div class = "descript">Laser-Etched Clear Acrylic </div>
    10.8 +<div class = "descript">Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic. </div>
    10.9  
   10.10  <!-- Start of Form -->
   10.11  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   10.12 @@ -89,7 +89,7 @@
   10.13      
   10.14      <input type="radio" name = "whatev"
   10.15  
   10.16 -	value="4 cards @30.00"   
   10.17 +	value="4 cards @30.00"   CHECKED
   10.18  	onclick = "ReadForm (this.form, false);"
   10.19  	onload = "ReadForm (this.form, false);" >
   10.20  	4 cards &mdash; $30
    11.1 --- a/paypal/big_acrylic_clear.paylist	Sat Mar 13 22:30:59 2010 -0500
    11.2 +++ b/paypal/big_acrylic_clear.paylist	Sun Mar 14 00:32:38 2010 -0500
    11.3 @@ -3,7 +3,7 @@
    11.4  
    11.5  
    11.6  <div class = "ttyls"> <titletron>Clarity Series:<br> The Bold Kard.</titletron></div><br>
    11.7 -<div class = "descript">Laser-Etched Clear Acrylic </div>
    11.8 +<div class = "descript">Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic. </div>
    11.9  
   11.10  <!-- Start of Form -->
   11.11  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   11.12 @@ -79,17 +79,27 @@
   11.13      
   11.14      <input type="radio" name = "whatev"
   11.15  
   11.16 -	value="30 cards @99.00"   CHECKED
   11.17 +	value="50 cards @149.00"   CHECKED
   11.18  	onclick = "ReadForm (this.form, false);"
   11.19  	onload = "ReadForm (this.form, false);" >
   11.20 -	30 cards &mdash; $99
   11.21 +	50 cards &mdash; $149
   11.22  	
   11.23  	<br>
   11.24  	
   11.25      
   11.26      <input type="radio" name = "whatev"
   11.27  
   11.28 -	value="4 cards @29.00"   
   11.29 +	value="30 cards @99.00"   CHECKED
   11.30 +	onclick = "ReadForm (this.form, false);"
   11.31 +	onload = "ReadForm (this.form, false);" >
   11.32 +	30 cards &mdash; $99 (Intro Offer)
   11.33 +	
   11.34 +	<br>
   11.35 +	
   11.36 +    
   11.37 +    <input type="radio" name = "whatev"
   11.38 +
   11.39 +	value="4 cards @29.00"   CHECKED
   11.40  	onclick = "ReadForm (this.form, false);"
   11.41  	onload = "ReadForm (this.form, false);" >
   11.42  	4 cards &mdash; $29
   11.43 @@ -127,7 +137,7 @@
   11.44  
   11.45  <br>
   11.46  Total Cost:&nbsp; &nbsp;
   11.47 -<input class="nbor" type="text" name="tot" size="8" value="$99.00">
   11.48 +<input class="nbor" type="text" name="tot" size="8" value="$29.00">
   11.49  <br>(Free Shipping)
   11.50  <br><br>            
   11.51  <input name="accept" type="checkbox" value="0"><br>
    12.1 --- a/paypal/big_acrylic_green.paylist	Sat Mar 13 22:30:59 2010 -0500
    12.2 +++ b/paypal/big_acrylic_green.paylist	Sun Mar 14 00:32:38 2010 -0500
    12.3 @@ -3,7 +3,7 @@
    12.4  
    12.5  
    12.6  <div class = "ttyls"> <titletron>Vitality LaserKard BIG Style</titletron></div><br>
    12.7 -<div class = "descript">Laser-Etched Clear Acrylic </div>
    12.8 +<div class = "descript">Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic. </div>
    12.9  
   12.10  <!-- Start of Form -->
   12.11  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   12.12 @@ -89,7 +89,7 @@
   12.13      
   12.14      <input type="radio" name = "whatev"
   12.15  
   12.16 -	value="4 cards @30.00"   
   12.17 +	value="4 cards @30.00"   CHECKED
   12.18  	onclick = "ReadForm (this.form, false);"
   12.19  	onload = "ReadForm (this.form, false);" >
   12.20  	4 cards &mdash; $30
    13.1 --- a/paypal/classic_acrylic_clear.paylist	Sat Mar 13 22:30:59 2010 -0500
    13.2 +++ b/paypal/classic_acrylic_clear.paylist	Sun Mar 14 00:32:38 2010 -0500
    13.3 @@ -3,7 +3,7 @@
    13.4  
    13.5  
    13.6  <div class = "ttyls"> <titletron>Clarity Series:<br> The Classic Kard.</titletron></div><br>
    13.7 -<div class = "descript">Laser-Etched Clear Acrylic </div>
    13.8 +<div class = "descript">Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic. </div>
    13.9  
   13.10  <!-- Start of Form -->
   13.11  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   13.12 @@ -79,17 +79,27 @@
   13.13      
   13.14      <input type="radio" name = "whatev"
   13.15  
   13.16 -	value="30 cards @99.00"   CHECKED
   13.17 +	value="50 cards @149.00"   CHECKED
   13.18  	onclick = "ReadForm (this.form, false);"
   13.19  	onload = "ReadForm (this.form, false);" >
   13.20 -	30 cards &mdash; $99
   13.21 +	50 cards &mdash; $149
   13.22  	
   13.23  	<br>
   13.24  	
   13.25      
   13.26      <input type="radio" name = "whatev"
   13.27  
   13.28 -	value="4 cards @29.00"   
   13.29 +	value="30 cards @99.00"   CHECKED
   13.30 +	onclick = "ReadForm (this.form, false);"
   13.31 +	onload = "ReadForm (this.form, false);" >
   13.32 +	30 cards &mdash; $99 (Intro Offer)
   13.33 +	
   13.34 +	<br>
   13.35 +	
   13.36 +    
   13.37 +    <input type="radio" name = "whatev"
   13.38 +
   13.39 +	value="4 cards @29.00"   CHECKED
   13.40  	onclick = "ReadForm (this.form, false);"
   13.41  	onload = "ReadForm (this.form, false);" >
   13.42  	4 cards &mdash; $29
   13.43 @@ -159,7 +169,7 @@
   13.44  
   13.45  <br>
   13.46  Total Cost:&nbsp; &nbsp;
   13.47 -<input class="nbor" type="text" name="tot" size="8" value="$99.00">
   13.48 +<input class="nbor" type="text" name="tot" size="8" value="$29.00">
   13.49  <br>(Free Shipping)
   13.50  <br><br>            
   13.51  <input name="accept" type="checkbox" value="0"><br>
    14.1 --- a/paypal/classic_acrylic_green.paylist	Sat Mar 13 22:30:59 2010 -0500
    14.2 +++ b/paypal/classic_acrylic_green.paylist	Sun Mar 14 00:32:38 2010 -0500
    14.3 @@ -3,7 +3,7 @@
    14.4  
    14.5  
    14.6  <div class = "ttyls"> <titletron>Vitality LaserKard  Classic Style</titletron></div><br>
    14.7 -<div class = "descript">Laser-Etched Clear Acrylic </div>
    14.8 +<div class = "descript">Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic. </div>
    14.9  
   14.10  <!-- Start of Form -->
   14.11  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   14.12 @@ -89,7 +89,7 @@
   14.13      
   14.14      <input type="radio" name = "whatev"
   14.15  
   14.16 -	value="4 cards @30.00"   
   14.17 +	value="4 cards @30.00"   CHECKED
   14.18  	onclick = "ReadForm (this.form, false);"
   14.19  	onload = "ReadForm (this.form, false);" >
   14.20  	4 cards &mdash; $30
    15.1 --- a/paypal/generate_paylists.pm	Sat Mar 13 22:30:59 2010 -0500
    15.2 +++ b/paypal/generate_paylists.pm	Sun Mar 14 00:32:38 2010 -0500
    15.3 @@ -15,7 +15,7 @@
    15.4  	
    15.5  {#input stuff
    15.6      my %args = (
    15.7 -		DESC   => "Laser-Etched Clear Acrylic",
    15.8 +		DESC   => "Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic.",
    15.9  		TITLE  => "Clarity LaserKard --- Classic Style",
   15.10          NAME   => 'classic_acrylic_clear', 
   15.11          FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"],
   15.12 @@ -93,7 +93,7 @@
   15.13  {#PERL::PAYMENT
   15.14  
   15.15  
   15.16 -my $start  = 
   15.17 +my $init  = 
   15.18  <<DDDDD;
   15.19      
   15.20      <input type="radio" name = "whatev"
   15.21 @@ -108,26 +108,22 @@
   15.22  DDDDD
   15.23  
   15.24  
   15.25 -$start2 = $start;
   15.26  
   15.27 -$start =~ s/PERL::COST/@costs_names[0]/;
   15.28 -$start =~ s/PERL::CODE/@costs_code[0]/;
   15.29 -$start =~ s/PERL::CHECKED/CHECKED/;
   15.30 +$start = "";
   15.31 +for (0..$payment_opts-1)
   15.32  
   15.33 +{
   15.34 +$temp = $init;
   15.35  
   15.36  
   15.37 -if (2 ==  $payment_opts)
   15.38 -{
   15.39 -
   15.40 -$start2 =~ s/PERL::COST/@costs_names[1]/;
   15.41 -$start2 =~ s/PERL::CODE/@costs_code[1]/;
   15.42 -$start2 =~ s/PERL::CHECKED//;
   15.43 -$start = $start.$start2;
   15.44 -
   15.45 +$temp =~ s/PERL::COST/@costs_names[$_]/;
   15.46 +$temp =~ s/PERL::CODE/@costs_code[$_]/;
   15.47 +$temp =~ s/PERL::CHECKED/CHECKED/;
   15.48 +$start = $start.$temp;
   15.49  }
   15.50  
   15.51  $base =~ s/PERL::PAYMENT/$start/;
   15.52 -
   15.53 +$start = $temp = $init ="";
   15.54  }
   15.55  
   15.56  {#PERL::INPUT
    16.1 --- a/paypal/lines_acrylic_clear.paylist	Sat Mar 13 22:30:59 2010 -0500
    16.2 +++ b/paypal/lines_acrylic_clear.paylist	Sun Mar 14 00:32:38 2010 -0500
    16.3 @@ -3,7 +3,7 @@
    16.4  
    16.5  
    16.6  <div class = "ttyls"> <titletron>Clarity Series:<br> The Direct Kard.</titletron></div><br>
    16.7 -<div class = "descript">Laser-Etched Clear Acrylic </div>
    16.8 +<div class = "descript">Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic. </div>
    16.9  
   16.10  <!-- Start of Form -->
   16.11  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   16.12 @@ -79,17 +79,27 @@
   16.13      
   16.14      <input type="radio" name = "whatev"
   16.15  
   16.16 -	value="30 cards @99.00"   CHECKED
   16.17 +	value="50 cards @149.00"   CHECKED
   16.18  	onclick = "ReadForm (this.form, false);"
   16.19  	onload = "ReadForm (this.form, false);" >
   16.20 -	30 cards &mdash; $99
   16.21 +	50 cards &mdash; $149
   16.22  	
   16.23  	<br>
   16.24  	
   16.25      
   16.26      <input type="radio" name = "whatev"
   16.27  
   16.28 -	value="4 cards @29.00"   
   16.29 +	value="30 cards @99.00"   CHECKED
   16.30 +	onclick = "ReadForm (this.form, false);"
   16.31 +	onload = "ReadForm (this.form, false);" >
   16.32 +	30 cards &mdash; $99 (Intro Offer)
   16.33 +	
   16.34 +	<br>
   16.35 +	
   16.36 +    
   16.37 +    <input type="radio" name = "whatev"
   16.38 +
   16.39 +	value="4 cards @29.00"   CHECKED
   16.40  	onclick = "ReadForm (this.form, false);"
   16.41  	onload = "ReadForm (this.form, false);" >
   16.42  	4 cards &mdash; $29
   16.43 @@ -159,7 +169,7 @@
   16.44  
   16.45  <br>
   16.46  Total Cost:&nbsp; &nbsp;
   16.47 -<input class="nbor" type="text" name="tot" size="8" value="$99.00">
   16.48 +<input class="nbor" type="text" name="tot" size="8" value="$29.00">
   16.49  <br>(Free Shipping)
   16.50  <br><br>            
   16.51  <input name="accept" type="checkbox" value="0"><br>
    17.1 --- a/paypal/lines_acrylic_green.paylist	Sat Mar 13 22:30:59 2010 -0500
    17.2 +++ b/paypal/lines_acrylic_green.paylist	Sun Mar 14 00:32:38 2010 -0500
    17.3 @@ -3,7 +3,7 @@
    17.4  
    17.5  
    17.6  <div class = "ttyls"> <titletron>Vitality LaserKard  Lines Style</titletron></div><br>
    17.7 -<div class = "descript">Laser-Etched Clear Acrylic </div>
    17.8 +<div class = "descript">Clear, Scratch Resistant,<br>  Laser-Etched  Acrylic. </div>
    17.9  
   17.10  <!-- Start of Form -->
   17.11  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
   17.12 @@ -89,7 +89,7 @@
   17.13      
   17.14      <input type="radio" name = "whatev"
   17.15  
   17.16 -	value="4 cards @30.00"   
   17.17 +	value="4 cards @30.00"   CHECKED
   17.18  	onclick = "ReadForm (this.form, false);"
   17.19  	onload = "ReadForm (this.form, false);" >
   17.20  	4 cards &mdash; $30
    18.1 --- a/paypal/make.pl	Sat Mar 13 22:30:59 2010 -0500
    18.2 +++ b/paypal/make.pl	Sun Mar 14 00:32:38 2010 -0500
    18.3 @@ -1,27 +1,14 @@
    18.4  use generate_paylists;
    18.5  
    18.6  
    18.7 -{#big_acrylic_clear
    18.8 -&paylist
    18.9 -(
   18.10 -TITLE  => 'Clarity Series:<br> The Bold Kard.',
   18.11 -PRODUCT_NAME => 'Clarity Series: The Bold Kard',
   18.12 -SHORT_FORM   =>  'bold',
   18.13 +@standard_prices =    ['50 cards &mdash; $149','30 cards &mdash; $99 (Intro Offer)', '4 cards &mdash; $29'] ;  #'50 cards &mdash; $149',
   18.14  
   18.15 -DESC	=> 'Laser-Etched Clear Acrylic',
   18.16 +@standard_codes = 		[ '50 cards @149.00','30 cards @99.00', '4 cards @29.00'];  #['50 cards @149.00',
   18.17 +$init_price = '$29.00';
   18.18  
   18.19 -NAME   => 'big_acrylic_clear', 
   18.20 +$descrip	= 'Laser-Etched Clear Scratch Resistant';
   18.21  
   18.22 -FIELDS      => ["Name", "Email"],
   18.23 -DEFAULTS      => ['PERL::NAME','PERL::EMAIL'],
   18.24  
   18.25 -COSTS_NAMES   => ['30 cards &mdash; $99', '4 cards &mdash; $29'],
   18.26 -COSTS_CODE    => ['30 cards @99.00', '4 cards @29.00'],
   18.27 -INITIAL_PRICE => '$99.00',
   18.28 -
   18.29 -ADD_PENNY       => 0,
   18.30 -);
   18.31 -}
   18.32  
   18.33  
   18.34  {#basic_acrylic_clear
   18.35 @@ -36,17 +23,37 @@
   18.36  FIELDS      => ["Name", "Company","Occupation","Email"],
   18.37  DEFAULTS      => ['PERL::NAME','PERL::COMPANY','PERL::OCCUPATION','PERL::EMAIL'],
   18.38  
   18.39 -COSTS_NAMES   => ['30 cards &mdash; $99', '4 cards &mdash; $29'],
   18.40 -COSTS_CODE    => ['30 cards @99.00', '4 cards @29.00'],
   18.41 -INITIAL_PRICE => '$99.00',
   18.42 +COSTS_NAMES   => @standard_prices,
   18.43 +COSTS_CODE    => @standard_codes,
   18.44 +INITIAL_PRICE => $init_price,
   18.45  
   18.46  
   18.47  ADD_PENNY       => 1,
   18.48  );
   18.49  }
   18.50  
   18.51 +{#big_acrylic_clear
   18.52 +&paylist
   18.53 +(
   18.54 +TITLE  => 'Clarity Series:<br> The Bold Kard.',
   18.55 +PRODUCT_NAME => 'Clarity Series: The Bold Kard',
   18.56 +SHORT_FORM   =>  'bold',
   18.57  
   18.58  
   18.59 +
   18.60 +NAME   => 'big_acrylic_clear', 
   18.61 +
   18.62 +FIELDS      => ["Name", "Email"],
   18.63 +DEFAULTS      => ['PERL::NAME','PERL::EMAIL'],
   18.64 +
   18.65 +COSTS_NAMES   => @standard_prices,
   18.66 +COSTS_CODE    => @standard_codes,
   18.67 +INITIAL_PRICE => $init_price,
   18.68 +
   18.69 +ADD_PENNY       => 0,
   18.70 +);
   18.71 +}
   18.72 +
   18.73  {#classic_acrylic_clear
   18.74  &paylist
   18.75  (
   18.76 @@ -59,9 +66,9 @@
   18.77  FIELDS      => ["Email", "Phone","Name","Company","Occupation","Website"],
   18.78  DEFAULTS      => ['PERL::EMAIL','PERL::PHONE','PERL::NAME','PERL::COMPANY','PERL::OCCUPATION','PERL::WEBSITE'],
   18.79  
   18.80 -COSTS_NAMES   => ['30 cards &mdash; $99', '4 cards &mdash; $29'],
   18.81 -COSTS_CODE    => ['30 cards @99.00', '4 cards @29.00'],
   18.82 -INITIAL_PRICE => '$99.00',
   18.83 +COSTS_NAMES   => @standard_prices,
   18.84 +COSTS_CODE    => @standard_codes,
   18.85 +INITIAL_PRICE => $init_price,
   18.86  
   18.87  
   18.88  ADD_PENNY       => 0,
   18.89 @@ -83,9 +90,9 @@
   18.90  FIELDS      => ["Name", "Occupation","Company","Phone","Email","Website"],
   18.91  DEFAULTS      => ['PERL::NAME','PERL::OCCUPATION','PERL::COMPANY','PERL::PHONE','PERL::EMAIL','PERL::WEBSITE'],
   18.92  
   18.93 -COSTS_NAMES   => ['30 cards &mdash; $99', '4 cards &mdash; $29'],
   18.94 -COSTS_CODE    => ['30 cards @99.00', '4 cards @29.00'],
   18.95 -INITIAL_PRICE => '$99.00',
   18.96 +COSTS_NAMES   => @standard_prices,
   18.97 +COSTS_CODE    => @standard_codes,
   18.98 +INITIAL_PRICE => $init_price,
   18.99  
  18.100  
  18.101  ADD_PENNY       => 0,
    19.1 --- a/top_menu.include	Sat Mar 13 22:30:59 2010 -0500
    19.2 +++ b/top_menu.include	Sun Mar 14 00:32:38 2010 -0500
    19.3 @@ -2,18 +2,18 @@
    19.4  <div class="topbar">
    19.5  <div class="headlinks">
    19.6  	<ul>
    19.7 -		<li><a href="./index.php" id ="hom" onmouseover="document.but.src='images/wt_sm.jpg'">Home</a></li>
    19.8 +		<li><a href="./index.php" id ="hom" onmouseover="document.but.src='images/Homepage.jpg'">Home</a></li>
    19.9  
   19.10 -<li><a href="./about.php" id = "about" onmouseover="document.but.src='images/wt_sm.jpg'">About</a></li>
   19.11 -		<li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/wt_sm.jpg'">Design Studio</a></li>
   19.12 +<li><a href="./about.php" id = "about" onmouseover="document.but.src='images/Homepage.jpg'">About</a></li>
   19.13 +		<li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/Homepage.jpg'">Design Studio</a></li>
   19.14  
   19.15  	
   19.16  
   19.17  		
   19.18  
   19.19 -		<li><a href="./faq.php" id = "faq" onmouseover="document.but.src='images/wt_sm.jpg'">faq</a></li>
   19.20 +		<li><a href="./faq.php" id = "faq" onmouseover="document.but.src='images/Homepage.jpg'">faq</a></li>
   19.21  
   19.22 -		<li><a href="./contact.php" id = "contact" onmouseover="document.but.src='images/wt_sm.jpg'">Contact</a></li>
   19.23 +		<li><a href="./contact.php" id = "contact" onmouseover="document.but.src='images/Homepage.jpg'">Contact</a></li>
   19.24  	</ul>
   19.25  </div>
   19.26  </div>