Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread helix84
On Fri, Oct 5, 2012 at 11:29 AM, Lewatle Phaladi
lewatle.phal...@wits.ac.za wrote:
 I am using dspace 1.8.0 and running Mirage theme, I would like to take out 
 the bottom search box on home page and its text. I have edited messages.xml 
 file on line number  242 – 243 by commenting the lines and refreshing the 
 page but the search box was still available. Any idea is welcomed.

Hi Lewatle,

is this what you're looking for?

https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-HowdoIremovethesearchboxfromthefrontpageinXMLUI%3F

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Hilton Gibson
Hi Ivan

This is what I have in my mytheme.xsl file.

?xml version=1.0 encoding=UTF-8?
!--

The contents of this file are subject to the license and copyright
detailed in the LICENSE and NOTICE files at the root of the source
tree and available online at

http://www.dspace.org/license/

--
!--
TODO: Describe this XSL file
Author: Alexey Maslov

--

xsl:stylesheet xmlns:i18n=http://apache.org/cocoon/i18n/2.1;
xmlns:dri=http://di.tamu.edu/DRI/1.0/;
xmlns:mets=http://www.loc.gov/METS/;
xmlns:xlink=http://www.w3.org/TR/xlink/;
xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0
xmlns:dim=http://www.dspace.org/xmlns/dspace/dim;
xmlns:xhtml=http://www.w3.org/1999/xhtml;
xmlns:mods=http://www.loc.gov/mods/v3;
xmlns:dc=http://purl.org/dc/elements/1.1/;
xmlns=http://www.w3.org/1999/xhtml;
exclude-result-prefixes=i18n dri mets xlink xsl dim xhtml mods dc

xsl:import href=../dri2xhtml-alt/dri2xhtml.xsl/
xsl:import href=lib/xsl/core/global-variables.xsl/
xsl:import href=lib/xsl/core/page-structure.xsl/
xsl:import href=lib/xsl/core/navigation.xsl/
xsl:import href=lib/xsl/core/elements.xsl/
xsl:import href=lib/xsl/core/forms.xsl/
xsl:import href=lib/xsl/core/attribute-handlers.xsl/
xsl:import href=lib/xsl/core/utils.xsl/
xsl:import href=lib/xsl/aspect/general/choice-authority-control.xsl/
xsl:import href=lib/xsl/aspect/administrative/administrative.xsl/
xsl:import href=lib/xsl/aspect/artifactbrowser/item-list.xsl/
xsl:import href=lib/xsl/aspect/artifactbrowser/item-view.xsl/
xsl:import href=lib/xsl/aspect/artifactbrowser/community-list.xsl/
xsl:import href=lib/xsl/aspect/artifactbrowser/collection-list.xsl/
xsl:output indent=yes/


/xsl:stylesheet


So which file mentioned in the list is applicable?
?frontpage.xsl?
Cheers

hg

On 5 October 2012 12:18, helix84 heli...@centrum.sk wrote:

 On Fri, Oct 5, 2012 at 11:29 AM, Lewatle Phaladi
 lewatle.phal...@wits.ac.za wrote:
  I am using dspace 1.8.0 and running Mirage theme, I would like to take
 out the bottom search box on home page and its text. I have edited
 messages.xml file on line number  242 – 243 by commenting the lines and
 refreshing the page but the search box was still available. Any idea is
 welcomed.

 Hi Lewatle,

 is this what you're looking for?


 https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-HowdoIremovethesearchboxfromthefrontpageinXMLUI%3F

 Regards,
 ~~helix84


 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Lewatle Phaladi
Hi Hilton

I will check.

Regards,
Lewatle

From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: 05 October 2012 01:43 PM
To: heli...@centrum.sk
Cc: Lewatle Phaladi; DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Remove bottom search box completely on DSpace 
homepage

Hi Ivan

This is what I have in my mytheme.xsl file.

?xml version=1.0 encoding=UTF-8?
!--

The contents of this file are subject to the license and copyright
detailed in the LICENSE and NOTICE files at the root of the source
tree and available online at

http://www.dspace.org/license/

--
!--
TODO: Describe this XSL file
Author: Alexey Maslov

--

