NIHVIVO-1472: Added index link to header nav. This is a provisional location and label(not sure if index is the right name) for this feature.
This commit is contained in:
parent
4aef638a98
commit
46a3b9a7bf
4 changed files with 8 additions and 7 deletions
|
@ -383,6 +383,8 @@ input.search-home-vivo {
|
|||
border: 0;
|
||||
font-size: 18px;
|
||||
color: #5e6363;
|
||||
margin-left: 4px;
|
||||
margin-top: 2px:;
|
||||
}
|
||||
/* BROWSE ------> */
|
||||
#browse {
|
||||
|
|
|
@ -22,15 +22,13 @@
|
|||
<#else>
|
||||
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>
|
||||
</#if>
|
||||
|
||||
<#-- List of links that appear in submenus, like the header and footer. -->
|
||||
<li><a href="${urls.about}">About</a></li>
|
||||
|
||||
<li><a href="${urls.about}">About</a></li>
|
||||
<#if urls.contact??>
|
||||
<li><a href="${urls.contact}">Contact Us</a></li>
|
||||
</#if>
|
||||
|
||||
<li><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
|
||||
<li><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
|
||||
<li role="listitem"><a href="${urls.index}" target="blank">Index</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -48,12 +48,12 @@
|
|||
<li role="listitem"><a title="log in to manage this site" href="${urls.login}">Log in</a></li>
|
||||
</#if>
|
||||
<#-- List of links that appear in submenus, like the header and footer. -->
|
||||
|
||||
<li role="listitem"><a href="${urls.about}">About</a></li>
|
||||
<#if urls.contact??>
|
||||
<li role="listitem"><a href="${urls.contact}">Contact Us</a></li>
|
||||
</#if>
|
||||
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
|
||||
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
|
||||
<li role="listitem"><a href="${urls.index}" target="blank">Index</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
<li role="listitem"><a href="${urls.contact}">Contact Us</a></li>
|
||||
</#if>
|
||||
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
|
||||
<li role="listitem"><a href="${urls.index}" target="blank">Index</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue