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
|
@ -14,31 +14,31 @@
|
||||||
|
|
||||||
<#include "menu.ftl">
|
<#include "menu.ftl">
|
||||||
|
|
||||||
<section id="intro" role="region">
|
<section id="intro" role="region">
|
||||||
<h2>Welcome to VIVO</h2>
|
<h2>Welcome to VIVO</h2>
|
||||||
|
|
||||||
<p>VIVO is a research-focused discovery tool that enables collaboration among scientists across all disciplines.</p>
|
<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>
|
<p>Browse or search information on people, departments, courses, grants, and publications.</p>
|
||||||
|
|
||||||
<section id="search-home" role="region">
|
<section id="search-home" role="region">
|
||||||
<h3>Search VIVO</h3>
|
<h3>Search VIVO</h3>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Search form</legend>
|
<legend>Search form</legend>
|
||||||
<form id="search-home-vivo" action="${urls.search}" method="post" name="search-home" role="search">
|
<form id="search-home-vivo" action="${urls.search}" method="post" name="search-home" role="search">
|
||||||
<div id="search-home-field">
|
<div id="search-home-field">
|
||||||
<input type="text" name="querytext" class="search-home-vivo" value="${querytext!}" />
|
<input type="text" name="querytext" class="search-home-vivo" value="${querytext!}" />
|
||||||
<input type="submit" value="Search" class="search">
|
<input type="submit" value="Search" class="search">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section> <!-- #search-home -->
|
</section> <!-- #search-home -->
|
||||||
</section> <!-- #intro -->
|
</section> <!-- #intro -->
|
||||||
|
|
||||||
<@widget name="login" />
|
<@widget name="login" />
|
||||||
|
|
||||||
<@allClassGroups vClassGroups />
|
<@allClassGroups vClassGroups />
|
||||||
|
|
||||||
<#include "footer.ftl">
|
<#include "footer.ftl">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue