Very basic non-ExtJS version of the inventory page
authorDiane Trout <diane@caltech.edu>
Sun, 7 Nov 2010 23:54:22 +0000 (15:54 -0800)
committerDiane Trout <diane@caltech.edu>
Sun, 7 Nov 2010 23:54:22 +0000 (15:54 -0800)
commite6b0fe8d3e83598f6dfe9ec3e8ffd64221e96d20
tree15647bb8dc094b964f1c97bff52c77cf13c410d3
parentcb69dc529f14c171e9c02b2a5f559a7b48cedfeb
Very basic non-ExtJS version of the inventory page
It needs to group by object type. Possible with an index of types
followed by index of objects before getting to the detail page.

The component where it forces you to login before viewing the
inventory page is broken. It shows a super-plain form, but
fails on submit with some kind of cross site forgery prevention
cookie fails
htsworkflow/frontend/inventory/views.py
htsworkflow/frontend/templates/inventory/inventory_index.html
htsworkflow/frontend/templates/inventory/inventory_summary.html