Subversion Repositories wimsdev

Rev

Rev 5861 | Rev 6235 | 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. <div class="wimscenter" style="font-weight:bold;">
  9.  $name_worktodo
  10.  !if $jour_begin!=$jour_end
  11.   $name_between <span class="wims_emph">$name_date</span>
  12.   $name_and <span class="wims_emph">$name_date2</span>
  13.  !else
  14.   $name_for <span class="wims_emph">$name_date</span>
  15.  !endif
  16. </div>
  17.  
  18.  
  19. !if $cdt_description!=$empty
  20.  <br/>$cdt_description<br/>
  21. !endif
  22.  
  23. !if $nbligne=0
  24. <p>
  25.  $name_nowork $name_date.
  26.  </p>
  27.  !goto end
  28. !endif
  29.  >
  30.  $table_header
  31.  $table_hdtr
  32.   <th>$name_for</th>
  33.   !if no isin $cdt_supervise
  34.    <th>$name_discipline</th>
  35.   !endif
  36.   <th>$name_work</th><th>$name_giventhe</th>
  37.  </tr>
  38.  !for i=1 to $nbligne
  39.   $table_tr
  40.    !let don=!line $i of $list
  41.    !distribute item $don into todo,date,dir,matiere
  42.    !let m_filedir=$wims_ref_name?session=$wims_session&cmd=getfile&special_parm=cdt/$dir
  43.    !read wimshome/log/classes/$dir/cdt/def/$date
  44.    !let no=!positionof item $todo in $date_todo
  45.    <td valign="top">
  46.     !read adm/lang/datemenu.phtml.$moduclass_lang 5,$todo
  47.    </td>
  48.    !if no isin $cdt_supervise
  49.     <td>$matiere</td>
  50.    !endif
  51.    <td>
  52.     !read wimshome/log/classes/$dir/cdt/def/$date todo$no
  53.    </td>
  54.    <td>
  55.     !read adm/lang/datemenu.phtml.$moduclass_lang 5,$date
  56.    </td>
  57.   </tr>
  58.  !next i
  59.  $table_end
  60.  
  61.  !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
  62. </div>
  63.  
  64. !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\
  65. to $wims_menu_items
  66. :end
  67.  
  68. <hr style="width:40%;"/>
  69. !read form.phtml
  70.  
  71. !tail
  72.  
  73.