jhauserw3241 / cdcdb-webserver

Python3/Flask web server for DB final project
https://cdcdb.system33.pw
1 stars 1 forks source link

Work on overlay to replace detail pages #66

Closed jhauserw3241 closed 7 years ago

jhauserw3241 commented 7 years ago

I believe that it would look better if the detail pages were presented as overlays instead.

pastly commented 7 years ago

My humble suggestion is to use an <iframe> in the overlay. The iframe GETS /foobar/<id>. templates/foobar/show.html is modified to look how you want the overlay to look. First thing would probably be to no longer have show.html build off of base.html, as I think that will remove the header and footer

Deedasmi commented 7 years ago

Decided to leave details page as is for editing/all information. Instead have modified CSS to make pages more appealing.