Add pages to show information about a particular flowcell.
authorDiane Trout <diane@caltech.edu>
Sat, 2 Apr 2011 01:13:59 +0000 (18:13 -0700)
committerDiane Trout <diane@caltech.edu>
Sat, 2 Apr 2011 01:13:59 +0000 (18:13 -0700)
commitb316e446f23c7ac4228ecd94b02c9e4ae30ac374
tree0efc7e14d54c6e2b23087fc880cedf214e47af65
parentccbd16041f72ae3c297815330a8c6f5ae0c92923
Add pages to show information about a particular flowcell.
-- in both human and RDFa formats.

Also I implemented get_absolute_url for flowcells & lanes, which
means "view on site" pops up on the flowcell admin page.

Also with modifying the templates for RDFa, many more elements
on the library, flowcell, and flowcell lane detail pages link to
each other.

I moved the table formatting css out of the library page
and into app.css.

I also switched experiments/views.py from using Context to RequestContext
which provides the default media url to the template.

There were a few changes to samples/views.py to get the more informative
object to the template instead of our on-the-fly created lists.
13 files changed:
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/experiments/views.py
htsworkflow/frontend/samples/models.py
htsworkflow/frontend/samples/urls.py
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/static/css/app.css
htsworkflow/frontend/templates/base.html
htsworkflow/frontend/templates/experiments/flowcell_detail.html [new file with mode: 0644]
htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html [new file with mode: 0644]
htsworkflow/frontend/templates/samples/library_detail.html
htsworkflow/frontend/templates/samples/library_index.html
htsworkflow/frontend/templates/samples/species_detail.html [new file with mode: 0644]
htsworkflow/frontend/urls.py