NIHVIVO-2403 Remove tabs from code
This commit is contained in:
parent
663090318d
commit
3ee550d0cd
4 changed files with 5 additions and 38 deletions
|
@ -4,18 +4,7 @@
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
||||||
xmlns:j.0="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
xmlns:j.0="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" >
|
||||||
<rdf:Description rdf:nodeID="tab1">
|
<rdf:Description>
|
||||||
<rdf:type rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#PrimaryTab"/>
|
|
||||||
<rdf:type rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#AutoLinkableTab"/>
|
|
||||||
<rdf:type rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Tab"/>
|
|
||||||
<j.0:dayLimit rdf:datatype="http://www.w3.org/2001/XMLSchema#int">-1</j.0:dayLimit>
|
|
||||||
<j.0:tabBody rdf:datatype="http://www.w3.org/2001/XMLSchema#string"><h3>Welcome! You have successfully installed VIVO!</h3>
|
|
||||||
|
|
||||||
<p>Your next step is to <a href="siteAdmin?home=1&login=block">log in</a> and change your password. You can find the login link in the header on the right above.</p>
|
|
||||||
|
|
||||||
<p>Please see the <a href="http://vivoweb.org/support/" target="_blank">support section</a> of the VIVO project web site for help with site administration, manual data input, and data ingest. There is information about the VIVO Ontology, as well as an FAQ and glossary. </p></j.0:tabBody>
|
|
||||||
<rdfs:label xml:lang="en-US">Home</rdfs:label>
|
|
||||||
<j.0:inPortal rdf:parseType="Resource">
|
|
||||||
<rdf:type rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Portal"/>
|
<rdf:type rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#Portal"/>
|
||||||
<rdfs:label xml:lang="en-US">VIVO</rdfs:label>
|
<rdfs:label xml:lang="en-US">VIVO</rdfs:label>
|
||||||
<j.0:shortHand rdf:datatype="http://www.w3.org/2001/XMLSchema#string">enabling national networking of scientists</j.0:shortHand>
|
<j.0:shortHand rdf:datatype="http://www.w3.org/2001/XMLSchema#string">enabling national networking of scientists</j.0:shortHand>
|
||||||
|
@ -38,6 +27,5 @@
|
||||||
|
|
||||||
<p>See more information on the <a href="http://vivoweb.org">VIVO Project</a>.</p></j.0:aboutText>
|
<p>See more information on the <a href="http://vivoweb.org">VIVO Project</a>.</p></j.0:aboutText>
|
||||||
<j.0:themeDir rdf:datatype="http://www.w3.org/2001/XMLSchema#string">themes/wilma/</j.0:themeDir>
|
<j.0:themeDir rdf:datatype="http://www.w3.org/2001/XMLSchema#string">themes/wilma/</j.0:themeDir>
|
||||||
</j.0:inPortal>
|
</rdf:Description>
|
||||||
</rdf:Description>
|
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
|
@ -1083,14 +1083,6 @@
|
||||||
<!-- NOTICE: index.jsp is mapped to TabController so that we
|
<!-- NOTICE: index.jsp is mapped to TabController so that we
|
||||||
can have the urls that use to be in the system still work even
|
can have the urls that use to be in the system still work even
|
||||||
though we no longer use index.jsp -->
|
though we no longer use index.jsp -->
|
||||||
<servlet>
|
|
||||||
<servlet-name>TabController</servlet-name>
|
|
||||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.TabController</servlet-class>
|
|
||||||
</servlet>
|
|
||||||
<servlet-mapping>
|
|
||||||
<servlet-name>TabController</servlet-name>
|
|
||||||
<url-pattern>/index.jsp</url-pattern>
|
|
||||||
</servlet-mapping>
|
|
||||||
|
|
||||||
<servlet>
|
<servlet>
|
||||||
<servlet-name>HomePageController</servlet-name>
|
<servlet-name>HomePageController</servlet-name>
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#if currentTheme != "wilma"> <#-- wilma doesn't support tabs -->
|
|
||||||
<li><a href="${siteConfig.urls.tabs}">Tab management</a></li>
|
|
||||||
</#if>
|
|
||||||
|
|
||||||
<#-- TODO This goes away when the UserAccounts are fully implemented - jblake -->
|
<#-- TODO This goes away when the UserAccounts are fully implemented - jblake -->
|
||||||
<#if siteConfig.urls.users??>
|
<#if siteConfig.urls.users??>
|
||||||
<li><a href="${siteConfig.urls.users}">User accounts</a></li>
|
<li><a href="${siteConfig.urls.users}">User accounts</a></li>
|
||||||
|
|
|
@ -3,17 +3,8 @@
|
||||||
<#-- Note to UI team: do not change this div without also making the corresponding change in menu.jsp -->
|
<#-- Note to UI team: do not change this div without also making the corresponding change in menu.jsp -->
|
||||||
<div id="navAndSearch" class="block">
|
<div id="navAndSearch" class="block">
|
||||||
<div id="primaryAndOther">
|
<div id="primaryAndOther">
|
||||||
<ul id="primary">
|
<ul id="primary"><li> <!-- tabs have been removed --> </li></ul>
|
||||||
<#list tabMenu.items as item>
|
|
||||||
<li>
|
|
||||||
<a href="${item.url}" <#if item.active> class="activeTab" </#if>>
|
|
||||||
${item.linkText}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</#list>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="searchBlock">
|
<div id="searchBlock">
|
||||||
<form id="searchForm" action="${urls.search}" >
|
<form id="searchForm" action="${urls.search}" >
|
||||||
<label for="search">Search </label>
|
<label for="search">Search </label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue