Subversion Repositories wimsdev

Rev

Rev 6588 | Rev 13443 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2450 bpr 1
 
6588 bpr 2
 
2450 bpr 3
!if $realtest=yes
4
 !changeto oef/help.phtml
5
!endif
6588 bpr 6
<div class="wims_content">
2450 bpr 7
!set helplist=oef,examples,format,parameters,oefparm,reply,embedans,\
11176 bpr 8
        feedback,math,draw,draw_example,oefadv,if,symtext,model,slib,command,css
2450 bpr 9
 
10
!set s_=!item 1 of $special_parm
11
!if $s_=all
12
 !for sj in $helplist
6229 bpr 13
 <br class="spacer" />
3263 bpr 14
  !read help/$sj.phtml
2450 bpr 15
 !next sj
6588 bpr 16
 </div><!-- end wims_content -->
2450 bpr 17
 !exit
18
!endif
19
!if $s_!=$empty
2451 bpr 20
 !if $s_=symtext
21
   !read help/symtext/symtext.phtml
2452 bpr 22
   !exit
23
 !endif
2455 bpr 24
 !if $s_ iswordof slib model
25
  !read help/$s_.phtml $special_parm
2451 bpr 26
 !else
3481 bpr 27
   !if $s_ iswordof reply and $modtoolhelp=yes
28
     !read help/$s_.phtml $(special_parm[2])
29
   !else
30
     !read help/$s_.phtml
31
   !endif
2451 bpr 32
 !endif
3481 bpr 33
 !if $modtoolhelp!=yes
34
  !set wims_menu_items=!append line back2,1,cmd=help\
2450 bpr 35
 to $wims_menu_items
3481 bpr 36
 !endif
6588 bpr 37
 </div> <!-- end wims_content -->
2450 bpr 38
 !exit
39
!endif
40
 
41
!set record_cnt=!recordcnt lang/help.phtml.$modu_lang
42
<ul>
43
!for s_=2 to $record_cnt
44
  !set ss_=!record $s_ of lang/help.phtml.$modu_lang
3263 bpr 45
<li>
2450 bpr 46
!href cmd=help&special_parm=$(ss_[1]) $(ss_[2])
47
 $(ss_[3])
48
</li>
49
!next s_
3263 bpr 50
</ul>
2450 bpr 51
!endif
5601 obado 52
 
6588 bpr 53
</div> <!-- end wims_content -->