Subversion Repositories wimsdev

Rev

Rev 4039 | Rev 5894 | Go to most recent revision | 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 1\
  5. $classname\
  6. $cdt_title
  7.  
  8. <center>
  9.  <font size="+1"><b>$name_worktodo
  10.  !if $jour_begin!=$jour_end
  11.   $name_between <font color="green">$name_date</font> $name_and <font color="green">$name_date2</font>
  12.  !else
  13.   $name_for
  14.   <font color="green">$name_date</font>
  15.  !endif
  16. </b></font>
  17. </center>
  18. <p><p>
  19.  
  20. !if $nbligne=0
  21.  $name_nowork $name_date.
  22.  <p>
  23.  !goto end
  24. !endif
  25.  
  26.  !let table_border=1
  27.  $table_header
  28.  $table_hdtr
  29.   <th>$name_for</th>
  30.   !if no isin $cdt_supervise
  31.    <th>$name_discipline</th>
  32.   !endif
  33.   <th>$name_work</th><th>$name_giventhe</th>
  34.  </tr>
  35.  !for i=1 to $nbligne
  36.   $table_tr
  37.    !let don=!line $i of $list
  38.    !distribute item $don into todo,date,dir,matiere
  39.    !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir
  40.    !read wimshome/log/classes/$dir/cdt/def/$date
  41.    !let no=!positionof item $todo in $date_todo
  42.    <td>
  43.     !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo
  44.    </td>
  45.    !if no isin $cdt_supervise
  46.     <td>$matiere</td>
  47.    !endif
  48.    <td valign="top">
  49.     !read wimshome/log/classes/$dir/cdt/def/$date todo$no
  50.    </td>
  51.    <td>
  52.     !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date
  53.    </td>
  54.   </tr>
  55.  !next i
  56.  $table_end
  57. :end
  58. !if _ notin $wims_session
  59.  !set wims_menu_items=!append line back2,1,module=$module \
  60.  to $wims_menu_items
  61. !endif
  62. !tail
  63.  
  64.