Auden-Musulin-Papers / amp-app

https://amp.acdh.oeaw.ac.at
MIT License
0 stars 2 forks source link

display of `<listPlace type="choice">` in `interp` #191

Closed timofruehwirth closed 1 month ago

timofruehwirth commented 1 month ago

we would like to have this (from doc 0028, ana_047)

                        <listBibl type="choice">
                           <bibl sameAs="acdh:amp-index-works.xml#lit_work_id_108"/>
                           <bibl sameAs="acdh:amp-index-works.xml#lit_work_id_47"/>
                        </listBibl>

displayed in the same way like this (from doc 0053, ana_021)

                                <listPlace type="choice">
                                    <place sameAs="acdh:amp-index-places.xml#amp_place_id_7"/>
                                    <place sameAs="acdh:amp-index-places.xml#amp_place_id_258"/>
                                </listPlace>

namely entity names plus links to entity detail pages image

linxOD commented 1 month ago

The two titles of the bibl elements are displayed. What should be changed? The only difference is the link symbol and a little extra margin between.

image

timofruehwirth commented 1 month ago

thank you, works now (earlier only links, but no titles, were displayed)