Subversion Repositories wimsdev

Rev

Rev 5246 | Rev 5756 | 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 <font color="green">$name_date</font>
  14.  !endif
  15. </b></font>
  16. </center>
  17. <p><p>
  18.  
  19. !if $cdt_description!=$empty
  20.  <br>$cdt_description<br>
  21. !endif
  22.  
  23. !if $nbligne=0
  24.  $name_nowork $name_date.
  25.  <p>
  26.  !goto end
  27. !endif
  28.  <center>
  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 valign="top">
  45.     !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo
  46.    </td>
  47.    !if no isin $cdt_supervise
  48.     <td>$matiere</td>
  49.    !endif
  50.    <td>
  51.     !read wimshome/log/classes/$dir/cdt/def/$date todo$no
  52.    </td>
  53.    <td>
  54.     !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date
  55.    </td>
  56.   </tr>
  57.  !next i
  58.  $table_end
  59. <p>
  60.  !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
  61. </center>
  62.  
  63. !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\
  64. to $wims_menu_items
  65. :end
  66. <p><hr width="40%"> <p>
  67. !read form.phtml
  68.  
  69. !tail
  70.  
  71.