xsl:stylesheet xmlns:i18n=http://apache.org/cocoon/i18n/2.1;
xmlns:dri=http://di.tamu.edu/DRI/1.0/;
xmlns:mets=http://www.loc.gov/METS/;
xmlns:xlink=http://www.w3.org/TR/xlink/;
xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0
xmlns:dim=http://www.dspace.org/xmlns/dspace/dim;
xmlns:xhtml=http://www.w3.org/1999/xhtml;
xmlns:mods=http://www.loc.gov/mods/v3;
xmlns:dc=http://purl.org/dc/elements/1.1/;
xmlns=http://www.w3.org/1999/xhtml;
exclude-result-prefixes=i18n dri mets xlink xsl dim xhtml mods dc

xsl:import href=../dri2xhtml-alt/dri2xhtml.xsl/
xsl:import href=lib/xsl/core/global-variables.xsl/
xsl:import href=lib/xsl/core/page-structure.xsl/
xsl:import href=lib/xsl/core/navigation.xsl/
xsl:import href=lib/xsl/core/elements.xsl/
xsl:import href=lib/xsl/core/forms.xsl/
xsl:import href=lib/xsl/core/attribute-handlers.xsl/
xsl:import href=lib/xsl/core/utils.xsl/
xsl:import href=lib/xsl/aspect/general/choice-authority-control.xsl/
xsl:import href=lib/xsl/aspect/administrative/administrative.xsl/
xsl:import href=lib/xsl/aspect/artifactbrowser/item-list.xsl/
xsl:import href=lib/xsl/aspect/artifactbrowser/item-view.xsl/
xsl:import href=lib/xsl/aspect/artifactbrowser/community-list.xsl/
xsl:import href=lib/xsl/aspect/artifactbrowser/collection-list.xsl/
xsl:output indent=yes/


/xsl:stylesheet


So which file mentioned in the list is applicable?
?frontpage.xsl?
Cheers

hg

On 5 October 2012 12:18, helix84 
heli...@centrum.skmailto:heli...@centrum.sk wrote:
On Fri, Oct 5, 2012 at 11:29 AM, Lewatle Phaladi
lewatle.phal...@wits.ac.zamailto:lewatle.phal...@wits.ac.za wrote:
 I am using dspace 1.8.0 and running Mirage theme, I would like to take out 
 the bottom search box on home page and its text. I have edited messages.xml 
 file on line number  242 – 243 by commenting the lines and refreshing the 
 page but the search box was still available. Any idea is welcomed.
Hi Lewatle,

is this what you're looking for?

https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-HowdoIremovethesearchboxfromthefrontpageinXMLUI%3F

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za


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--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net

Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread helix84
On Fri, Oct 5, 2012 at 1:43 PM, Hilton Gibson hilton.gib...@gmail.com wrote:
 So which file mentioned in the list is applicable?
 ?frontpage.xsl?

Any of them, really. You can even put it in mytheme.xsl just before
/xsl:stylesheet if you want.

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Hilton Gibson
Is there no structure or generally accepted rules for this sort of thing?
A kind of an API maybe?

On 5 October 2012 14:21, helix84 heli...@centrum.sk wrote:

 On Fri, Oct 5, 2012 at 1:43 PM, Hilton Gibson hilton.gib...@gmail.com
 wrote:
  So which file mentioned in the list is applicable?
  ?frontpage.xsl?

 Any of them, really. You can even put it in mytheme.xsl just before
 /xsl:stylesheet if you want.

 Regards,
 ~~helix84




-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread helix84
On Fri, Oct 5, 2012 at 2:38 PM, Hilton Gibson hilton.gib...@gmail.com wrote:
 Is there no structure or generally accepted rules for this sort of thing?
 A kind of an API maybe?

It's really up to you how you structure your XSL customizations (read:
your templates in stylesheets). In general, the only thing to pay
attention to is whether you're importing or including the xsl file
containing the original template because it afects template
priorities. But in this case, there's no pre-existing template, so it
doesn't matter at all where you define it.

An API - it doesn't make sense in this context. There are no function
calls involved.

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Remove bottom search box completely on DSpace homepage

2012-10-05 Thread Hilton Gibson
Thanks Ivan.

Lewatle did you hack this yet?
Let me know off list please.

Cheers

hg

