Subversion Repositories wimsdev

Rev

Rev 15767 | Rev 17423 | 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.   and $wims_listexo!=$empty
  3.   <div id="wims_nextinsheet">
  4.   !let p=!positionof item $wims_exo in $wims_listexo
  5.   !if $wims_exo!=$(wims_listexo[1])
  6.     !set wims_ref_class=wims_button
  7.     !href module=home&directworksheet=$wims_sheet.$(wims_listexo[$p-1]) $wims_name_previousseries
  8.   !endif
  9.   !if $wims_exo!=$(wims_listexo[-1])
  10.     !set wims_ref_class=wims_button
  11.     !href module=home&directworksheet=$wims_sheet.$($wims_listexo[$p+1]) $wims_name_nextseries
  12.   !endif
  13.   </div>
  14. !endif
  15.