iteration
This commit is contained in:
parent
7d794d1d7f
commit
a0405827aa
@ -66,12 +66,15 @@ If you do not wish to use JavaScript for this page, you may set a custom theme f
|
|||||||
<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>
|
||||||
|
|
||||||
<INPUT
|
<INPUT ONCLICK="
|
||||||
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"
|
|
||||||
|
<INPUT ONCLICK="
|
||||||
|
window.setCookie('sheet', window.getStyling(), 365);
|
||||||
|
" TYPE="button" VALUE="apply site-wide with a cookie" />
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
Loading…
Reference in New Issue
Block a user