On 5 October 2012 14:47, helix84 heli...@centrum.sk wrote:

 On Fri, Oct 5, 2012 at 2:38 PM, Hilton Gibson hilton.gib...@gmail.com
 wrote:
  Is there no structure or generally accepted rules for this sort of thing?
  A kind of an API maybe?

 It's really up to you how you structure your XSL customizations (read:
 your templates in stylesheets). In general, the only thing to pay
 attention to is whether you're importing or including the xsl file
 containing the original template because it afects template
 priorities. But in this case, there's no pre-existing template, so it
 doesn't matter at all where you define it.

 An API - it doesn't make sense in this context. There are no function
 calls involved.

 Regards,
 ~~helix84




-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] remove the search

2011-07-05 Thread Webshet, Sisay (ILRI)
Hi Andre,

 

 

I just did and make mvn -U clean package and ant update but doesn't work.

Is there something I missed.

 

Thanks 

sisay

From: kesapo...@gmail.com [mailto:kesapo...@gmail.com] On Behalf Of André
Sent: Monday, July 04, 2011 5:01 PM
To: Webshet, Sisay (ILRI)
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] remove the search

 

Dear Sisay,

Don't know if this is the best way as you requested, but one solution would be 
to remove it from the sitemap for your theme.

[dspace-src]/dspace-discovery/dspace-discovery-xmlui-api/src/main/resources/aspects/Discovery/sitemap.xmap

You'll find:
map:match pattern=
map:transform type=FrontPageSearch/

Just comment this map:transform and it should work.

Kind regards,
Andre Assada




2011/7/4 Webshet, Sisay (ILRI) s.webs...@cgiar.org

Hi there,

I am creating a new xmlui theme based on the Mirage theme.  I

want to remove the search box that appears in the body of the main

page (not the sidebar search box).  What's the best way to do this?  I

