Subversion Repositories wimsdev

Rev

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

  1. !if ($wims_sheet>0 or P isin $wims_sheet) and $cmd=reply and $module_score!=$empty
  2.   <div id="wims_nextinsheet">
  3.   !if $wims_exo>1
  4.     !set wims_ref_class=wims_button
  5.     !href module=home&directworksheet=$wims_sheet.$[$wims_exo-1] $wims_name_previousseries
  6.   !endif
  7.   !if $wims_exo<$wims_sheetmax
  8.     !set wims_ref_class=wims_button
  9.     !href module=home&directworksheet=$wims_sheet.$[$wims_exo+1] $wims_name_nextseries
  10.   !endif
  11.   </div>
  12. !endif
  13.