Mercurial > laserkard
diff buy.pl @ 29:7742910e0479 laserkard
[svn r30] implemented drawing text on the picture dynamically. still need to center stuff
author | rlm |
---|---|
date | Sat, 16 Jan 2010 12:25:43 -0500 |
parents | 5b5c03a850b9 |
children | 0deeb2d5d1db |
line wrap: on
line diff
1.1 --- a/buy.pl Mon Jan 04 21:12:22 2010 -0500 1.2 +++ b/buy.pl Sat Jan 16 12:25:43 2010 -0500 1.3 @@ -156,13 +156,20 @@ 1.4 1.5 1.6 $t = <<HERE; 1.7 - <input TYPE="image" src = "./images/display/PERL::PIC.jpg" onmouseover="pokedex(['args__PERL::PIC'],['pokedex']);"> 1.8 + <image src = "./images/display/PERL::PIC.jpg" onmouseover="pokedex(['args__PERL::PIC'],['pokedex']);"> 1.9 + 1.10 + <div id = overlay> 1.11 + 1.12 + 1.13 + </div> 1.14 + 1.15 HERE 1.16 1.17 1.18 + 1.19 $t =~ s/PERL::PIC/$all/g; 1.20 1.21 - 1.22 + 1.23 1.24 return $t; 1.25