looked at news-xmlui.xml and dri2html/*.xsl but I can't find where

this search box is being pulled from.

 

Sisay

 


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

 

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] remove the search

2011-07-05 Thread André
Dear Sisay,

Are you using Discovery with your customized theme? The modification I sent
before would work for Discovery.
You should modify your theme's specific sitemap. If you're not sure where it
is, you could do a grep 'FrontPageSearch' and verify the code of the files
you find. Maybe this is the one:
[dspace-src]/dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/ArtifactBrowser/sitemap.xmap
Let me know if this works.

Kind regards,
Andre Assada


2011/7/5 Webshet, Sisay (ILRI) s.webs...@cgiar.org

  Hi Andre,

 ** **

 ** **

 I just did and make mvn -U clean package and ant update but doesn’t work.*
 ***

 Is there something I missed.

 ** **

 Thanks 

 sisay

 *From:* kesapo...@gmail.com [mailto:kesapo...@gmail.com] *On Behalf Of *
 André
 *Sent:* Monday, July 04, 2011 5:01 PM
 *To:* Webshet, Sisay (ILRI)
 *Cc:* dspace-tech@lists.sourceforge.net
 *Subject:* Re: [Dspace-tech] remove the search

 ** **

 Dear Sisay,

 Don't know if this is the best way as you requested, but one solution would
 be to remove it from the sitemap for your theme.


 [dspace-src]/dspace-discovery/dspace-discovery-xmlui-api/src/main/resources/aspects/Discovery/sitemap.xmap

 You'll find:
 map:match pattern=
 map:transform type=FrontPageSearch/

 Just comment this map:transform and it should work.

 Kind regards,
 Andre Assada


 

 2011/7/4 Webshet, Sisay (ILRI) s.webs...@cgiar.org

 Hi there,

 I am creating a new xmlui theme based on the Mirage theme.  I

 want to remove the search box that appears in the body of the main

 page (not the sidebar search box).  What's the best way to do this?  I

 looked at news-xmlui.xml and dri2html/*.xsl but I can't find where

 this search box is being pulled from.

  

 Sisay

  



 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 ** **

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] remove the search

2011-07-05 Thread Webshet, Sisay (ILRI)
Hi Andre,

 

Iam not using Discovery. I just get the file at 
[dspace-src]/dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/ArtifactBrowser/sitemap.xmap.

 

Delete the following transformer: 

map:transformer name=FrontPageSearch 
src=org.dspace.app.xmlui.aspect.artifactbrowser.FrontPageSearch/

And delete the following transform: 

map:transform type=FrontPageSearch/





did and make mvn -U clean package and ant update

 

 

Thanks

sisay

From: kesapo...@gmail.com [mailto:kesapo...@gmail.com] On Behalf Of André
Sent: Tuesday, July 05, 2011 4:13 PM
To: Webshet, Sisay (ILRI)
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] remove the search

 

Dear Sisay,

Are you using Discovery with your customized theme? The modification I sent 
before would work for Discovery.
You should modify your theme's specific sitemap. If you're not sure where it 
is, you could do a grep 'FrontPageSearch' and verify the code of the files you 
find. Maybe this is the one: 
[dspace-src]/dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/ArtifactBrowser/sitemap.xmap
Let me know if this works.

Kind regards,
Andre Assada



2011/7/5 Webshet, Sisay (ILRI) s.webs...@cgiar.org

Hi Andre,

 

 

I just did and make mvn -U clean package and ant update but doesn't work.

Is there something I missed.

 

Thanks 

sisay

From: kesapo...@gmail.com [mailto:kesapo...@gmail.com] On Behalf Of André
Sent: Monday, July 04, 2011 5:01 PM
To: Webshet, Sisay (ILRI)
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] remove the search

 

Dear Sisay,

Don't know if this is the best way as you requested, but one solution would be 
to remove it from the sitemap for your theme.

[dspace-src]/dspace-discovery/dspace-discovery-xmlui-api/src/main/resources/aspects/Discovery/sitemap.xmap

You'll find:
map:match pattern=
map:transform type=FrontPageSearch/

Just comment this map:transform and it should work.

Kind regards,
Andre Assada



2011/7/4 Webshet, Sisay (ILRI) s.webs...@cgiar.org

Hi there,

I am creating a new xmlui theme based on the Mirage theme.  I

want to remove the search box that appears in the body of the main

page (not the sidebar search box).  What's the best way to do this?  I

looked at news-xmlui.xml and dri2html/*.xsl but I can't find where

this search box is being pulled from.

 

Sisay

 


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

 

 

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] remove the search

2011-07-04 Thread André
Dear Sisay,

Don't know if this is the best way as you requested, but one solution would
be to remove it from the sitemap for your theme.

[dspace-src]/dspace-discovery/dspace-discovery-xmlui-api/src/main/resources/aspects/Discovery/sitemap.xmap

You'll find:
map:match pattern=
map:transform type=FrontPageSearch/

Just comment this map:transform and it should work.

Kind regards,
Andre Assada



2011/7/4 Webshet, Sisay (ILRI) s.webs...@cgiar.org

  Hi there,

 I am creating a new xmlui theme based on the Mirage theme.  I

 want to remove the search box that appears in the body of the main

 page (not the sidebar search box).  What's the best way to do this?  I

 looked at news-xmlui.xml and dri2html/*.xsl but I can't find where

 this search box is being pulled from.

 ** **

 Sisay

 ** **


 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] remove the search

2011-07-04 Thread Verdonck Christof




Dear


Yes, this is also the solution I suggest you.

Christof Verdonck




Andr wrote:
Dear Sisay,
  
Don't know if this is the best way as you requested, but one solution
would be to remove it from the sitemap for your theme.
  
[dspace-src]/dspace-discovery/dspace-discovery-xmlui-api/src/main/resources/aspects/Discovery/sitemap.xmap
  
You'll find:
map:match pattern=""
map:transform type="FrontPageSearch"/
  
Just comment this map:transform and it should work.
  
Kind regards,
Andre Assada
  
  
  
  2011/7/4 Webshet, Sisay (ILRI) s.webs...@cgiar.org
  


Hi
there,
I
am creating a new xmlui theme based on the Mirage theme. I
want
to remove the search box that appears in the body of the main
page
(not the sidebar search box). What's the best way to do this? I
looked
at news-xmlui.xml and dri2html/*.xsl but I can't find where
this
search box is being pulled from.

Sisay




--
All of the data generated in your IT infrastructure is seriously
valuable.
Why? It contains a definitive record of application performance,
security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

  
  
  
  
  

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
  

___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  





--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech