diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-15 21:11:00 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-15 21:11:27 (GMT) |
commit | f66535fef191f9183fde73a6eeb01e8678593c7e (patch) | |
tree | d1fcae1475052f970a81d8c566e3df74d8e5bca2 /www/index.html | |
parent | ab1bdfd0d66e9a1b72433ecb374584e7a123023f (diff) |
make show rhythm fancier
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index eb8e3d2..68b2d36 100644 --- a/www/index.html +++ b/www/index.html @@ -160,7 +160,10 @@ <strong>Tag:</strong> <span id="show-dow"></span> </div> <div class="col-md-2"> - <strong>Rythmus:</strong> <span id="show-rhythm"></span> + <strong>Rythmus:</strong> <span id="show-rhythm-w1" class="label label-default">1</span> + <span id="show-rhythm-w2" class="label label-default">2</span> + <span id="show-rhythm-w3" class="label label-default">3</span> + <span id="show-rhythm-w4" class="label label-default">4</span> </div> <div class="col-md-2"> <strong>Startzeit:</strong> <span id="show-starttime"></span> |