[GeoNetwork-users] how to delete description of selected option

Hi, i am a new user on geonetwork 2.4.2. when i created a metadata, the description of drop down list always followed the selected option.For example, in the section of Identification information,

... Date type Creation: Date identifies when the resource was brought into existence

i don't like the description of Date identifies when the resource was brought into existence, so how to hide or delete it?
                 
_________________________________________________________________
MSNÊ®Äê»ØÀ¡£¬Ã¿Î»Óû§¿ÉÃâ·Ñ»ñµÃ¼ÛÖµ25ÔªµÄ¿¨°Í˹»ù·´²¡¶¾Èí¼þ2010¼¤»îÂ룬¿ìÀ´ÁìÈ¡£¡
http://kaba.msn.com.cn/?k=1

Thank you! According to your suggestion, In the file of codelists.xml

<entry>

  <code>creation</code>

  <label>Creation</label>

  <description>date identifies when the resource was brought into existence</description>
  </entry>
i deleted date identifies when the resource was brought into existence. it looks better, However, there is still colon followed Creation in webpage:

Date type Creation:

how to delete the colon?

Date: Tue, 9 Mar 2010 19:55:49 +0100
Subject: Re: [GeoNetwork-users] how to delete description of selected option
From: tropicano@...54...
To: c_lyun@...29...

You can change it in <svn-directory>/web/geonetwork/xml/schemas/iso19139/loc/en/codelists.xml.

Note that that is per language, in each of the language's directories.

Kind regards
Heikki Doeleman

2010/3/9 chenll <c_lyun@...29...>

Hi, i am a new user on geonetwork 2.4.2. when i created a metadata, the description of drop down list always followed the selected option.For example, in the section of Identification information,

... Date type Creation: Date identifies when the resource was brought into existence

i don't like the description of Date identifies when the resource was brought into existence, so how to hide or delete it?

_________________________________________________________________
MSN十年回馈,每位用户可免费获得价值25元的卡巴斯基反病毒软件2010激活码,快来领取!
http://kaba.msn.com.cn/?k=1
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

_________________________________________________________________
约会说不清地方?来试试微软地图最新msn互动功能!
http://ditu.live.com/?form=TL&swm=1

I did not try it but I think you could change template
iso19139GetAttributeText in file metadata-iso19139.xsl, as François Prunayre
already suggested.

Most likely you could achieve your complete change without editing the
codelist.xml files, if you just remove the line :

<xsl:value-of select="concat(': ',$codelist/entry[code =
$value]/description)"/>

Let us know if it worked for you?

Kind regards
Heikki Doeleman

On Fri, Mar 12, 2010 at 4:03 PM, chenll <c_lyun@anonymised.com> wrote:

Thank you! According to your suggestion, In the file of codelists.xml
<entry>
* * <code>*creation*</code>
* * <label>*Creation*</label>
* * <description>*date identifies when the resource was brought into
existence*</description>
* * </entry>
i deleted *date identifies when the resource was brought into existence.*it looks better, However, there is still colon followed Creation in webpage:
*Date type Creation:*
how to delete the colon?

------------------------------
Date: Tue, 9 Mar 2010 19:55:49 +0100
Subject: Re: [GeoNetwork-users] how to delete description of selected
option
From: tropicano@anonymised.com
To: c_lyun@anonymised.com

You can change it in
<svn-directory>/web/geonetwork/xml/schemas/iso19139/loc/en/codelists.xml.

Note that that is per language, in each of the language's directories.

Kind regards
Heikki Doeleman

2010/3/9 chenll <c_lyun@anonymised.com>

Hi, i am a new user on geonetwork 2.4.2. when i created a metadata, the
description of drop down list always followed the selected option.For
example, in the section of Identification information,

... Date type Creation: Date identifies when the resource was brought
into existence

i don't like the description of Date identifies when the resource was
brought into existence, so how to hide or delete it?

_________________________________________________________________
MSN十年回馈,每位用户可免费获得价值25元的卡巴斯基反病毒软件2010激活码,快来领取!
http://kaba.msn.com.cn/?k=1

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

------------------------------
更多热辣资讯尽在新版MSN首页! 立刻访问! <http://cn.msn.com/&gt;

Thank you for your perfect suggestion, i resolved it according to it.

Date: Fri, 12 Mar 2010 16:31:52 +0100
Subject: Re: [GeoNetwork-users] how to delete description of selected option
From: tropicano@...54...
To: c_lyun@...29...
CC: geonetwork-users@lists.sourceforge.net

I did not try it but I think you could change template iso19139GetAttributeText in file metadata-iso19139.xsl, as François Prunayre already suggested.

Most likely you could achieve your complete change without editing the codelist.xml files, if you just remove the line :

<xsl:value-of select="concat(': ',$codelist/entry[code = $value]/description)"/>

Let us know if it worked for you?

Kind regards
Heikki Doeleman

_________________________________________________________________
想知道明天天气如何?必应告诉你!
http://cn.bing.com/search?q=天气预报&form=MICHJ2

Hei again, i find the the font of selected option in codelist is bold, which is different from other text. For example,
Date type Creation
How to change the font from bold to normal?

Date: Tue, 9 Mar 2010 19:55:49 +0100
Subject: Re: [GeoNetwork-users] how to delete description of selected option
From: tropicano@anonymised.com
To: c_lyun@anonymised.com

You can change it in <svn-directory>/web/geonetwork/xml/schemas/iso19139/loc/en/codelists.xml.

Note that that is per language, in each of the language's directories.

Kind regards
Heikki Doeleman

2010/3/9 chenll <c_lyun@anonymised.com>

Hi, i am a new user on geonetwork 2.4.2. when i created a metadata, the description of drop down list always followed the selected option.For example, in the section of Identification information,

... Date type Creation: Date identifies when the resource was brought into existence

i don't like the description of Date identifies when the resource was brought into existence, so how to hide or delete it?

_________________________________________________________________
MSNÊ®Äê»ØÀ¡£¬Ã¿Î»Óû§¿ÉÃâ·Ñ»ñµÃ¼ÛÖµ25ÔªµÄ¿¨°Í˹»ù·´²¡¶¾Èí¼þ2010¼¤»îÂ룬¿ìÀ´ÁìÈ¡£¡
http://kaba.msn.com.cn/?k=1