Subversion Repositories wimsdev

Rev

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

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