zk_html/lj-dump/L-1536.html

58 lines
2.6 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Blurgh.</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 | Blurgh.</h1>
</header>
<article class="content">
<p>Still alive, promise. Still eating in for the most part, though I've had a few little excursions here and there. I've even been making some interesting stuff, but.. dunno, just fell out of posting. Maybe when I'm done, I'll compile a few recipes and pictures of neat stuff. I've been feeling better for eating in, too, since I use so little oil, grease, and fat (makes me wonder if I have some sort of gall bladder problem c.c).</p>
<p>Work's been going well enough. I've been doing a lot of scripting and such for the public machines. VB Script still sucks, but WMI and ADSI are alright. They're certainly good ideas, if implemented a little awkwardly (it IS Microsoft, after all). I'm trying for a lateral shift of some sort, so that I'd be working under both R&amp;D and Tech Support. I'd be doing all that I'm doing now, plus a little PHP maintenance, and I'd get a small raise. Got my resume all prepped for that.</p>
<p>Other than that.. uh.. dunno. I suck at this blogging thing, I guess</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2009-01-13 17:59:49</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>