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
426e2eca
Commit
426e2eca
authored
Jan 05, 2014
by
nextime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the default gui a webapp
parent
028d4287
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
8 deletions
+25
-8
page.php
Web/htdocs/gui/includes/page.php
+2
-1
offline.appcache
Web/htdocs/gui/offline.appcache
+7
-0
head.php
Web/htdocs/gui/parts/head.php
+16
-7
logo_icon.png
Web/resources/img/logo_icon.png
+0
-0
No files found.
Web/htdocs/gui/includes/page.php
View file @
426e2eca
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html
manifest=
"offline.appcache"
>
<head>
<head>
<?=
$PAGE_BUFFER
[
'head'
]
?>
<?=
$PAGE_BUFFER
[
'head'
]
?>
<?=
$PAGE_ADDHEAD
?>
<?=
$PAGE_ADDHEAD
?>
</head>
<body>
<body>
<?=
$PAGE_BUFFER
[
'alerts'
]
?>
<?=
$PAGE_BUFFER
[
'alerts'
]
?>
<?=
$PAGE_BUFFER
[
'navbar'
]
?>
<?=
$PAGE_BUFFER
[
'navbar'
]
?>
...
...
Web/htdocs/gui/offline.appcache
0 → 100644
View file @
426e2eca
CACHE MANIFEST
#1388875358
/domotika/gui/index.php
/domotika/gui/
/resources/img/logo_icon.png
NETWORK:
*
Web/htdocs/gui/parts/head.php
View file @
426e2eca
<?
@
include_once
(
"../includes/common.php"
);
?>
<?
@
include_once
(
"../includes/common.php"
);
?>
<title>
Domotika GUI -
<?=
$tr
->
Get
(
$GUISECTION
)
?>
</title>
<meta
charset=
"UTF-8"
/>
<head>
<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"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
/>
<title>
Domotika GUI -
<?=
$tr
->
Get
(
$GUISECTION
)
?>
</title>
<!-- Allow fullscreen mode on iOS devices. (These are Apple specific meta tags.) -->
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
/>
<link
rel=
"apple-touch-icon"
sizes=
"256x256"
href=
"/resources/img/logo_icon.png"
/>
<meta
name=
"HandheldFriendly"
content=
"true"
/>
<!-- Chrome for Android web app tags -->
<meta
name=
"mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"mobile-web-app-capable"
content=
"yes"
>
<link
rel=
"shortcut icon"
sizes=
"256x256"
href=
"/resources/img/logo_icon.png"
/>
<?
/*
<?
/*
<link rel="shortcut icon" sizes="196x196" href="/icon.png">
<!-- Bootstrap -->
<!-- Bootstrap -->
<link href="/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="/resources/glyphicons/css/bootstrap-glyphicons.css" rel="stylesheet" media="screen">
<link href="/resources/glyphicons/css/bootstrap-glyphicons.css" rel="stylesheet" media="screen">
<link href="/resources/full-glyphicons/css/glyphicons.css" rel="stylesheet" media="screen">
<link href="/resources/full-glyphicons/css/glyphicons.css" rel="stylesheet" media="screen">
<link href="/resources/bootstrap-switch/static/stylesheets/bootstrap-switch.css" rel="stylesheet" media="screen">
<link href="/resources/bootstrap-switch/static/stylesheets/bootstrap-switch.css" rel="stylesheet" media="screen">
*/
?>
*/
?>
<link
href=
"
<?=
$BASEGUIPATH
;
?>
/css/combined.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"
<?=
$BASEGUIPATH
;
?>
/css/combined.min.css"
rel=
"stylesheet"
media=
"screen"
/>
<link
href=
"
<?=
$BASEGUIPATH
;
?>
/css/style.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"
<?=
$BASEGUIPATH
;
?>
/css/style.css"
rel=
"stylesheet"
media=
"screen"
/>
</head>
Web/resources/img/logo_icon.png
0 → 100644
View file @
426e2eca
37.8 KB
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