2010-10-06 14:16:12 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-10-28 20:16:17 +00:00
|
|
|
|
2011-01-12 15:46:44 +00:00
|
|
|
<@widget name="login" include="assets" />
|
2011-01-24 18:22:16 +00:00
|
|
|
<#include "browse-classgroups.ftl">
|
|
|
|
|
2010-10-25 18:43:26 +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>
|
|
|
|
|
2011-02-08 21:07:18 +00:00
|
|
|
<body class="${bodyClasses!}">
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "identity.ftl">
|
2011-02-08 13:05:10 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "menu.ftl">
|
2011-08-11 15:03:05 +00:00
|
|
|
|
|
|
|
<section id="intro" role="region">
|
|
|
|
<h2>Welcome to VIVO</h2>
|
|
|
|
|
|
|
|
<p>VIVO is a research-focused discovery tool that enables collaboration among scientists across all disciplines.</p>
|
|
|
|
<p>Browse or search information on people, departments, courses, grants, and publications.</p>
|
2011-01-12 15:46:44 +00:00
|
|
|
|
2011-08-11 15:03:05 +00:00
|
|
|
<section id="search-home" role="region">
|
|
|
|
<h3>Search VIVO</h3>
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
<legend>Search form</legend>
|
|
|
|
<form id="search-home-vivo" action="${urls.search}" method="post" name="search-home" role="search">
|
|
|
|
<div id="search-home-field">
|
|
|
|
<input type="text" name="querytext" class="search-home-vivo" value="${querytext!}" />
|
|
|
|
<input type="submit" value="Search" class="search">
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</fieldset>
|
|
|
|
</section> <!-- #search-home -->
|
|
|
|
</section> <!-- #intro -->
|
2010-11-17 15:34:38 +00:00
|
|
|
|
2011-08-11 15:03:05 +00:00
|
|
|
<@widget name="login" />
|
|
|
|
|
|
|
|
<@allClassGroups vClassGroups />
|
|
|
|
|
|
|
|
<#include "footer.ftl">
|
2010-10-27 13:21:55 +00:00
|
|
|
</body>
|
2011-01-18 11:54:58 +00:00
|
|
|
</html>
|