Subversion Repositories wimsdev

Rev

Rev 14833 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read adm/class/classname.phtml $wims_classname\
  2. $wims_institutionname
  3.  
  4. !read adm/title.phtml 3\
  5. $classname
  6.  
  7. <div class="wimscenter" "style="font-size:large; font-weight:bold;">
  8. $name_worktodo
  9. !if $jour_begin!=$jour_end
  10.  $name_between <span class="wims_emph">
  11.    !read date.phtml $jour_begin,notime
  12.  </span>
  13.  $name_and <span class="wims_emph">
  14.    !read date.phtml $jour_end,notime
  15.  </span>
  16. !else
  17.  $name_for
  18.  <span class="wims_emph">
  19.    !read date.phtml $jour_begin,notime
  20.  </span>
  21. !endif
  22. </div>
  23.  
  24. !if $nbligne=0
  25.  <p>$name_nowork.</p>
  26.  !exit
  27. !endif
  28.  
  29. $table_header
  30. $table_hdtr
  31.  <th>$name_for</th>
  32. !if no isin $cdt_supervise
  33.   <th>$name_discipline</th>
  34. !endif
  35.  <th>$name_work</th><th>$name_giventhe</th>
  36. </tr>
  37. !for i=1 to $nbligne
  38.  $table_tr
  39.  !let don=!line $i of $list
  40.  !distribute item $don into todo,date,dir,matiere
  41.  !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir
  42.  !read wimshome/log/classes/$dir/cdt/def/$date
  43.  !let no=!positionof item $todo in $date_todo
  44.   <td>
  45.    !read date.phtml $todo,notime $dateoption
  46.   </td>
  47.  !if no isin $cdt_supervise
  48.    <td>$matiere</td>
  49.  !endif
  50.   <td valign="top">
  51.    !read wimshome/log/classes/$dir/cdt/def/$date todo$no
  52.   </td>
  53.   <td>
  54.    !read date.phtml $date,notime $dateoption
  55.   </td>
  56.  </tr>
  57. !next i
  58. $table_end
  59.