Commit 720be302 authored by nextime's avatar nextime

Restored old gui

parent 78430c8d
...@@ -10,8 +10,8 @@ if($_DOMOTIKA['gui_theme']=='dmblack') ...@@ -10,8 +10,8 @@ if($_DOMOTIKA['gui_theme']=='dmblack')
?> ?>
<div class="navbar <?=$themeclass?> navbar-fixed-bottom"> <div class="navbar <?=$themeclass?> navbar-fixed-bottom">
<a class="navbar-brand" href="http://www.i-motika.com" target=_blank>WEBHOUSE</a> <a class="navbar-brand" href="http://www.unixmedia.it" target=_blank>Domotika</a>
<p class="navbar-text hidden-sm"><a href="http://www.i-motika.com" class="navbar-link" target=_blank>by I-motika</a></p> <p class="navbar-text hidden-sm"><a href="http://www.unixmedia.com" class="navbar-link" target=_blank>by Unixmedia</a></p>
<button id="speechbutton" type="button" class="btn btn-default navbar-btn pull-right speechbutton"></button> <button id="speechbutton" type="button" class="btn btn-default navbar-btn pull-right speechbutton"></button>
<form id="speech" class="navbar-form footbar-form hidden-sm text-on-white-theme-<?=$_DOMOTIKA['gui_theme']?>"> <form id="speech" class="navbar-form footbar-form hidden-sm text-on-white-theme-<?=$_DOMOTIKA['gui_theme']?>">
<input type="text" id="speechinp" name="text" value="" class="form-control" <?=$webspeech?> lang="<?=$_DOMOTIKA['speechlang']?>" placeholder="Command"> <input type="text" id="speechinp" name="text" value="" class="form-control" <?=$webspeech?> lang="<?=$_DOMOTIKA['speechlang']?>" placeholder="Command">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>WEBHOUSE GUI - <?=$tr->Get($GUISECTION)?></title> <title>Domotika GUI - <?=$tr->Get($GUISECTION)?></title>
<!-- Allow fullscreen mode on iOS devices. (These are Apple specific meta tags.) --> <!-- Allow fullscreen mode on iOS devices. (These are Apple specific meta tags.) -->
......
...@@ -25,7 +25,7 @@ if($_DOMOTIKA['gui_theme']=='dmblack') ...@@ -25,7 +25,7 @@ if($_DOMOTIKA['gui_theme']=='dmblack')
<i class="glyphicon glyphicon-indent-left"></i> <i class="glyphicon glyphicon-indent-left"></i>
</button> </button>
<? } ?> <? } ?>
<p class="navbar-title hidden-sm" data-domotika-dragger="true">LA CASA DI CINZIA - <?=$tr->Get($GUISECTION)?></p> <p class="navbar-title hidden-sm" data-domotika-dragger="true">Domotika - <?=$tr->Get($GUISECTION)?></p>
<p class="navbar-title visible-sm"><?=$tr->Get($GUISECTION)?></p> <p class="navbar-title visible-sm"><?=$tr->Get($GUISECTION)?></p>
<? if($right) { ?> <? if($right) { ?>
<button id="open-right" type="button" class="navbar-open navbar-openright"> <button id="open-right" type="button" class="navbar-open navbar-openright">
......
...@@ -482,7 +482,7 @@ class LoginPage(rend.Page): ...@@ -482,7 +482,7 @@ class LoginPage(rend.Page):
addSlash = True addSlash = True
html="""<html><head> html="""<html><head>
<title>WEBHOUSE By I-motika</title> <title>Domotika GUI</title>
@SCRIPT@ @SCRIPT@
</head> </head>
<body class="@THEME@"> <body class="@THEME@">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment