Subversion Repositories wimsdev

Rev

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

Rev 12811 Rev 12821
Line 25... Line 25...
25
  !readproc names.$lang
25
  !readproc names.$lang
26
  !changeto launchseries.phtml
26
  !changeto launchseries.phtml
27
!endif
27
!endif
28
 
28
 
29
!if $special_parm=logo
29
!if $special_parm=logo
30
</div>
30
  </div>
31
<div id="wimsbodybox">
31
  <div id="wimsbodybox">
32
 <div id="wimspagebox">
32
   <div id="wimspagebox">
33
  !read ./logo/logo.phtml.$lang
33
    !read ./logo/logo.phtml.$lang
34
 </div>
34
   </div>
35
</div>
35
  </div>
36
!exit
36
  !exit
37
!endif
37
!endif
38
 
38
 
39
!if $special_parm=download
39
!if $special_parm=download
40
  <div class="wims_msg alert">Sorry, this page no more exists.</div>
40
  <div class="wims_msg alert">Sorry, this page no more exists.</div>
41
  !! is special_parm=download really still used ?
41
  !! is special_parm=download really still used ?