NIHVIVO-2164 Used shared Configuration variables to manage template data that is shared across requests and templates.
This commit is contained in:
parent
40245b1a91
commit
a68d753b10
1 changed files with 25 additions and 25 deletions
|
@ -13,32 +13,32 @@
|
|||
<#include "identity.ftl">
|
||||
|
||||
<#include "menu.ftl">
|
||||
|
||||
<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>
|
||||
|
||||
<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 -->
|
||||
|
||||
<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>
|
||||
|
||||
<@widget name="login" />
|
||||
|
||||
<@allClassGroups vClassGroups />
|
||||
<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 -->
|
||||
|
||||
<#include "footer.ftl">
|
||||
<@widget name="login" />
|
||||
|
||||
<@allClassGroups vClassGroups />
|
||||
|
||||
<#include "footer.ftl">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue