2010-10-06 14:16:12 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-11-09 13:27:35 +00:00
|
|
|
|
|
|
|
<#import "lib-list.ftl" as l>
|
2010-12-08 14:04:45 +00:00
|
|
|
|
2010-10-06 14:16:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2010-10-27 13:21:55 +00:00
|
|
|
<head>
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "head.ftl">
|
2010-10-27 13:21:55 +00:00
|
|
|
</head>
|
2010-11-03 19:15:51 +00:00
|
|
|
|
2011-02-08 21:07:18 +00:00
|
|
|
<body class="${bodyClasses!}">
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "identity.ftl">
|
2010-11-03 19:15:51 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "menu.ftl">
|
2011-02-09 06:01:06 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
${body}
|
2010-11-17 15:34:38 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "footer.ftl">
|
2010-10-27 13:21:55 +00:00
|
|
|
</body>
|
2010-11-03 19:15:51 +00:00
|
|
|
</html>
|