summaryrefslogtreecommitdiffstats
path: root/health-storage-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-storage-html.lsp')
-rw-r--r--health-storage-html.lsp14
1 files changed, 14 insertions, 0 deletions
diff --git a/health-storage-html.lsp b/health-storage-html.lsp
new file mode 100644
index 0000000..ed20c64
--- /dev/null
+++ b/health-storage-html.lsp
@@ -0,0 +1,14 @@
+<? local view = ... ?>
+
+<h1>General health</h1>
+
+<h2>Storage</h2>
+
+<h3>Floppy capacity</h3>
+<pre><?= view.storage.floppycapacity ?></pre>
+
+<h3>HD capacity</h3>
+<pre><?= view.storage.hdcapacity ?></pre>
+
+<h3>HD Partitions</h3>
+<pre><?= view.storage.partitions ?></pre>