Difference between revisions of "SUNScholar/XMLUI Theme/M1/Footer Design"

From Libopedia
Jump to navigation Jump to search
m
Line 9: Line 9:
 
<pre>
 
<pre>
 
<div id="ds-footer-left">
 
<div id="ds-footer-left">
<a href="http://www.dspace.org">DSpace 1.8.2</a> | <a href="http://ubuntu.sun.ac.za">Ubuntu 10.04</a> | Copyright&#160;&#169;&#160;<a href="http://www.sun.ac.za" target="_blank">Stellenbosch University</a>
+
<a href="http://www.dspace.org">DSpace 5.2</a> | <a href="http://ubuntu.sun.ac.za">Ubuntu 14.04</a> | Copyright&#160;&#169;&#160;<a href="http://www.sun.ac.za" target="_blank">Stellenbosch University</a>
 
</div>
 
</div>
 
</pre>
 
</pre>

Revision as of 12:52, 28 May 2015

Back to Mirage 1 Modification

Edit the following file:

nano $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/xsl/core/page-structure.xsl

Go to line 586 and modify the content between the div's "ds-footer-left" and "ds-footer-right"

See modified example below for left footer.

<div id="ds-footer-left">
<a href="http://www.dspace.org">DSpace 5.2</a> | <a href="http://ubuntu.sun.ac.za">Ubuntu 14.04</a> | Copyright © <a href="http://www.sun.ac.za" target="_blank">Stellenbosch University</a>
</div>