Hello, I'm trying to rig up a 'main' screen for Document display for our organization. It needs to do two things: 1. Display the raw PDF file(the preview images feature works OK, but it's not quite what we need). I've made this work already by changing the content of DocumentPagesCarouselWidget to just spit out an Iframe, and modified document_download to just spit out the raw file on GET if only a single Document ID is given. Hackish but it works.
2. Display Metadata on the same page(preferably just a list of Key -> Value in a small table somewhere). Unfortunately, I can't really figure this out. The code is so well abstracted that I'm just plain not sure where things are hiding. I would like to do one of these: 1. Modify the preview screen to add metadata to, say, the top or sidebar 2. Add a metadata table to the sidebar of *all* of the Document Detail screens 3. Create a new (default) document detail screen that includes the metadata and PDF view. Any thoughts or pointers on where to start? Thanks, -Rob -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
