IHE / publications

All domains publications.
Creative Commons Attribution 4.0 International
9 stars 4 forks source link

navigation framework #19

Closed JohnMoehrke closed 3 years ago

JohnMoehrke commented 4 years ago

need some common UI frame so that navigation forward / backward; up / down; are easier. Where today there is an IHE logo and version at the top of very page, and a copyright at the bottom of each page.

JohnMoehrke commented 4 years ago

something like this that is dooable in markdown, but we are using html... https://github.blog/2014-04-28-task-lists-in-all-markdown-documents/

lukeaduncan commented 4 years ago

CSS only allows plain text additions to the document so it won't really do what is needed.

JavaScript is the only thing that would do this outside of external scripting to modify the HTML files directly or using a publication framework (like mkdocs). But JavaScript can load static files for header/footer (and even customize it based on the path/directory if necessary) as well as create navigation links.

costateixeira commented 4 years ago

That should be easy once we have an idea what we need.

On Mon, Oct 5, 2020 at 6:38 PM Luke Duncan notifications@github.com wrote:

CSS only allows plain text additions to the document so it won't really do what is needed.

JavaScript is the only thing that would do this outside of external scripting to modify the HTML files directly or using a publication framework (like mkdocs). But JavaScript can load static files for header/footer (and even customize it based on the path/directory if necessary) as well as create navigation links.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IHE/publications/issues/19#issuecomment-703748299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3HUUAFDEA2YTXPELJ37LTSJHZAHANCNFSM4QNUXYGQ .

JohnMoehrke commented 4 years ago

so this means that for now we need to do this header/footer manually. That is disappointing, but it is achievable.

costateixeira commented 4 years ago

I wouldn't bother doing it manually. We just need to clarify what we need to add to the template

On Tue, Oct 6, 2020 at 6:32 PM John Moehrke notifications@github.com wrote:

so this means that for now we need to do this header/footer manually. That is disappointing, but it is achievable.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/IHE/publications/issues/19#issuecomment-704399540, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3HUUGLW364CP2QDAKOZWDSJNBARANCNFSM4QNUXYGQ .

JohnMoehrke commented 4 years ago

I wouldn't bother doing it manually. We just need to clarify what we need to add to the template On Tue, Oct 6, 2020 at 6:32 PM John Moehrke @.***> wrote: so this means that for now we need to do this header/footer manually. That is disappointing, but it is achievable. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#19 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3HUUGLW364CP2QDAKOZWDSJNBARANCNFSM4QNUXYGQ .

@costateixeira , you are confusing this effort with IHE-FHIR efforts. This effort is around the ITI publishing our full technical framework in html form.

msmock commented 4 years ago

As I mentioned in the meeting: The header a footer sections can easily be modified for all html files using a script. I added the

and
costateixeira commented 4 years ago

Sorry, since this was in IHE/Publications I was assuming this was related to the FHIR publication. Thanks for clarifying

On Tue, Oct 6, 2020 at 7:22 PM Martin Smock notifications@github.com wrote:

As I mentioned in the meeting: The header a footer sections can easily be modified for all html files using a script. I added the

and

JohnMoehrke commented 3 years ago

Reviewed proposal today and agreed that this is good-enough and valuable enough to do now. https://vassilpeytchev.github.io/publications/ITI/TF/Volume2/ITI-18.html#3.18

JohnMoehrke commented 3 years ago

@vassilpeytchev we decided to use the framework and style sheet you have with the HIE-Whitepaper too... so put the javascript and stylesheet at the root of the publications (which will be the root of the profiles.ihe.net web site).

JohnMoehrke commented 3 years ago

note that @lduncan-intrah has / will applied it to the HIE-Whitepaper. so you don't need to address changes to the HIE-Whitepaper. We just want the framework dependencies in a more root location.

JohnMoehrke commented 3 years ago

@vassilpeytchev can you apply your framework to the GeneralIntro folder too? and the set of index.html leading to the TF?