Subversion Repositories wimsdev

Rev

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

Rev 12034 Rev 12180
Line 13... Line 13...
13
 !read lang/toomany.phtml.$modu_lang
13
 !read lang/toomany.phtml.$modu_lang
14
 !goto end
14
 !goto end
15
!endif
15
!endif
16
 
16
 
17
!if $error!=$empty
17
!if $error!=$empty
18
 !if getpass notwordof $error
18
  !if getpass notwordof $error
19
   <div class="wims_msg alert">
19
   <div class="wims_msg alert">
20
 !else
20
  !else
21
   <div class="wims_msg info">
21
   <div class="wims_msg info">
22
  !endif
22
  !endif
-
 
23
  !if $sendmail!=$empty
-
 
24
    !set wims_module_log=error: $error $sendmail
-
 
25
  !else
-
 
26
    !set wims_module_log=error: $error
-
 
27
  !endif
23
 !read lang/msg.phtml.$modu_lang
28
  !read lang/msg.phtml.$modu_lang
24
 </div>
29
 </div>
25
 !if $restart!=no and $job=emptyclass
30
  !if $restart!=no and $job=emptyclass
26
  <p class="wimscenter">
31
  <p class="wimscenter">
27
   !set wims_ref_class = wims_button
32
   !set wims_ref_class = wims_button
28
   !href module=$module&cmd=reply&step=0 $name_again
33
   !href module=$module&cmd=reply&step=0 $name_again
29
  </p>
34
  </p>
30
 !endif
35
  !endif
31
 !goto end
36
  !goto end
32
!endif
37
!endif
33
 
38
 
34
!read $job.phtml
39
!read $job.phtml
35
 
40
 
36
:end
41
:end