Subversion Repositories wimsdev

Rev

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

Rev 16176 Rev 16189
Line 14... Line 14...
14
  <div id="classlogo" class="float_$class_logoside">
14
  <div id="classlogo" class="float_$class_logoside">
15
    <img src="$class_logo" alt="class logo" />
15
    <img src="$class_logo" alt="class logo" />
16
  </div>
16
  </div>
17
!endif
17
!endif
18
!! classtype=0 or 1
18
!! classtype=0 or 1
-
 
19
!let test=!fileexists wimshome/log/manager_msg.phtml.$lang
-
 
20
!if $test=yes
19
<div id="wims_class_manager_msg" class="wims_class_manager_msg">
21
  <div id="wims_class_manager_msg" class="wims_class_manager_msg">
20
  !read ./wimshome/log/manager_msg.phtml.$lang
22
    !read ./wimshome/log/manager_msg.phtml.$lang
21
</div>
23
  </div>
-
 
24
!endif
22
!read themes/_widgets/classtitle.phtml
25
!read themes/_widgets/classtitle.phtml
23
 
26
 
24
!if _tool isin $wims_session
27
!if _tool isin $wims_session
25
  !read ./tools.phtml
28
  !read ./tools.phtml
26
   </div><!--wimsbody-->
29
   </div><!--wimsbody-->