Rev 6229 | Rev 11176 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6229 | Rev 6588 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | <div class="wims_content"> |
- | |
- | 1 | ||
2 | 2 | ||
3 | !if $realtest=yes |
3 | !if $realtest=yes |
4 | !changeto oef/help.phtml |
4 | !changeto oef/help.phtml |
5 | !endif |
5 | !endif |
6 | - | ||
- | 6 | <div class="wims_content"> |
|
7 | !set helplist=oef,examples,format,parameters,oefparm,reply,embedans,\ |
7 | !set helplist=oef,examples,format,parameters,oefparm,reply,embedans,\ |
8 | feedback,math,draw,draw_example,oefadv,if,symtext,model,slib,command |
8 | feedback,math,draw,draw_example,oefadv,if,symtext,model,slib,command |
9 | 9 | ||
10 | !set s_=!item 1 of $special_parm |
10 | !set s_=!item 1 of $special_parm |
11 | !if $s_=all |
11 | !if $s_=all |
12 | !for sj in $helplist |
12 | !for sj in $helplist |
13 | <br class="spacer" /> |
13 | <br class="spacer" /> |
14 | !read help/$sj.phtml |
14 | !read help/$sj.phtml |
15 | !next sj |
15 | !next sj |
- | 16 | </div><!-- end wims_content --> |
|
16 | !exit |
17 | !exit |
17 | !endif |
18 | !endif |
18 | !if $s_!=$empty |
19 | !if $s_!=$empty |
19 | !if $s_=symtext |
20 | !if $s_=symtext |
20 | !read help/symtext/symtext.phtml |
21 | !read help/symtext/symtext.phtml |
Line 31... | Line 32... | ||
31 | !endif |
32 | !endif |
32 | !if $modtoolhelp!=yes |
33 | !if $modtoolhelp!=yes |
33 | !set wims_menu_items=!append line back2,1,cmd=help\ |
34 | !set wims_menu_items=!append line back2,1,cmd=help\ |
34 | to $wims_menu_items |
35 | to $wims_menu_items |
35 | !endif |
36 | !endif |
- | 37 | </div> <!-- end wims_content --> |
|
36 | !exit |
38 | !exit |
37 | !endif |
39 | !endif |
38 | 40 | ||
39 | !set record_cnt=!recordcnt lang/help.phtml.$modu_lang |
41 | !set record_cnt=!recordcnt lang/help.phtml.$modu_lang |
40 | <ul> |
42 | <ul> |
Line 46... | Line 48... | ||
46 | </li> |
48 | </li> |
47 | !next s_ |
49 | !next s_ |
48 | </ul> |
50 | </ul> |
49 | !endif |
51 | !endif |
50 | 52 | ||
51 | </div> |
53 | </div> <!-- end wims_content --> |