Task #8605 (closed)
Opened 7 years ago
Closed 7 years ago
EMDB viewer logos
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | ingvar@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-05-08 (14) |
Description
Need to give Ingvar some pointers for how to customise the viewer with EBI branding etc.
Try to add this without changing the webgateway code, so that the webemdb app can be 'dropped in' to the released OMERO.
Change History (3)
comment:1 Changed 7 years ago by jburel
- Sprint changed from 2012-04-24 (13) to 2012-05-08 (14)
comment:2 Changed 7 years ago by wmoore
- Status changed from new to accepted
comment:3 Changed 7 years ago by wmoore
- Remaining Time changed from 0.3 to 0
- Resolution set to fixed
- Status changed from accepted to closed
I've committed a simple example of how to add a logo to the top-left of the page. https://github.com/will-moore/openmicroscopy/commit/d918c1b207039ec3e62dba5b95cf45041bb35971
This does not require editing of the parent template html. It's just added with javascript in the same way as we've customised before.
Committed to my feature/6736_emdb branch on github.
To update, commit any changes you have to your sliceviewer branch, then:
git fetch will git rebase will/feature/6736_emdb # hopefully won't have any conflicts to resolve # you will then need to 'force' when you push back to your branch, since history has changed. # E.g. git push -f gh sliceviewer
Moved from sprint 2012-04-24 (13)