zk_html/lj-dump/L-86.html

59 lines
2.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Updated, because.</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | Updated, because.</h1>
</header>
<article class="content">
<table align="center" bgcolor="#fff7e0" border="1"><tr><td align="center">My Furry Code<br/>
<a href="http://www.vulpine.pp.se/cgi-bin/furcode?D=FCFp3admw+A+C-+D+H%2B%2B%2B+M%2B%2B%2B%2B+P%2B%2B%2B+R%2B+T+W%2A+Z+Sm%2B+RLET%2FM%2FS%2FU+a-+cblmn%2B%2B%2B+%21d+e-+f%2B%2B%2B+h%2A+i%2B%2B%2B+j%2B+p%2B%2B+sm%2B">
FCFp3admw A C- D H+++ M++++ P+++ R+ T W* Z Sm+ RLET/M/S/U a- cblmn+++ !d e- f+++ h* i+++ j+ p++ sm+</a>
</td></tr></table
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-03-12 17:05:36</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>