Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

<?xml version="1.0" encoding="utf-8"?>
<html>

Files:

Instructions:

  1. Find the following JSP Tag near the top of the JSP:
    Code Block
    &lt;dspace:layout ... &gt;
  2. Pass this tag any of the following "attributes", to customize the layout of this JSP:
    • Code Block
      style
      - specifies the "style" of header/footer to display for this JSP
    • (e.g.)
      Code Block
      style="myStyle"
      means the header-myStyle.jsp and footer-myStyle.jsp will be used for this JSP.
    • If
      Code Block
      style
      is unspecified, header-default.jsp and footer-default.jsp are used.
    • Code Block
      navbar
      - specifies the navigation bar to use for this JSP</p>
    • (e.g.)
      Code Block
      navbar="myNavigation"
      means the navbar-myNavigation.jsp will be used for this JSP
    • Code Block
      navbar="off"
      turns off the navigation bar on a page.
    • If
      Code Block
      navbar
      is unspecified, navbar-default.jsp is used.
    • Code Block
      locbar
      - specifies type of location bar to use. There are only a few values of real importance:</p>
    • Code Block
      locbar="off"
      - turns off the location bar on this JSP.
    • Code Block
      locbar="noLink"
      - do not provide links in location bar.
    • Code Block
      locbar="commLink"
      - attempt to provide all parent communities within the location bar.
    • If
      Code Block
      locbar
      is unspecified, all parent communities/collections are displayed as links in the location bar.
  3. Perform the steps in Rebuild+DSpace.

</html>