Subversion Repositories wimsdev

Rev

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

Rev 14924 Rev 15117
Line 16... Line 16...
16
$table_header
16
$table_header
17
  <thead>
17
  <thead>
18
    $table_hdtr
18
    $table_hdtr
19
      <th scope="col">$wims_name_lastname - $wims_name_firstname</th>
19
      <th scope="col">$wims_name_lastname - $wims_name_firstname</th>
20
      <th scope="col">$name_tchatopen</th>
20
      <th scope="col">$name_tchatopen</th>
21
      <th scope="col">$name_newmsg</th>
21
      <th scope="col">$wims_name_newmsg</th>
22
    </tr>
22
    </tr>
23
  </thead>
23
  </thead>
24
  <tbody>
24
  <tbody>
25
    !for i=1 to $nbuser
25
    !for i=1 to $nbuser
26
      !readproc script/lastmsg.proc $(ulist[$i])
26
      !readproc script/lastmsg.proc $(ulist[$i])
Line 69... Line 69...
69
  $table_header
69
  $table_header
70
  <thead>
70
  <thead>
71
    $table_hdtr
71
    $table_hdtr
72
      <th scope="col">$name_living</th>
72
      <th scope="col">$name_living</th>
73
      <th scope="col">$name_tchatopen</th>
73
      <th scope="col">$name_tchatopen</th>
74
      <th scope="col">$name_newmsg</th>
74
      <th scope="col">$wims_name_newmsg</th>
75
    </tr>
75
    </tr>
76
  </thead>
76
  </thead>
77
  <tbody>
77
  <tbody>
78
    !for i in $livinglist
78
    !for i in $livinglist
79
      !readproc script/lastmsg.proc .living$i
79
      !readproc script/lastmsg.proc .living$i