Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
domotikad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
domotika
domotikad
Commits
720be302
Commit
720be302
authored
Mar 05, 2016
by
nextime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restored old gui
parent
78430c8d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
footbar.php
Web/htdocs/gui/parts/footbar.php
+2
-2
head.php
Web/htdocs/gui/parts/head.php
+1
-1
navbar.php
Web/htdocs/gui/parts/navbar.php
+1
-1
web.py
domotika/web/web.py
+1
-1
No files found.
Web/htdocs/gui/parts/footbar.php
View file @
720be302
...
@@ -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-motik
a
</a></p>
<p
class=
"navbar-text hidden-sm"
><a
href=
"http://www.
unixmedia.com"
class=
"navbar-link"
target=
_blank
>
by Unixmedi
a
</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"
>
...
...
Web/htdocs/gui/parts/head.php
View file @
720be302
...
@@ -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.) -->
...
...
Web/htdocs/gui/parts/navbar.php
View file @
720be302
...
@@ -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"
>
...
...
domotika/web/web.py
View file @
720be302
...
@@ -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@">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment