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
29157595
Commit
29157595
authored
Jan 30, 2014
by
nextime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some gui effects
parent
2243f6e0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
combined.min.css
Web/htdocs/gui/css/combined.min.css
+1
-1
style.css
Web/htdocs/gui/css/style.css
+8
-0
actuations.php
Web/htdocs/gui/left/actuations.php
+11
-0
No files found.
Web/htdocs/gui/css/combined.min.css
View file @
29157595
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Web/htdocs/gui/css/style.css
View file @
29157595
...
...
@@ -158,6 +158,14 @@
}
#content
.theme-dmwithe
{
box-shadow
:
0px
0px
15px
3px
#969696
;
}
#content
.theme-dmblack
{
box-shadow
:
0px
0px
15px
3px
#7e79ff
;
}
.scrollable
{
overflow
:
auto
;
-webkit-transition-property
:
top
,
bottom
;
...
...
Web/htdocs/gui/left/actuations.php
View file @
29157595
...
...
@@ -9,14 +9,25 @@
$links
[
$tr
->
Get
(
$ws
)]
=
$ws
;
}
ksort
(
$links
,
SORT_NATURAL
|
SORT_FLAG_CASE
);
$nonelink
=
false
;
foreach
(
$links
as
$k
=>
$v
)
{
if
(
!
startsWith
(
$v
,
'_'
))
{
if
(
$v
!=
'none'
)
{
?>
<a
href=
"
<?=
$BASEGUIPATH
.
"/actuations/"
.
$v
?>
"
data-guisubsection=
'
<?=
$v
?>
'
class=
"btn btn-block btn-default leftbtn"
>
<?=
$k
?>
</a>
<?
}
else
{
$nonelink
=
true
;
}
}
}
if
(
$nonelink
)
{
?>
<a
href=
"
<?=
$BASEGUIPATH
.
"/actuations/none"
?>
"
data-guisubsection=
'none'
class=
"btn btn-block btn-default leftbtn"
>
<?=
$tr
->
Get
(
'none'
)
?>
</a>
<?
}
?>
</div>
</div>
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