Subversion Repositories wimsdev

Rev

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

Rev 7198 Rev 7998
Line 19... Line 19...
19
!if $error!=$empty
19
!if $error!=$empty
20
 <div class="wims_alertmsg">
20
 <div class="wims_alertmsg">
21
 !read lang/msg.phtml.$moduclass_lang
21
 !read lang/msg.phtml.$moduclass_lang
22
 </div>
22
 </div>
23
!endif
23
!endif
24
 
-
 
25
!read $job.phtml
24
!read $job.phtml
-
 
25
!if $job notwordof home
26
!if $job!=home
26
 !if $job!=getsource
27
 !set wims_menu_items=!append line vote,1,cmd=renew&job=home\
27
  !set wims_menu_items=!append line vote,1,cmd=renew&job=home\
-
 
28
   to $wims_menu_items
-
 
29
  !if $vote_src!=$empty
-
 
30
    !set wims_menu_items=!append line source,1,cmd=renew&job=getsource&vote=$vote\
-
 
31
   to $wims_menu_items
-
 
32
   !endif
-
 
33
 !else
-
 
34
   !set wims_menu_items=!append line back2,1,cmd=resume&job=edit&vote=$vote\
28
 to $wims_menu_items
35
   to $wims_menu_items
-
 
36
 !endif
29
 !if $job notwordof read creat and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty
37
 !if $job notwordof read creat getsource and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty
30
   !set wims_menu_items=!append line test,1,cmd=reply&job=read\
38
   !set wims_menu_items=!append line test,1,cmd=reply&job=read\
31
   to $wims_menu_items
39
   to $wims_menu_items
32
 !endif
40
 !endif
33
!endif
41
!endif
34
 
42