aboutsummaryrefslogtreecommitdiff
path: root/v0.9.5/views/i18n/about.html
diff options
context:
space:
mode:
authorMiquel Lionel <lionelmiquel@sfr.fr>2021-02-18 17:25:32 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-02-18 17:25:32 +0100
commit4e513641d311f1a3895a13efb45179e7b88e5b6d (patch)
tree6f9bdd76b46072f7a2fbe42ce5f4cbbd8491a561 /v0.9.5/views/i18n/about.html
parentc9129233298e6586e2242fd6892cd84531390b83 (diff)
downloadhonk_custom-4e513641d311f1a3895a13efb45179e7b88e5b6d.tar.gz
honk_custom-4e513641d311f1a3895a13efb45179e7b88e5b6d.zip
now this branch will work on tip
Diffstat (limited to 'v0.9.5/views/i18n/about.html')
-rw-r--r--v0.9.5/views/i18n/about.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/v0.9.5/views/i18n/about.html b/v0.9.5/views/i18n/about.html
deleted file mode 100644
index 962e7c3..0000000
--- a/v0.9.5/views/i18n/about.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{ template "header.html" . }}
-<main>
-<div class="info">
-{{ .AboutMsg }}<br>
-<p>
-<table style="font-size:0.8em">
-<tbody>
-<tr><td>{{ .i18n.Version }}:<td style="text-align:right">{{ .HonkVersion }}
-<tr><td>{{ .i18n.Memory }}:<td style="text-align:right">{{ printf "%.02f" .Sensors.Memory }}MB
-<tr><td>{{ .i18n.Uptime }}:<td style="text-align:right">{{ printf "%.02f" .Sensors.Uptime }}s
-<tr><td>{{ .i18n.Cputime }}:<td style="text-align:right">{{ printf "%.02f" .Sensors.CPU }}s
-</table>
-<p>
-</div>
-</main>