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
|
|
|
|
2012-06-05 19:31:08 +00:00
|
|
|
<body class="${bodyClasses!}" onload="${bodyOnload!}">
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "identity.ftl">
|
2013-11-04 11:52:36 -05:00
|
|
|
<#include "search.ftl" >
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "menu.ftl">
|
2012-06-05 19:31:08 +00:00
|
|
|
|
|
|
|
<#-- VIVO OpenSocial Extension by UCSF -->
|
|
|
|
<#if openSocial??>
|
|
|
|
<#if openSocial.visible>
|
|
|
|
<div id="gadgets-tools" class="gadgets-gadget-parent"></div>
|
|
|
|
</#if>
|
|
|
|
</#if>
|
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>
|