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" />
|
||||
<LABEL FOR="TiB">https://tebibyte.media/TiB.css (<B>as of adding, unlicensed, but will likely be Free</B>)</LABEL>
|
||||
|
||||
<INPUT
|
||||
ONCLICK="
|
||||
<INPUT ONCLICK="
|
||||
var selected = document.querySelector('input[name=\'css\']:checked');
|
||||
if(selected != null)
|
||||
window.setStyling(selected.value);
|
||||
"
|
||||
TYPE="button"
|
||||
" TYPE="button" VALUE="apply to this page" />
|
||||
|
||||
<INPUT ONCLICK="
|
||||
window.setCookie('sheet', window.getStyling(), 365);
|
||||
" TYPE="button" VALUE="apply site-wide with a cookie" />
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user