Subversion Repositories wimsdev

Rev

Rev 16176 | Rev 16267 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
16176 obado 1
!! view motd and supervisor message in log file
16173 guerimand 2
 
3
<h2>$(name_motd_intro2[$motd_option])</h2>
4
<br/>
16185 guerimand 5
$name_motd_introdesc
16173 guerimand 6
<ul>
7
  !for i=1 to $wims_language_cnt
8
    !set l=!word $i of $wims_site_languages
9
    !set l_=<span class="legende">$(lang_name_$l)</span>
10
    <li><img src="gifs/$l.gif" alt="$(Lang_name_$l)" class="vignette"/>$l_
11
    !if $motd_option=1
16176 obado 12
      <div id="wims_motd" class="wims_motd">
16173 guerimand 13
    !else
16176 obado 14
      <div id="wims_class_manager_msg" class="wims_class_manager_msg">
16173 guerimand 15
    !endif
16
       !record 0 of wimshome/log/$(listfile[$motd_option]).$l
17
    </div>
18
    </li>
19
  !next i
20
</ul>