Rev 3669 | Rev 5860 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3669 | Rev 3716 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !!!!use the variable $wims_on_click in the register button. |
|
- | 2 | ||
1 | !if $wims_read_parm!= |
3 | !if $wims_read_parm!= |
2 | !set wims_html_onload=!append word speckInit(); to $wims_html_onload |
4 | !set wims_html_onload=!append word speckInit(); to $wims_html_onload |
3 | !set wims_html_header= !append line <link href="scripts/js/speck/speck.css" rel="stylesheet" type="text/css">\ |
5 | !set wims_html_header= !append line <link href="scripts/js/speck/speck.css" rel="stylesheet" type="text/css">\ |
4 | <script type="text/javascript" src="scripts/js/speck/speck.js"></script>\ |
6 | <script type="text/javascript" src="scripts/js/speck/speck.js"></script>\ |
5 | <script language="javascript" type="text/javascript">\ |
7 | <script language="javascript" type="text/javascript">\ |
Line 20... | Line 22... | ||
20 | !endif |
22 | !endif |
21 | 23 | ||
22 | !default wims_id= |
24 | !default wims_id= |
23 | !default wims_on_click= |
25 | !default wims_on_click= |
24 | 26 | ||
25 | - | ||
26 | 27 |