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">
|
2010-11-03 19:15:51 +00:00
|
|
|
|
2013-04-15 15:39:16 -04:00
|
|
|
<section id="search" role="region">
|
|
|
|
<fieldset>
|
2013-05-31 11:56:18 -04:00
|
|
|
<legend>${i18n().search_form}</legend>
|
2013-04-15 15:39:16 -04:00
|
|
|
|
|
|
|
<form id="search-form" action="${urls.search}" name="search" role="search" accept-charset="UTF-8" method="POST">
|
|
|
|
<div id="search-field">
|
|
|
|
<input type="text" name="querytext" class="search-vivo" value="${querytext!}" autocapitalize="off" />
|
2013-05-31 11:56:18 -04:00
|
|
|
<input type="submit" value="${i18n().search_button}" class="search">
|
2013-04-15 15:39:16 -04:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</fieldset>
|
|
|
|
</section>
|
|
|
|
|
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>
|