page.php 789 Bytes
Newer Older
nextime's avatar
nextime committed
1
<!DOCTYPE html>
2 3
<?
/*
4
<html manifest="<?=$BASEGUIPATH?>/offline.appcache">
5 6
*/
?><html>
nextime's avatar
nextime committed
7 8 9
  <head>
<?=$PAGE_BUFFER['head']?>
<?=$PAGE_ADDHEAD?>
nextime's avatar
nextime committed
10
  </head>
nextime's avatar
nextime committed
11
  <body class="theme-<?=$_DOMOTIKA['gui_theme']?>">
nextime's avatar
nextime committed
12 13 14 15 16 17 18 19
<?=$PAGE_BUFFER['alerts']?>
<?=$PAGE_BUFFER['navbar']?>
   <div class="drawers">
<?=$PAGE_BUFFER['left_drawer']?>
<?=$PAGE_ADDLEFT?>
<?=$PAGE_BUFFER['right_drawer']?>
<?=$PAGE_ADDRIGHT?>
   </div> <!-- drawers -->
nextime's avatar
nextime committed
20 21
   <div id="content" class="primarycontainer scrollable theme-<?=$_DOMOTIKA['gui_theme']?>">
   <div class="container theme-<?=$_DOMOTIKA['gui_theme']?>">
nextime's avatar
nextime committed
22 23 24 25 26 27 28 29 30 31
<?=$PAGE_BUFFER['content']?>
   </div> <!-- container -->
   </div> <!-- primarycontainer -->
<?=$PAGE_BUFFER['footbar']?>
<?=$PAGE_BUFFER['foot']?>
<?=$PAGE_BUFFER['footjs']?>
<?=$PAGE_ADDFOOTJS?>
  </body>
</html>