Subversion Repositories wimsdev

Rev

Rev 15767 | 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.  !if $wims_exo>1
  3.   !set wims_ref_class=wims_button
  4.   !href module=home&directworksheet=$wims_sheet.$[$wims_exo-1] $wims_name_previousseries
  5.  !endif
  6.  !if $wims_exo<$wims_sheetmax
  7.   !set wims_ref_class=wims_button
  8.   !href module=home&directworksheet=$wims_sheet.$[$wims_exo+1] $wims_name_nextseries
  9.  !endif
  10. !endif
  11.