Subversion Repositories wimsdev

Rev

Rev 12638 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12638 Rev 13164
Line 12... Line 12...
12
 
12
 
13
!if $error!=$empty
13
!if $error!=$empty
14
  <div class="wims_msg alert">
14
  <div class="wims_msg alert">
15
  !read lang/msg.phtml.$moduclass_lang
15
  !read lang/msg.phtml.$moduclass_lang
16
  </div>
16
  </div>
-
 
17
  !if $job!=getclasspwd
17
  !set wims_ref_class=wims_button
18
    !set wims_ref_class=wims_button
18
  !if $wims_class!=$empty
19
    !if $wims_class!=$empty
19
    !href module=home $wims_name_class_home
20
      !href module=home $wims_name_class_home
-
 
21
    !else
-
 
22
      !href module=home $wims_name_home
-
 
23
    !endif
20
  !else
24
  !else
21
    !href module=home $wims_name_home
25
    !read $job.phtml
22
  !endif
26
  !endif
23
!else
27
!else
24
  !read $job.phtml
28
  !read $job.phtml
25
!endif
29
!endif
26
 
30