Subversion Repositories wimsdev

Rev

Rev 14432 | Rev 17870 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14432 Rev 16655
Line 48... Line 48...
48
!set prompt=!item 2 to -1 of $parms
48
!set prompt=!item 2 to -1 of $parms
49
!default prompt=!module title $lmod
49
!default prompt=!module title $lmod
50
 
50
 
51
!default prompt=Unknown activity
51
!default prompt=Unknown activity
52
 
52
 
-
 
53
!if $prim=tool
-
 
54
  !href target=wims_tool module=$lmod&cmd=$lcmd$nadd $prompt
-
 
55
!else
53
!href module=$lmod&cmd=$lcmd$nadd $prompt
56
  !href module=$lmod&cmd=$lcmd$nadd $prompt
-
 
57
!endif