NIHVIO-556: Undo the fix I did for expanding the width of the intro text for What is VIVO? in homepage
This commit is contained in:
parent
98940959ba
commit
a9cd4a489d
1 changed files with 0 additions and 44 deletions
|
@ -13,27 +13,6 @@
|
||||||
|
|
||||||
<#macro markup>
|
<#macro markup>
|
||||||
<#if ! loginName??>
|
<#if ! loginName??>
|
||||||
<section id="intro">
|
|
||||||
<h2>What is VIVO?</h2>
|
|
||||||
|
|
||||||
<p>VIVO is an open source semantic web application originally developed and implemented at Cornell. When installed and populated with researcher interests, activities, and accomplishments, it enables the discovery of research and scholarship across disciplines at that institution. VIVO supports browsing and a search function which returns faceted results for rapid retrieval of desired information. Content in any local VIVO installation may be maintained manually, brought into VIVO in automated ways from local systems of record, such as HR, grants, course, and faculty activity databases, or from database providers such as publication aggregators and funding agencies. <a href="#">More<span class="pictos-arrow-14"> 4</span></a></p>
|
|
||||||
<section id="search-home">
|
|
||||||
<h3>Search VIVO</h3>
|
|
||||||
|
|
||||||
<fieldset>
|
|
||||||
<legend>Search form</legend>
|
|
||||||
|
|
||||||
<form id="search-home-vivo" action="${urls.search}" method="post" name="search">
|
|
||||||
<div id="search-home-field">
|
|
||||||
<input name="search-home-vivo" class="search-home-vivo" id="search-home-vivo" type="text" />
|
|
||||||
|
|
||||||
<a class ="submit" href="#">Search</a>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</fieldset>
|
|
||||||
</section> <!-- #search-home -->
|
|
||||||
</section> <!-- #intro -->
|
|
||||||
|
|
||||||
<section id="log-in">
|
<section id="log-in">
|
||||||
<h2>Log in</h2>
|
<h2>Log in</h2>
|
||||||
|
|
||||||
|
@ -53,28 +32,5 @@
|
||||||
<p class="forgot-password"><a href="#">Forgot your password?</a></p>
|
<p class="forgot-password"><a href="#">Forgot your password?</a></p>
|
||||||
<p class="request-account"><a class=" blue button" href="#">Request an account</a> </p>
|
<p class="request-account"><a class=" blue button" href="#">Request an account</a> </p>
|
||||||
</section><!-- #log-in -->
|
</section><!-- #log-in -->
|
||||||
|
|
||||||
<#else><#-- Temporary fix for not showing log-in widget after users log-in-->
|
|
||||||
<section id="intro-no-login">
|
|
||||||
<h2>What is VIVO?</h2>
|
|
||||||
|
|
||||||
<p>VIVO is an open source semantic web application originally developed and implemented at Cornell. When installed and populated with researcher interests, activities, and accomplishments, it enables the discovery of research and scholarship across disciplines at that institution. VIVO supports browsing and a search function which returns faceted results for rapid retrieval of desired information. Content in any local VIVO installation may be maintained manually, brought into VIVO in automated ways from local systems of record, such as HR, grants, course, and faculty activity databases, or from database providers such as publication aggregators and funding agencies. <a href="#">More<span class="pictos-arrow-14"> 4</span></a></p>
|
|
||||||
<section id="search-home">
|
|
||||||
<h3>Search VIVO</h3>
|
|
||||||
|
|
||||||
<fieldset>
|
|
||||||
<legend>Search form</legend>
|
|
||||||
|
|
||||||
<form id="search-home-vivo" action="${urls.search}" method="post" name="search">
|
|
||||||
<div id="search-home-field">
|
|
||||||
<input name="search-home-vivo" class="search-home-vivo" id="search-home-vivo" type="text" />
|
|
||||||
|
|
||||||
<a class ="submit" href="#">Search</a>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</fieldset>
|
|
||||||
</section> <!-- #search-home -->
|
|
||||||
</section> <!-- #intro -->
|
|
||||||
|
|
||||||
</#if>
|
</#if>
|
||||||
</#macro> -->
|
</#macro> -->
|
Loading…
Add table
Reference in a new issue