On Fri, Jun 10, 2022 at 02:35:00AM -0700, Mariusz wrote: > It works, but how can I make static pages look like the rest. I would like > a page with static content that looks like other pages in my repository. I > have already created my own theme. I would like to have additional (themed) > pages with my permanent content, as now they have info/privacy (Privacy > Statement) or info/end-user-agreement (End User Agreement) . Pages with my > own info. I don't know if I'm explaining well. ;)
So, I think you are saying that you want a page with all of the common DSpace decorations, behaviors and styling, but with static content in the middle. That does not sound like a static page, but a dynamic page with fixed main content. I think that, to do this, you would just write a component whose HTML template file contains no placeholders and whose Typescript file contains no behaviors. Use the theme's styling classes so that the rendering of your component tracks changes to the theme. The "page" is assembled by Angular in the browser, and the stuff in the middle that changes as you navigate is just one part of the assembly. https://en.wikipedia.org/wiki/Single-page_application -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/YqM4MuTTrSQ22k2L%40IUPUI.Edu.
signature.asc
Description: PGP signature
