Commit 426e2eca authored by nextime's avatar nextime

Make the default gui a webapp

parent 028d4287
<!DOCTYPE html>
<html>
<html manifest="offline.appcache">
<head>
<?=$PAGE_BUFFER['head']?>
<?=$PAGE_ADDHEAD?>
</head>
<body>
<?=$PAGE_BUFFER['alerts']?>
<?=$PAGE_BUFFER['navbar']?>
......
CACHE MANIFEST
#1388875358
/domotika/gui/index.php
/domotika/gui/
/resources/img/logo_icon.png
NETWORK:
*
<? @include_once("../includes/common.php"); ?>
<title>Domotika GUI - <?=$tr->Get($GUISECTION)?></title>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>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">
<link rel="shortcut icon" sizes="256x256" href="/resources/img/logo_icon.png" />
<? /*
<link rel="shortcut icon" sizes="196x196" href="/icon.png">
<!-- Bootstrap -->
<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/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="<?=$BASEGUIPATH;?>/css/combined.min.css" rel="stylesheet" media="screen">
<link href="<?=$BASEGUIPATH;?>/css/style.css" rel="stylesheet" media="screen">
</head>
<link href="<?=$BASEGUIPATH;?>/css/combined.min.css" rel="stylesheet" media="screen" />
<link href="<?=$BASEGUIPATH;?>/css/style.css" rel="stylesheet" media="screen" />
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