Rev 11233 | Rev 13474 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11233 | Rev 13473 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !if $wims_dynapi=loaded |
|
- | 2 | !exit |
|
- | 3 | !endif |
|
- | 4 | !set wims_dynapi=loaded |
|
- | 5 | ||
1 | !! no mathml zooming in dynapi |
6 | !! no mathml zooming in dynapi |
2 | !set disable_zoom=yes |
7 | !set disable_zoom=yes |
3 | !set dynapi_agent=!lowercase $httpd_HTTP_USER_AGENT |
8 | !set dynapi_agent=!lowercase $httpd_HTTP_USER_AGENT |
- | 9 | ||
- | 10 | !if $wims_fill_type issametext dragfill |
|
- | 11 | !if chrome isin $dynapi_agent or trident isin $dynapi_agent or android isin $dynapi_agent |
|
- | 12 | !set disable_mathml=1 |
|
- | 13 | !endif |
|
- | 14 | !endif |
|
- | 15 | !set wims_texbasesize=5 |
|
4 | 16 | ||
5 | !if chrome isin $dynapi_agent or trident isin $dynapi_agent or android isin $dynapi_agent |
- | |
6 | !set disable_mathml=1 |
- | |
7 | !endif |
- | |
8 | !set wims_texbasesize=5 |
- | |
9 | - | ||
10 | !if $wims_dynapi=loaded |
- | |
11 | !exit |
- | |
12 | !endif |
- | |
13 | !set wims_dynapi=loaded |
- | |
14 | - | ||
15 | <script |
17 | <script src="scripts/js/dynapi3x/src/dynapi.js"></script> |
16 | <script |
18 | <script> |
17 | /*<![CDATA[*/ |
19 | /*<![CDATA[*/ |
18 | dynapi.library.setPath('scripts/js/dynapi3x/src/'); |
20 | dynapi.library.setPath('scripts/js/dynapi3x/src/'); |
19 | dynapi.library.include('dynapi.api'); |
21 | dynapi.library.include('dynapi.api'); |
20 | dynapi.library.include('dynapi.api.ext.DragEvent') |
22 | dynapi.library.include('dynapi.api.ext.DragEvent'); |
21 | !if $wims_html_onload!=$empty |
23 | !if $wims_html_onload!=$empty |
22 | dynapi.onLoad(function() {$wims_html_onload}); |
24 | dynapi.onLoad(function() {$wims_html_onload}); |
23 | !endif |
25 | !endif |
24 | /*]]>*/ |
26 | /*]]>*/ |
25 | </script> |
27 | </script> |
26 | - |