Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#182 closed enhancement (fixed)

Improvements to HTML table with centers

Reported by: dietuyt Owned by: BSanchezRZG
Priority: major Milestone:
Component: Centre Registry Version:
Keywords: Cc:

Description

  • The column headers should be aligned left
  • The Column Center should contain the full center name (Eberhard Karls Universität Tübingen) instead of the short code
  • The PID column should contain the value of PidStatus?
  • The metadata column should contain all values of MetadataScheme?, separated by a comma and with a link to OaiAccessPoint?, eg for https://centerregistry-clarin.esc.rzg.mpg.de/centers/6/:
    <a href="http://fedora.clarin-d.uni-saarland.de/oaiprovider/?verb=Identify">CMDI, OLAC</a>
    

Change History (3)

comment:1 Changed 12 years ago by dietuyt

All fixed, but the order of the elements in the metadata column should be alphabetic:

so CMDI, OLAC instead of an arbitrary order

comment:2 Changed 12 years ago by dietuyt

Resolution: fixed
Status: newclosed

comment:3 Changed 12 years ago by BSanchezRZG

change the xml-generator in order to get the elements under Metadata like that
<Metadata>

<MetadataScheme?>CMDI</MetadataScheme?>
<WebServicesSet?>WebLicht?</WebServicesSet?>
<WebServiceType?>SOAP</WebServiceType?>
<OaiAccessPoint?>http://weblicht.sfs.uni-

tuebingen.de/oaiprovider/?verb=Identify</OaiAccessPoint?>
</Metadata>

Note: See TracTickets for help on using tickets.