2012-09-29 13:38:19 +00:00
|
|
|
<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude">
|
2012-10-12 02:03:12 +00:00
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/common.css" />
|
|
|
|
</head>
|
2012-09-29 13:38:19 +00:00
|
|
|
<body>
|
2012-10-12 02:03:12 +00:00
|
|
|
<xi:include href="login_widget.html" />
|
2012-09-29 13:38:19 +00:00
|
|
|
<div>${login_widget(user)}</div>
|
2012-10-12 02:03:12 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
<a href="/rooms/" class="button">CHAMBRES</a>
|
2012-09-29 13:38:19 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|