added scheduling

This commit is contained in:
Senad Uka
2016-02-28 10:05:14 +01:00
parent 26bf8e5fd2
commit 33a5eee425
14 changed files with 350 additions and 118 deletions

View File

@@ -1,8 +1,10 @@
<template name="tabs">
<div></div>
<ul class="nav nav-tabs">
<li role="presentation" class="{{ class_for 'start' }}"><a href="#">Stanje</a></li>
<li role="presentation" class="{{ class_for 'weather' }}"><a href="#">Vrijeme</a></li>
<li role="presentation" class="{{ class_for 'log' }}"><a href="#">Novosti</a></li>
<li role="presentation" class="{{ class_for 'settings' }}"><a href="#">Podešavanje</a></li>
<li role="presentation" class="controller_selection"> <input type="number" id="controller" name="controller" value="{{ selected_controller }}" min="1" max="99999"> <button id="switch" name="switch">Prebaci</button>
</li>
</ul>