Subversion Repositories wimsdev

Rev

Rev 14239 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !if $wims_read_parm=$empty
  3.   !set tmp=wimstopbox
  4. !else
  5.   !set tmp=!word 1 of $wims_read_parm
  6. !endif
  7. <div class="wims_topback">
  8.     <a id="back-to-top" href="#$tmp" title="$wims_name_top_page"></a>
  9. </div>
  10. !if $jquery_defined=yes
  11.   <script>
  12.     jQuery(function($$){
  13.       $$('#back-to-top').on('click', function(e) {
  14.         e.preventDefault();
  15.         $$('html,body').animate({
  16.           scrollTop: 0
  17.         }, 700);
  18.       });
  19.     });
  20.   </script>
  21. !endif