<? @include_once("../includes/common.php"); ?>
<div class="navbar navbar-fixed-bottom">
<a class="navbar-brand" href="http://www.unixmedia.it" target=_blank>Domotika 1.0</a>
<p class="navbar-text hidden-sm"><a href="http://www.unixmedia.it" class="navbar-link" target=_blank>by Unixmedia</a></p>
<form id="speech" class="navbar-form footbar-form hidden-sm">
<input type="text" name="text" value="" class="form-control" x-webkit-speech="x-webkit-speech" lang="it-IT" placeholder="Command">
</form>
<form id="speechsm" class="navbar-form footbar-form-sm visible-sm">
<input type="text" name="text" value="" class="form-control" x-webkit-speech="x-webkit-speech" lang="it-IT" placeholder="Command">
</form>
<button id="notifybutton" type="button" id="notifybutton" class="btn btn-default navbar-btn pull-right notifybutton">
<span id="notifybadge" class="badge">0</span>
</button>
<a class="btn btn-default navbar-btn pull-right homebutton" href="<?=$BASEGUIPATH;?>"></a>
<div id="notifypanel" class="panel notifypanel">
<div class="panel-heading"><h4>Notifications<i class="glyphicon glyphicon-remove pull-right" id="notify-removeall"></i></h4></div>
<div class="notifylist">
<div id="notifications" class="list-group" data-snap-ignore="true">
</div>
</div>
</div>
</div><!-- /.navbar -->
-
nextime authored31e7b770