aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 42 forks source link

Create HTML userfile model; when rendering HTML documents, insert them in IFRAME tags #1340

Open prioux opened 1 year ago

prioux commented 1 year ago

Create a Userfile model for HTML files.

We have the capability to render HTML documents within our model viewers, but to keep their namespaces (IDs, stylesheets etc) separate from the CBRAIN interface itself, they should be put within <iframe> tags.

MontrealSergiy commented 1 year ago

A PR is rebased and resubmitted