From: Michal Sojka Date: Tue, 7 Aug 2018 13:07:11 +0000 (+0200) Subject: Update web pages a bit X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/coffee-flask.git/commitdiff_plain/7ff7272d1cb26de8d02cdd6c5a07f4309d5803a1 Update web pages a bit --- diff --git a/templates/hello.html b/templates/hello.html index b8aa208..53ea393 100644 --- a/templates/hello.html +++ b/templates/hello.html @@ -1,5 +1,11 @@
-this is truhlik calling... -
login
+Server online +
Use your card/token to log in...

+Hack me: +
+  git clone git@rtime.felk.cvut.cz:coffee/main
+  git submodule update --init
+
+Ask ms@2x.cz for permissions. diff --git a/templates/main.js b/templates/main.js index 3aa29bc..9feaf6e 100644 --- a/templates/main.js +++ b/templates/main.js @@ -87,7 +87,7 @@ function ajax(method, route, data, id) { update(id, this.responseText); } else { updateRemote = undefined; - update("remote", "
all alone in a danger zone...
"); + update("remote", "
Server offline...
"); document.getElementById("local").style.display = "block"; if (localStorage) { var now = Date.now();