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>
|
|
|
|
|
|
|
|
<body>
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "identity.ftl">
|
2010-10-29 19:12:42 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "menu.ftl">
|
2010-11-16 19:09:05 +00:00
|
|
|
|
2010-11-17 15:34:38 +00:00
|
|
|
<section id="intro" role="region">
|
2011-01-14 16:35:54 +00:00
|
|
|
<h2>Welcome to VIVO</h2>
|
|
|
|
|
2011-01-16 19:04:11 +00:00
|
|
|
<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-18 11:54:58 +00:00
|
|
|
|
2010-11-17 15:34:38 +00:00
|
|
|
<section id="search-home" role="region">
|
2010-11-12 18:52:40 +00:00
|
|
|
<h3>Search VIVO</h3>
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
<legend>Search form</legend>
|
2010-11-29 18:31:10 +00:00
|
|
|
<form id="search-home-vivo" action="${urls.search}" method="post" name="search-home" role="search">
|
2010-11-24 20:05:03 +00:00
|
|
|
<#if user.showFlag1SearchField>
|
2010-11-29 16:35:01 +00:00
|
|
|
<select id="search-form-modifier" name="flag1" class="form-item" >
|
2010-11-24 20:05:03 +00:00
|
|
|
<option value="nofiltering" selected="selected">entire database (${user.loginName})</option>
|
|
|
|
<option value="${portalId}">${siteTagline!}</option>
|
|
|
|
</select>
|
|
|
|
<#else>
|
2011-01-18 11:54:58 +00:00
|
|
|
<input type="hidden" name="flag1" value="${portalId}" />
|
2010-11-24 20:05:03 +00:00
|
|
|
</#if>
|
2010-11-12 18:52:40 +00:00
|
|
|
<div id="search-home-field">
|
2010-11-29 16:35:01 +00:00
|
|
|
<input type="text" name="querytext" class="search-home-vivo" value="${querytext!}" />
|
|
|
|
<input type="submit" value="Search" class="submit">
|
2010-11-12 18:52:40 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</fieldset>
|
|
|
|
</section> <!-- #search-home -->
|
|
|
|
</section> <!-- #intro -->
|
2011-01-18 11:54:58 +00:00
|
|
|
|
2010-11-24 18:26:04 +00:00
|
|
|
<@widget name="login" />
|
2011-01-12 15:46:44 +00:00
|
|
|
|
2011-01-24 18:22:16 +00:00
|
|
|
<@allClassGroups vClassGroups />
|
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>
|
2011-01-18 11:54:58 +00:00
|
|
|
</html>
|