Template:Button NextFrame
From Proteopedia
(Difference between revisions)
(button with right-triangle to next frame) |
(display current frame nr) |
||
| Line 3: | Line 3: | ||
<script>if (_animating); anim pause; set echo off; endif; | <script>if (_animating); anim pause; set echo off; endif; | ||
frame next; | frame next; | ||
| + | set echo frNr 100% 100%; | ||
| + | set echo frNr right; | ||
| + | font echo 16 sans; | ||
| + | t_frNr = "" + _currentModelNumberInFile + " / " + _lastFrame.replace("1.",""); | ||
| + | echo @t_frNr; | ||
</script> | </script> | ||
| - | <text>&# | + | <text>◄</text> |
</jmolButton> | </jmolButton> | ||
| + | </jmol> | ||
<!-- inserts a button that will switch to previous frame/model in a multi-model file | <!-- inserts a button that will switch to previous frame/model in a multi-model file | ||
The character is right-pointing triangle | The character is right-pointing triangle | ||
--> | --> | ||
Revision as of 15:30, 21 January 2022
