EPrints Technical Mailing List Archive
Message: #01572
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] summary page - mapping text
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] summary page - mapping text
- From: Carl Franks <C.A.Franks@dundee.ac.uk>
- Date: Thu, 14 Feb 2013 14:11:16 +0000
Hi, I'm customizing our summary page, and I find that hierarchical mappings take up a lot of space, and are very difficult to read. For example, a selection of 2 items in a single mapping could look something like this: 1 - The doctor as a scholar and a scientist > 1.10 - Apply social science principles, method and knowledge to medical practice. > 1.10.a Explain normal human behaviour at a societal level. 2 - The doctor as a practitioner > 2.13 - The graduate will be able to carry out a consultation with a patient: > 2.13.a Take and record a patient's medical history, including family and social history, talking to relatives or other carers where appropriate. I'd prefer to get rid of the parents' labels in the hierarchy - like so: 1.10.a Explain normal human behaviour at a societal level. 2.13.a Take and record a patient's medical history, including family and social history, talking to relatives or other carers where appropriate. I've already moved the mapping fields out of the "summary_page_metadata" list, so they can be displayed separately - so this is what I currently have: <epc:foreach expr="$config{summary_page_relationships}" iterator="fieldname"> <epc:if test="is_set($item.property($fieldname))"> <div class="attribute_title"> <epc:phrase ref="eprint_fieldname_{$fieldname}" />: </div> <div class="attribute_value"> <epc:print expr="$item.property($fieldname)" /> </div> </epc:if> </epc:foreach> I'm having difficulty figuring out what piece of code is generating the current text, and whether there's a built-in way to get the shorter labels. Does anyone have any ideas? Regards, Carl Franks Technology and Innovation in Learning Team Medical Education Institute University of Dundee School of Medicine ext 83041 The University of Dundee is a registered Scottish Charity, No: SC015096
- Prev by Date: [EP-tech] Re: RFC access log table
- Next by Date: [EP-tech] Re: RFC access log table
- Previous by thread: [EP-tech] RFC access log table
- Next by thread: [EP-tech] {Disarmed} summary page with link
- Index(es):