Mercurial > laserkard
diff Laserkard.pm @ 57:8324f195ef36 laserkard
[svn r58] implemented various changes
author | rlm |
---|---|
date | Sun, 14 Mar 2010 00:32:38 -0500 |
parents | 95fa4bcc5d67 |
children | 343dc947f999 |
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