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 <font color=green>$name_date</font>
  11.  !endif
  12. </b></font>
  13. </center>
  14. <p><p>
  15.  
  16. !if $cdt_description!=$empty
  17.  <br>$cdt_description<br>
  18. !endif
  19.  
  20. !if $nbligne=0
  21.  $name_nowork $name_date.
  22.  <p>
  23.  !goto end
  24. !endif
  25.  <center>
  26.  $table_header
  27.  $table_hdtr
  28.   <th>$name_for</th>
  29.   !if no isin $cdt_supervise
  30.    <th>$name_discipline</th>
  31.   !endif
  32.   <th>$name_work</th><th>$name_giventhe</th>
  33.  </tr>
  34.  !for i=1 to $nbligne
  35.   $table_tr
  36.    !let don=!line $i of $list
  37.    !distribute item $don into todo,date,dir,matiere
  38.    !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir
  39.    !read wimshome/log/classes/$dir/cdt/def/$date
  40.    !let no=!positionof item $todo in $date_todo
  41.    <td valign="top">
  42.     !read lang/date.phtml.$moduclass_lang 5,$todo
  43.    </td>
  44.    !if no isin $cdt_supervise
  45.     <td>$matiere</td>
  46.    !endif
  47.    <td>
  48.     !read wimshome/log/classes/$dir/cdt/def/$date todo$no
  49.    </td>
  50.    <td>
  51.     !read lang/date.phtml.$moduclass_lang 5,$date
  52.    </td>
  53.   </tr>
  54.  !next i
  55.  $table_end
  56. <p>
  57.  !href target=wims_new cmd=new&module=$module&job=todo&job2=print&jday=$jday&jyear=$jyear&jmonth=$jmonth&jday2=$jday2&jyear2=$jyear2&jmonth2=$jmonth2 $wims_name_print
  58. </center>
  59.  
  60. !set wims_menu_items=!append line printable,1,cmd=new&module=$module&job=todo&job2=print&jday=$jday&jyear=$jyear&jmonth=$jmonth&jday2=$jday2&jyear2=$jyear2&jmonth2=$jmonth2\
  61. to $wims_menu_items
  62. :end
  63. <p><hr width="40%"> <p>
  64. !read form.phtml
  65.  
  66. !tail
  67.  
  68.