diff buy.pl @ 16:839533015ed3 laserkard

[svn r17] made it look good.
author rlm
date Sat, 02 Jan 2010 01:42:50 -0500
parents 116b15d3d68c
children 2f537455ebf7
line wrap: on
line diff
     1.1 --- a/buy.pl	Fri Jan 01 23:31:58 2010 -0500
     1.2 +++ b/buy.pl	Sat Jan 02 01:42:50 2010 -0500
     1.3 @@ -88,10 +88,10 @@
     1.4  
     1.5  	
     1.6  $r = "<div id = \"i_templates\">Templates:<br>
     1.7 -   <input TYPE=\"image\" src = \"./templates/thumbnails/classic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__classic\'],[\'pokedex\']);\"	onclick=\"display([\'template1\'], [\'display\']); inputbox([\'template1\'], [\'inputbox\']);material([\'template1\'], [\'materials\']);\" ID=\"template1\" NAME=\"template1\" VALUE=\"classic_$materialcolor\"    >
     1.8 -   <input TYPE=\"image\" src = \"./templates/thumbnails/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\"        >
     1.9 -   <input TYPE=\"image\" src = \"./templates/thumbnails/basic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__basic\'],['pokedex\']);\"	onclick=\"display([\'template3\'], [\'display\']); inputbox([\'template3\'], [\'inputbox\']);material([\'template3\'], [\'materials\']);\" ID=\"template3\" NAME=\"template3\" VALUE=\"basic_$materialcolor\"          > 
    1.10 -   <input TYPE=\"image\" src = \"./templates/thumbnails/lines_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__lines\'],[\'pokedex\']);\"	onclick=\"display([\'template4\'], [\'display\']); inputbox([\'template4\'], [\'inputbox\']);material([\'template4\'], [\'materials\']);\" ID=\"template4\" NAME=\"template4\" VALUE=\"lines_$materialcolor\"           > 
    1.11 +   <input TYPE=\"image\" src = \"./images/templates/classic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__classic\'],[\'pokedex\']);\"	onclick=\"display([\'template1\'], [\'display\']); inputbox([\'template1\'], [\'inputbox\']);material([\'template1\'], [\'materials\']);\" ID=\"template1\" NAME=\"template1\" VALUE=\"classic_$materialcolor\"    ><br>
    1.12 +   <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>
    1.13 +   <input TYPE=\"image\" src = \"./images/templates/basic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__basic\'],['pokedex\']);\"	onclick=\"display([\'template3\'], [\'display\']); inputbox([\'template3\'], [\'inputbox\']);material([\'template3\'], [\'materials\']);\" ID=\"template3\" NAME=\"template3\" VALUE=\"basic_$materialcolor\"          ><br>
    1.14 +   <input TYPE=\"image\" src = \"./images/templates/lines_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__lines\'],[\'pokedex\']);\"	onclick=\"display([\'template4\'], [\'display\']); inputbox([\'template4\'], [\'inputbox\']);material([\'template4\'], [\'materials\']);\" ID=\"template4\" NAME=\"template4\" VALUE=\"lines_$materialcolor\"           > 
    1.15  	</div>
    1.16  
    1.17  ";
    1.18 @@ -150,7 +150,7 @@
    1.19  	
    1.20  	
    1.21  	$t ="
    1.22 -	<input TYPE=\"image\" src = \"./templates/display/$all.jpg\" >
    1.23 +	<input TYPE=\"image\" src = \"./images/display/$all.jpg\" >
    1.24  	";
    1.25  	return $t;
    1.26  	
    1.27 @@ -180,8 +180,8 @@
    1.28  $a =~ s/PERL-REPLACE::MATERIALS/$b/; #let's do it again!!! :)
    1.29  $b = &template("classic_acrylic_clear");
    1.30  
    1.31 -$a =~ s/PERL-REPLACE::TEMPLATES//; 
    1.32 -#$a =~ s/PERL-REPLACE::TEMPLATES/$b/; #comment out one or the other!
    1.33 +#$a =~ s/PERL-REPLACE::TEMPLATES//; 
    1.34 +$a =~ s/PERL-REPLACE::TEMPLATES/$b/; #comment out one or the other!
    1.35  
    1.36  
    1.37