[GeoNetwork-users] Display in bold most important fields names

Hi list,

I am trying to display in bold some fields names in the editing page of a
metadata. I want to it to distinguish the most importants fields from the
others. For exemple I would like the fields "Title", "Abstract",... to be in
bold.
I tried to modify geonetwork.css but the only think I can do is to put in
bold all the fields names of the page.
This is my css code to do it:

th.md {
font-weight: bold;*/
text-align: left;
}

I can't find the correct id to distinguish the field "Title", for example

Anyone has any idea on how to do it?

Thanks
Pierre
--
View this message in context: http://n2.nabble.com/Display-in-bold-most-important-fields-names-tp3531721p3531721.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi Pierre,

You should look at the XSL files : to identify your fields with an unique
ID, you'll have to add this info.
Have a look at metadata.xsl, template simpleElementGui.
Line 628, you can replace
        <tr id="{$id}" type="metadata">
by
        <tr id="{$id}" type="metadata" class="{$title}">
It will give you a start. But as the fields named 'Title', for example, are
several, it may not be sufficient.
Jean

------
N'imprimez ce message qu'en cas de nécessité. Soyons éco-responsables !

Donnez une nouvelle dimension à vos données…

I G E

Jean POMMIER
*Directeur Associé*

TIC - Webmapping 3D

Port : +33 6 09 23 21 36
Skype : igejean

Information Géographique et Environnement
12 rue Arnaud Vidal
31000 Toulouse
France

Tel : +33 5 61 86 81 49
Fax : +33 5 61 86 09 23
Mail : contact@anonymised.com
Site web : www.ige.fr <http://wwww.ige.fr>

*L'actualité d'IGE sur RSS : *http://www.ige.fr/actualites/rss.php
*Localisez IGE dans WorldWind : *
worldwind://goto/world=Earth&lat=43.55519&lon=1.38256&alt=190&dir=26.7&tilt=60.3

2009/8/28 pierre vernier <pierre.vernier@anonymised.com>

Hi list,

I am trying to display in bold some fields names in the editing page of a
metadata. I want to it to distinguish the most importants fields from the
others. For exemple I would like the fields "Title", "Abstract",... to be
in
bold.
I tried to modify geonetwork.css but the only think I can do is to put in
bold all the fields names of the page.
This is my css code to do it:

th.md {
font-weight: bold;*/
text-align: left;
}

I can't find the correct id to distinguish the field "Title", for example

Anyone has any idea on how to do it?

Thanks
Pierre
--
View this message in context:
http://n2.nabble.com/Display-in-bold-most-important-fields-names-tp3531721p3531721.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
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