<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"DTD/xhtml1-transitional.dtd"	>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><& SELF:title, %ARGS &></title>
%#<link rel="shortcut icon" href="/favicon.ico" />
  <link rel="stylesheet" type="text/css" href="/lib/base.css" />
  <link rel="stylesheet" type="text/css" href="/lib/screen.css" />
</head>
<body>

<div id="header">
	<a href="/index.html" id="logo">
	<h1>People by</h1>
	<h2>Temperament</h2>
	</a>
	<& loginbox.comp &>
	
	<& navigation.comp &>
</div>

  <div id="content">
% if ($App->current_user->is_guest && $r->uri !~ m-^(/|/index\.html|/register\.html)$-) {
    <&|/I18N &>Error.NotAllowed</&>
% } else {
%     $m->call_next();
% }
  </div>
</body>
</html>
%
<%init>
$m->comp('/init_language.comp');
</%init>
%
%
<%method title>
People by Temperament
</%method>