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

From Libopedia
Jump to navigation Jump to search
(Created page with "<center> '''Back to Mirage 1 Modification''' </center>")
 
m
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  '''[[SUNScholar/XMLUI_Theme/M1/Modify|Back to Mirage 1 Modification]]'''
 
  '''[[SUNScholar/XMLUI_Theme/M1/Modify|Back to Mirage 1 Modification]]'''
 
</center>
 
</center>
 +
==Step 1==
 +
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 content.
 +
*<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>
 +
==Step 2==
 +
[[SUNScholar/Rebuild_DSpace|Rebuild DSpace]]
 +
[[Category:Customisation]]

Latest revision as of 13:09, 1 June 2016

Back to Mirage 1 Modification

Step 1

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 content.

Step 2

Rebuild DSpace