[Dspace-tech] How to modify Contact Us page

2008-11-07 Thread Serhiy Polyakov
Hi,

How to remove two lines:

On-line form: Feedback
Email:

from Contact Us page?

Should I edit Aspect (Contact.java) and rebuild DSpace?

Could not make it with xsl.

Thanks

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to modify Contact Us page

2008-11-07 Thread Kevin Van de velde
Dear Serhiy Polyakov,

If you have no experience with xsl it might indeed be best to just edit the
Contact.java and just commenting out the lines that you do not wish to see
as shown below. )
/*
List list = contact.addList(contact);

list.addLabel(T_feedback_label);
list.addItem().addXref(contextPath+/feedback,T_feedback_link);

list.addLabel(T_email);
String email = ConfigurationManager.getProperty(mail.admin);
list.addItem().addXref(mailto:+email,email);
*/

best regards,
-- 
-- 
Kevin Van de Velde
@mire NV
B-3001 Leuven, Belgium
http://atmire.com/consultancy.php - DSpace maintenance, support and custom
development

2008/11/7 Serhiy Polyakov [EMAIL PROTECTED]

 Hi,

 How to remove two lines:

 On-line form: Feedback
 Email:

 from Contact Us page?

 Should I edit Aspect (Contact.java) and rebuild DSpace?

 Could not make it with xsl.

 Thanks

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to modify Contact Us page

2008-11-07 Thread Serhiy Polyakov
Thanks Kevin,

I will try Contact.java

I did customization of DIM-Handler.xsl and other xsl so I have some experience.
I just could not find place in xsl files where presentation of lines
On-line form: Feedback
Email:
are controlled.

Serhiy


On Fri, Nov 7, 2008 at 3:00 AM, Kevin Van de velde [EMAIL PROTECTED] wrote:
 Dear Serhiy Polyakov,

 If you have no experience with xsl it might indeed be best to just edit the
 Contact.java and just commenting out the lines that you do not wish to see
 as shown below. )
 /*
 List list = contact.addList(contact);

 list.addLabel(T_feedback_label);
 list.addItem().addXref(contextPath+/feedback,T_feedback_link);

 list.addLabel(T_email);
 String email = ConfigurationManager.getProperty(mail.admin);
 list.addItem().addXref(mailto:+email,email);
 */
 best regards,
 --
 --
 Kevin Van de Velde
 @mire NV
 B-3001 Leuven, Belgium
 http://atmire.com/consultancy.php - DSpace maintenance, support and custom
 development

 2008/11/7 Serhiy Polyakov [EMAIL PROTECTED]

 Hi,

 How to remove two lines:

 On-line form: Feedback
 Email:

 from Contact Us page?

 Should I edit Aspect (Contact.java) and rebuild DSpace?

 Could not make it with xsl.

 Thanks

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech