Rev 14429 |
    Rev 17071 |
    Go to most recent revision |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | RSS feed
  
  
!if ($wims_sheet>0 or P isin $wims_sheet) and $cmd=reply and $module_score!=$empty
 
  <div id="wims_nextinsheet">
 
  !let p=!positionof item $wims_exo in $wims_listexo
 
  !if $wims_exo!=$(wims_listexo[1])
 
    !set wims_ref_class=wims_button
 
    !href module=home&directworksheet=$wims_sheet.$(wims_listexo[$p-1]) $wims_name_previousseries
 
  !endif
 
  !if $wims_exo!=$(wims_listexo[-1])
 
    !set wims_ref_class=wims_button
 
    !href module=home&directworksheet=$wims_sheet.$($wims_listexo[$p+1]) $wims_name_nextseries
 
  !endif
 
  </div>
 
!endif