Keesaco / KeesaFlo

A cloud-based flow cytometry web application
Other
6 stars 0 forks source link

About/FAQ pre-login #125

Closed McCrea closed 10 years ago

McCrea commented 10 years ago

Currently these display without any styling. In order to reduce complexity, I think we could make these pages relatively static (rather than using AJAX to load them into a layout, since by that stage we've not entered the one-page-app and don't really need to stick to that model).

To me the obvious thing to do (given that it wants to take as little time as possible and therefore might need to be a touch hacky) is to create a base-layout which would be suitable for loading the existing pagelet templates into then for both of those pagelets create a new template which includes their respective templates and uses them to extend the base-layout.

McCrea commented 10 years ago

Fixed