Subversion Repositories wimsdev

Rev

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

Rev 12638 Rev 12719
Line 28... Line 28...
28
  !set table_id=TABLE_portal
28
  !set table_id=TABLE_portal
29
  !set table_class=sortable
29
  !set table_class=sortable
30
  $table_header
30
  $table_header
31
  <caption>$name_portalandgroup</caption>
31
  <caption>$name_portalandgroup</caption>
32
  <thead>
32
  <thead>
33
  $table_hdtr
33
  <tr>
34
    <th></th>
34
    <th></th>
35
    <th>$wims_name_teacher</th>
35
    <th>$wims_name_teacher</th>
36
    <th colspan="2">$wims_name_nameteacher/$wims_name_Supervisor</th>
36
    <th colspan="2">$wims_name_nameteacher/$wims_name_Supervisor</th>
37
  </tr>
37
  </tr>
38
  <tr data-sort-method='thead'>
38
  $table_hdtr
39
    <th scope="col">$wims_name_name</th>
39
    <th scope="col">$wims_name_name</th>
40
    <th scope="col" data-sort-method="none">$wims_name_action</th>
40
    <th scope="col" data-sort-method="none">$wims_name_action</th>
41
    <th scope="col">$wims_name_name</th>
41
    <th scope="col">$wims_name_name</th>
42
    <th scope="col" data-sort-method="none">$wims_name_action</th>
42
    <th scope="col" data-sort-method="none">$wims_name_action</th>
43
  </tr>
43
  </tr>