1
0

iteration

This commit is contained in:
dtb 2021-09-23 22:11:46 -04:00
parent a0405827aa
commit 8c85fb1e88

View File

@ -65,12 +65,14 @@ If you do not wish to use JavaScript for this page, you may set a custom theme f
<H4>external sheets</H4> <H4>external sheets</H4>
<INPUT ID="TiB" NAME="css" TYPE="radio" VALUE="https://tebibyte.media/TiB.css" /> <INPUT ID="TiB" NAME="css" TYPE="radio" VALUE="https://tebibyte.media/TiB.css" />
<LABEL FOR="TiB">https://tebibyte.media/TiB.css (<B>as of adding, unlicensed, but will likely be Free</B>)</LABEL> <LABEL FOR="TiB">https://tebibyte.media/TiB.css (<B>as of adding, unlicensed, but will likely be Free</B>)</LABEL>
<BR />
<INPUT ONCLICK=" <INPUT ONCLICK="
var selected = document.querySelector('input[name=\'css\']:checked'); var selected = document.querySelector('input[name=\'css\']:checked');
if(selected != null) if(selected != null)
window.setStyling(selected.value); window.setStyling(selected.value);
" TYPE="button" VALUE="apply to this page" /> " TYPE="button" VALUE="apply to this page" />
<BR />
<INPUT ONCLICK=" <INPUT ONCLICK="
window.setCookie('sheet', window.getStyling(), 365); window.setCookie('sheet', window.getStyling(), 365);