* @brief The default site template
*/
?>
-
<!DOCTYPE html >
-
-<?php
+<?php
require_once('view/theme/frio/php/frio_boot.php');
// $minimal = is_modal();
?>
-
<html>
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
- <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?> ">
+ <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?>">
<script>var baseurl="<?php echo App::get_baseurl() ?>";</script>
<script>var frio="<?php echo "view/theme/frio"; ?>";</script>
<?php $baseurl = App::get_baseurl(); ?>
if(x($page,'htmlhead')) echo $page['htmlhead'];
}
?>
-
-
</head>
<?php
if(($_SERVER['REQUEST_URI'] != "/register") && ($_SERVER['REQUEST_URI'] != "/lostpass") && ($_SERVER['REQUEST_URI'] != "/login"))
";
}
?>
-
</div><!--row-->
</div><!-- container -->
* @brief The default site template
*/
?>
-
<!DOCTYPE html >
-
<html>
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
<meta name="viewport" content="initial-scale=1.0">
- <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?> ">
+ <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?>">
<script>var baseurl="<?php echo App::get_baseurl() ?>";</script>
<script>var frio="<?php echo "view/theme/frio"; ?>";</script>
<?php $baseurl = App::get_baseurl(); ?>
<?php $frio = "view/theme/frio"; ?>
<?php if(x($page,'htmlhead')) echo $page['htmlhead']; ?>
-
-
</head>
<body id=\"top\">";
<?php if($_SERVER['REQUEST_URI'] == "/"){header('Location: /login');} ?>
</div>
";
?>
-
</div><!--row-->
</div><!-- container -->
})
})
}
-
+
$('textarea').enterKey(function() {$(this).closest('form').submit(); }, 'ctrl')
$('input').enterKey(function() {$(this).closest('form').submit(); }, 'ctrl')
</script>
</div>
</div>
</div>
-
-
</footer>
</body>