Subversion Repositories wimsdev

Rev

Rev 5875 | Rev 6248 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !readproc jobs/supervisors.proc
  3.  
  4. !if $cnt1>0
  5.  $table_header
  6.  <caption wrap="off">$name_othergestion</caption>
  7.  $table_hdtr
  8.  <th>$wims_name_Login</th><th>$wims_name_firstname</th><th>$wims_name_lastname</th><th>$wims_name_action</th>
  9.  </tr>
  10.  !for i=1 to $cnt1
  11.   !set l=!line $(list1[$i]) of $teacherlist
  12.   !distribute items $l into last,first,log
  13.   $table_tr
  14.   <td><tt>$log</tt></td>
  15.   <td>$first</td><td>$last</td>
  16.   <td>
  17.   !set wims_ref_class=wims_button
  18.   !href cmd=reply&actype=del&more=$log $wims_name_erase
  19.   </td></tr>
  20.  !next i
  21.  $table_end
  22. !endif
  23.  
  24. !if $cnt2>0
  25.  <div class="wimscenter">
  26.  !form reply
  27.  <input type="hidden" name="actype" value="add"/>
  28.  <input type="submit" value="$name_addgestion"/>:
  29.  !formselect more list $list2 prompt $prompt
  30.  
  31. !formend
  32.  </div>
  33. !endif
  34.  
  35. !reset more actype
  36.