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)
-- 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.


No differences found