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
9 years ago
by
nextime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restored old gui
parent
78430c8d
master
No related merge requests found
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')
?>
<div
class=
"navbar
<?=
$themeclass
?>
navbar-fixed-bottom"
>
<a
class=
"navbar-brand"
href=
"http://www.
i-motika.com"
target=
_blank
>
WEBHOUSE
</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>
<a
class=
"navbar-brand"
href=
"http://www.
unixmedia.it"
target=
_blank
>
Domotika
</a>
<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>
<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"
>
...
...
This diff is collapsed.
Click to expand it.
Web/htdocs/gui/parts/head.php
View file @
720be302
...
...
@@ -2,7 +2,7 @@
<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
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.) -->
...
...
This diff is collapsed.
Click to expand it.
Web/htdocs/gui/parts/navbar.php
View file @
720be302
...
...
@@ -25,7 +25,7 @@ if($_DOMOTIKA['gui_theme']=='dmblack')
<i
class=
"glyphicon glyphicon-indent-left"
></i>
</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>
<?
if
(
$right
)
{
?>
<button
id=
"open-right"
type=
"button"
class=
"navbar-open navbar-openright"
>
...
...
This diff is collapsed.
Click to expand it.
domotika/web/web.py
View file @
720be302
...
...
@@ -482,7 +482,7 @@ class LoginPage(rend.Page):
addSlash
=
True
html
=
"""<html><head>
<title>
WEBHOUSE By I-motika
</title>
<title>
Domotika GUI
</title>
@SCRIPT@
</head>
<body class="@THEME@">
...
...
This diff is collapsed.
Click to expand it.
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