summaryrefslogtreecommitdiffstats
path: root/templates/statistics/machine-notes.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-11-30 13:48:11 +0100
committerSimon Rettberg2015-11-30 13:48:11 +0100
commite5c5e8422a74694d1abcd28f420450a25094c4b9 (patch)
tree8bd1f0ad89b264f6d1dcf7f7fa4c0295f3c2672b /templates/statistics/machine-notes.html
parentImplement statistics logging (diff)
downloadslx-admin-e5c5e8422a74694d1abcd28f420450a25094c4b9.tar.gz
slx-admin-e5c5e8422a74694d1abcd28f420450a25094c4b9.tar.xz
slx-admin-e5c5e8422a74694d1abcd28f420450a25094c4b9.zip
Improve client logging
Diffstat (limited to 'templates/statistics/machine-notes.html')
-rw-r--r--templates/statistics/machine-notes.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/statistics/machine-notes.html b/templates/statistics/machine-notes.html
new file mode 100644
index 00000000..c4f97543
--- /dev/null
+++ b/templates/statistics/machine-notes.html
@@ -0,0 +1,17 @@
+<a name="usernotes"></a>
+<h3>{{lang_notes}}</h3>
+<div class="row">
+ <div class="col-md-12">
+ <div class="panel panel-default">
+ <div class="panel-body">
+ <form action="?do=Statistics" method="post">
+ <input type="hidden" name="token" value="{{token}}">
+ <input type="hidden" name="action" value="setnotes">
+ <input type="hidden" name="uuid" value="{{machineuuid}}">
+ <textarea name="content" class="form-control" cols="101" rows="10">{{notes}}</textarea>
+ <button type="submit" class="btn btn-primary">{{lang_save}}</button>
+ </form>
+ </div>
+ </div>
+ </div>
+</div> \ No newline at end of file