Subversion Repositories wimsdev

Rev

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

Rev 12180 Rev 12659
Line 8... Line 8...
8
<div class="title_box">
8
<div class="title_box">
9
        <h1 class="wims_title">$title</h1>
9
        <h1 class="wims_title">$title</h1>
10
</div>
10
</div>
11
 
11
 
12
!if $toomany=yes
12
!if $toomany=yes
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
23
  !if $sendmail!=$empty
24
    !set wims_module_log=error: $error $sendmail
24
    !set wims_module_log=error: $error $sendmail
25
  !else
25
  !else
26
    !set wims_module_log=error: $error
26
    !set wims_module_log=error: $error
27
  !endif
27
  !endif
28
  !read lang/msg.phtml.$modu_lang
28
  !read lang/msg.phtml.$modu_lang
29
 </div>
29
  </div>
30
  !if $restart!=no and $job=emptyclass
30
  !if $restart!=no and $job=emptyclass
31
  <p class="wimscenter">
31
    <p class="wimscenter">
32
   !set wims_ref_class = wims_button
32
    !set wims_ref_class = wims_button
33
   !href module=$module&cmd=reply&step=0 $name_again
33
    !href module=$module&cmd=reply&step=0 $name_again
34
  </p>
34
    </p>
35
  !endif
35
  !endif
36
  !goto end
36
  !goto end
37
!endif
37
!endif
38
 
38
 
39
!read $job.phtml
39
!read $job.phtml
40
 
40
 
41
:end
41
:end
42
!if $step>=0 and $cmd=reply and $job=emptyclass
42
!if $step>=0 and $cmd=reply and $job=emptyclass
43
  !if $wims_theme=default
43
  !if $wims_theme=default
44
!!ARIANE
44
    !!ARIANE
45
    !set wims_menu_items=!append line back2,1,module=$module\
45
    !set wims_menu_items=!append line back2,1,module=$module\
46
to $wims_menu_items
46
to $wims_menu_items
47
  !endif
47
  !endif
48
!endif
48
!endif
49
 
49