Template:Notes toggle: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html><div style="width: 10em; margin: 20px auto;">
<p style="text-align:center;">Toggle footnotes</p>
<div style="float: left; display: inline-block; width: 3em; font-variant: small-caps; text-align:center;">Off</div>
<label class="switch">
<label class="switch">
   <input type="checkbox" onclick="toggleReferences()">
   <input type="checkbox" checked onclick="toggleReferences()">
   <span class="slider round"></span>
   <span class="slider round"></span>
</label>
</label>
</html>
<div style="float: right; display: inline-block; width: 3em; font-variant: small-caps; text-align:center;">On</div>
</div></html><noinclude>


Example text<ref>aaa</ref> more example text<ref>aaa</ref>
Example text<ref>aaa</ref> more example text<ref>aaa</ref>
</noinclude>