Re: [Dspace-tech] Modifying Manakin's Administrative Section

2009-09-15 Thread Sean Carte
2009/8/15 Sean Carte sean.ca...@gmail.com:
 2009/8/14 Williams, Steven D s.willi...@austin.utexas.edu:

 You can use XSL do modify the DRI document. Add ?XML to the URL in your 
 browser so see what is available in the DRI document. You can then create a 
 XSL template that navigates the DRI document and overlays your with your 
 content. The XSL template would go in your theme XSL file.

Unfortunately I'm still stuck. And this is despite receiving some
expert advice outside of the list, which included a crash-course in
XML/XSLT.

Sorry for trying everybody's patience, but I'd really like to get this right.

I've got as far as being able to add my link after the Administrative
block (bottom right in the Reference theme). But what I want to do is
add a link to that block. Is this doable?

This is the code I've added to my theme XSL file:

xsl:template match=dri:options/dri:li...@n='administrative']
xsl:apply-templates /
a href=#ask a librarian/a
/xsl:template

That's not quite what I want as it displays whether an admin user is
logged in or not, and has the added problem of mucking up the layout
of the Administrative group when logged in.

Any (polite) suggestions?

Sean
-- 
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Customising Dspace Interface

2009-09-15 Thread Lewatle Phaladi
Hi All

I am in the process of changing the look of my dspace at my university, i am 
using jspui, please give me advice on how to rapidly get done with that.

Regards 
Lewatle 


htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifying Manakin's Administrative Section

2009-09-15 Thread Walker, David
Try this, Sean:

xsl:template match=dri:options/dri:list[dri:list] priority=4
 xsl:apply-templates select=dri:head/
 div
  xsl:call-template name=standardAttributes
   xsl:with-param name=classds-option-set/xsl:with-param
  /xsl:call-template
  ul class=ds-options-list
   xsl:apply-templates select=*[not(name()='head')] mode=nested/
   xsl:if test=@n='administrative'
lia href=#ask a librarian/a/li
   /xsl:if
  /ul
 /div
/xsl:template

--Dave

==
David Walker
Library Web Services Manager
California State University
http://xerxes.calstate.edu

From: Sean Carte [sean.ca...@gmail.com]
Sent: Tuesday, September 15, 2009 1:49 AM
To: dspace-tech
Subject: Re: [Dspace-tech] Modifying Manakin's Administrative Section

2009/8/15 Sean Carte sean.ca...@gmail.com:
 2009/8/14 Williams, Steven D s.willi...@austin.utexas.edu:

 You can use XSL do modify the DRI document. Add ?XML to the URL in your 
 browser so see what is available in the DRI document. You can then create a 
 XSL template that navigates the DRI document and overlays your with your 
 content. The XSL template would go in your theme XSL file.

Unfortunately I'm still stuck. And this is despite receiving some
expert advice outside of the list, which included a crash-course in
XML/XSLT.

Sorry for trying everybody's patience, but I'd really like to get this right.

I've got as far as being able to add my link after the Administrative
block (bottom right in the Reference theme). But what I want to do is
add a link to that block. Is this doable?

This is the code I've added to my theme XSL file:

xsl:template match=dri:options/dri:li...@n='administrative']
xsl:apply-templates /
a href=#ask a librarian/a
/xsl:template

That's not quite what I want as it displays whether an admin user is
logged in or not, and has the added problem of mucking up the layout
of the Administrative group when logged in.

Any (polite) suggestions?

Sean
--
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Database Question

2009-09-15 Thread Greg Johnson
We are having issues with our current installation of DSpace (1.5.1) that we
have been troubleshooting and can't seem to solve.  One option as a solution
would be to download and recreate DSpace from scratch.
The question I have is this:  If we were to take a do-over and recreate
DSpace from scratch, having copied our Postgres database prior the rebuild,
would not the communities and collections that we currently have be
transferrable to the new version?

Thanks for any help you can offer...

Greg
-- 
Gregory Johnson
Digital Initiatives and Distance Learning Librarian
Government Documents Librarian,
Manager, Digital Library Services Department
Governors State University
University Park, IL, 60484-0975
g-johns...@govst.edu
708-235-7516
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifying Manakin's Administrative Section

2009-09-15 Thread Sean Carte
2009/9/15 Walker, David dwal...@calstate.edu:
 Try this, Sean:

 xsl:template match=dri:options/dri:list[dri:list] priority=4
  xsl:apply-templates select=dri:head/
  div
  xsl:call-template name=standardAttributes
   xsl:with-param name=classds-option-set/xsl:with-param
  /xsl:call-template
  ul class=ds-options-list
   xsl:apply-templates select=*[not(name()='head')] mode=nested/
   xsl:if test=@n='administrative'
    lia href=#ask a librarian/a/li
   /xsl:if
  /ul
  /div
 /xsl:template


That works! Thanks Dave!

Sean
-- 
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech