Mercurial > laserkard
comparison buy.html @ 47:4431dc7d4bb5 laserkard
[svn r48] almost fixed "hover over" bug
author | rlm |
---|---|
date | Sun, 31 Jan 2010 14:21:14 -0500 |
parents | 26c2b3ad21c7 |
children | b2a11435a89b |
comparison
equal
deleted
inserted
replaced
46:26c2b3ad21c7 | 47:4431dc7d4bb5 |
---|---|
85 | 85 |
86 <div id = "formValues"> | 86 <div id = "formValues"> |
87 PERL::INITIALVALUES | 87 PERL::INITIALVALUES |
88 </div> | 88 </div> |
89 | 89 |
90 <div id = "currentSpec"> | |
91 PERL::INITIALCARD | |
92 </div> | |
93 | |
90 | 94 |
91 <div id = "cardDefs"> | 95 <div id = "cardDefs"> |
92 PERL::DEFS | 96 PERL::DEFS |
93 </div> | 97 </div> |
98 | |
99 | |
100 <div id = "descriptions"> | |
101 { | |
102 "big_acrylic_clear" : "bold", | |
103 "basic_acrylic_clear" : "wwx", | |
104 "classic_acrylic_clear" : "fuck", | |
105 "lines_acrylic_clear" : "damn" | |
106 } | |
107 | |
108 </div> | |
109 | |
94 | 110 |
95 | 111 |
96 <script language="javascript"> | 112 <script language="javascript"> |
97 //this is the main painting object, established here and created with Initial painting values | 113 //this is the main painting object, established here and created with Initial painting values |
98 | 114 |