Pulling in barcode magic from sample tracker and starting to update it to use ExtJS
authorBrandon King <kingb@caltech.edu>
Sat, 27 Jun 2009 01:59:13 +0000 (01:59 +0000)
committerBrandon King <kingb@caltech.edu>
Sat, 27 Jun 2009 01:59:13 +0000 (01:59 +0000)
commitd699a3264ce5fb518ff8612d3787d44604354d63
treee838519610a00f2d51d19c3b94080a6c4effa2c6
parent153235dcbff342f942dd5de2af4006aa8dd69236
Pulling in barcode magic from sample tracker and starting to update it to use ExtJS
16 files changed:
htsworkflow/frontend/bcmagic/__init__.py [new file with mode: 0644]
htsworkflow/frontend/bcmagic/admin.py [new file with mode: 0644]
htsworkflow/frontend/bcmagic/forms.py [new file with mode: 0644]
htsworkflow/frontend/bcmagic/models.py [new file with mode: 0644]
htsworkflow/frontend/bcmagic/plugin.py [new file with mode: 0644]
htsworkflow/frontend/bcmagic/urls.py [new file with mode: 0644]
htsworkflow/frontend/bcmagic/utils.py [new file with mode: 0644]
htsworkflow/frontend/bcmagic/views.py [new file with mode: 0644]
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/static/js/bcmagic-ext.js [new file with mode: 0644]
htsworkflow/frontend/static/js/htsw.js
htsworkflow/frontend/static/js/magicbc.js
htsworkflow/frontend/templates/app_base.html
htsworkflow/frontend/templates/bcmagic/magic.html [new file with mode: 0644]
htsworkflow/frontend/templates/magic.html [deleted file]
htsworkflow/frontend/urls.py