Brown-University-Library / usepweb_project

MIT License
0 stars 5 forks source link

Add licensing info to footer of all pages #71

Closed emylonas closed 3 years ago

emylonas commented 3 years ago

All pages should display a CC license in the footer as follows: https://creativecommons.org/licenses/by-nc-sa/4.0/ It should appear like this: https://ircyr2020.inslib.kcl.ac.uk/en/

When we get a landing page, we can display the license in a more central location

atbradley commented 3 years ago

@emylonas You can see my recent commit live at https://dlibwwwcit.services.brown.edu/projects/usep/publications/. I wasn't sure how long to tinker with the CSS.

atbradley commented 3 years ago

And it breaks on the collections page: https://dlibwwwcit.services.brown.edu/projects/usep/collections/MA.Camb.HU.Sack/ I'll look some more this afternoon.

atbradley commented 3 years ago

@birkin @emylonas fixed my previous issue by removing position: absolute; from the CSS for the #container that holds the list of inscriptions. It looks better to me, but I don't know why it was absolutely positioned in the first place, which makes me nervous about changing it in production.

birkin commented 3 years ago

@atbradley @emylonas re "...but I don't know why it was absolutely positioned in the first place, which makes me nervous about changing it in production..." No idea, this project has evolved with lots of input from predecessors to me, me, and students. Suggestion: if your and Elli's fix looks good on the main pages you check, go ahead and...

emylonas commented 3 years ago

@atbradley This looks very nice.

  1. There some pages where it doesn't align at the bottom of the page: https://dlibwwwcit.services.brown.edu/projects/usep/publication/Williams/ also the search page but that page is a mess in general

  2. when you go to any page that loads XML through the XSLT process, the "LOADING..." message is on top of the copyright info. That may be some bit of the positioning. https://dlibwwwcit.services.brown.edu/projects/usep/inscription/IL.Urb.UI.SM.G.1930.01.0001/

Fixing the second would make the page loads less confusing. The first would be nice but not crucial, but I think they are probably due to the same CSS.

atbradley commented 3 years ago

@emylonas I made the footer sticky so it should appear on the bottom of the viewscreen even if there's no content.