Mercurial > laserkard
comparison buy.html @ 43:329638a361cc laserkard
[svn r44] implemented redraw memory.
author | rlm |
---|---|
date | Thu, 28 Jan 2010 00:32:54 -0500 |
parents | ef8615de8a9c |
children | 1045db9799e3 |
comparison
equal
deleted
inserted
replaced
42:ef8615de8a9c | 43:329638a361cc |
---|---|
78 | 78 |
79 | 79 |
80 <div id = "copyright">© 2010 LaserKard, LLC</div> | 80 <div id = "copyright">© 2010 LaserKard, LLC</div> |
81 | 81 |
82 | 82 |
83 <script language="javascript"> | |
84 //this is the main painting object, established here and created with Initial painting values | |
85 var raphe = Raphael("disp_contain", 515, 318); | |
86 defaults(); | |
87 redraw("bold"); | |
88 </script> | |
89 | 83 |
90 | 84 |
91 <div id = "formValues"> | 85 <div id = "formValues"> |
92 PERL::INITIALVALUES | 86 PERL::INITIALVALUES |
93 </div> | 87 </div> |
94 | 88 |
95 | 89 |
90 <script language="javascript"> | |
91 //this is the main painting object, established here and created with Initial painting values | |
92 var raphe = Raphael("disp_contain", 515, 318); | |
93 defaults(); | |
94 redraw("bold"); | |
95 </script> | |
96 </body> | 96 </body> |
97 | 97 |
98 </html> | 98 </html> |
99 | 99 |
100 | 100 |