use lib\htmltag;
?>
<html>
<head>
<title><?php 
echo $page->title;
?>
 - <?php 
echo $locale->label->applicationTitle;
?>
</title>
<?php 
echo htmltag::meta('meta', array('http-equiv' => 'content-type', 'content' => 'text/html; charset=' . $locale->charset));
echo htmltag::meta('meta', array('http-equiv' => 'content-language', 'content' => $locale->languageAbbr));
echo htmltag::meta('charset', $locale->encode) . "\n";
echo htmltag::meta(array('viewport' => 'width=device-width, initial-scale=1.0', 'robots' => 'follow', 'keywords' => 'dfththth', 'description' => 'thtdht'));
echo htmltag::css(array($conf::urlBootstrap . 'css/bootstrap.min', $conf::urlFontAwesome . 'css/font-awesome.min', $conf::urlCssgApp . 'common', $conf::urlJq . 'prettify/prettify'));
echo htmltag::link($conf::urlImgApp . 'avatar/30_30/gt654dujyuyg.jpg', 'shortcut icon');
?>
</head>
<body>
    <div class="navbar navbar-fixed-top">
		<div class="container">
			<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
				<span class="icon-bar"></span>
				<span class="icon-bar"></span>
				<span class="icon-bar"></span>
			</button>
			<a href="../" class="navbar-brand"><?php 
echo $locale->label->applicationTitle;
?>
use lib\url;
use lib\request;
use lib\session;
use lib\tpl;
use lib\html;
use lib\string;
use lib\htmltag;
?>
<!DOCTYPE html>
<head>
<title>Application Error - Invalid Application</title>
<?php 
//echo htmltag::meta('meta', array('http-equiv' => 'content-type', 'content' => 'text/html; charset=' . $locale->charset));
//echo htmltag::meta('meta', array('http-equiv' => 'content-language', 'content' => $locale->languageAbbr));
//echo htmltag::meta('charset', $locale->encode) . "\n";
echo htmltag::meta(array('viewport' => 'width=device-width, initial-scale=1.0', 'robots' => 'follow', 'description' => 'Create and launch new applicaion'));
echo htmltag::css(array('//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min', '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min'));
echo htmltag::link('/paperboot/media/img/paperboot.png', 'shortcut icon');
?>
  
    
    <style>
    body {
        margin-top: 350px;
        font-family: 'Roboto Condensed', sans-serif;
        background-image:url('/paperboot/media/img/paperboot.png');
        background-repeat: no-repeat;
        background-position:50% 20px;
        background-size: 300px;
        background-color: #e9e9e9;
    }