Rev 10355 | Rev 13443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10355 | Rev 11648 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !set wims_html_header=!append line $header_js to $wims_html_header |
2 | !set wims_html_header=!append line $header_js to $wims_html_header |
3 | !set wims_html_header=!append line $oefcss to $wims_html_header |
3 | !set wims_html_header=!append line $oefcss to $wims_html_header |
4 | !endif |
4 | !endif |
5 | !!test pour ne charger les javascripts de l'editeur que dans le mode brut et lorsqu'on ne teste pas |
5 | !!test pour ne charger les javascripts de l'editeur que dans le mode brut et lorsqu'on ne teste pas |
6 | !if $mode=raw and $oef_test notsametext yes and $level<7 |
6 | !if $mode=raw and $oef_test notsametext yes and $level<7 |
- | 7 | !!distribute item wimsoef,"" in edit_area_syntax,toolbar |
|
- | 8 | !!read js/edit_area.phtml wims_deposit_id $edit_area_syntax |
|
7 | !read header_js.phtml |
9 | !read header_js.phtml |
8 | !set wims_html_header=!append line $header_js_editor to $wims_html_header |
10 | !set wims_html_header=!append line $header_js_editor to $wims_html_header |
9 | !endif |
11 | !endif |
10 | !if $modtoolhelp=yes or ($cmd=help and $special_parm iswordof examples oefspecial) |
12 | !if $modtoolhelp=yes or ($cmd=help and $special_parm iswordof examples oefspecial) |
11 | !set wims_show_liste=!makelist wims_show x for x=1 to 5 |
13 | !set wims_show_liste=!makelist wims_show x for x=1 to 5 |