Template:Button PrevFrame

From Proteopedia

(Difference between revisions)
Jump to: navigation, search
(display current frame nr)
(display current frame nr)
Line 5: Line 5:
set echo frNr 100% 100%;
set echo frNr 100% 100%;
set echo frNr right;
set echo frNr right;
-
echo @{_currentModelNumberInFile};
+
font echo 16 sans;
 +
t_frNr = "" + _currentModelNumberInFile + " / " + _lastFrame.replace("1.","");
 +
echo @t_frNr;
</script>
</script>
<text>&#x25C4;</text>
<text>&#x25C4;</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 left-pointing triangle
The character is left-pointing triangle
-->
-->

Revision as of 15:29, 21 January 2022

Proteopedia Page Contributors and Editors (what is this?)

Angel Herraez

Personal tools