Sample Tracker EXTJS frontend merge part 1
authorBrandon King <kingb@caltech.edu>
Wed, 24 Jun 2009 21:51:59 +0000 (21:51 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 24 Jun 2009 21:51:59 +0000 (21:51 +0000)
commitaf103f0454332b3f9cb7b2988b68c42da7f0314a
treeb7f97fe966c4fb98507abbb6993c06457c5a4053
parent69a40d3db55200f70bc0488114561f5b42198e22
Sample Tracker EXTJS frontend merge part 1
19 files changed:
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/static/css/app.css [new file with mode: 0644]
htsworkflow/frontend/static/css/click-table.css
htsworkflow/frontend/static/css/global.css
htsworkflow/frontend/static/css/htsw.css [new file with mode: 0644]
htsworkflow/frontend/static/img/layout-browser-hd-bg.gif [new file with mode: 0644]
htsworkflow/frontend/static/img/s.gif [new file with mode: 0644]
htsworkflow/frontend/static/js/htsw.js [new file with mode: 0644]
htsworkflow/frontend/static/js/jquery-1.3.2.js [new file with mode: 0644]
htsworkflow/frontend/static/js/jquery-1.3.2.min.js [new file with mode: 0644]
htsworkflow/frontend/static/js/magicbc.js [new file with mode: 0644]
htsworkflow/frontend/templates/app_base.html [new file with mode: 0644]
htsworkflow/frontend/templates/base.html
htsworkflow/frontend/templates/base_site.html
htsworkflow/frontend/templates/magic.html [new file with mode: 0644]
htsworkflow/frontend/templates/registration/login.html [new file with mode: 0644]
htsworkflow/frontend/templates/registration/profile.html [new file with mode: 0644]
htsworkflow/frontend/templates/samples/library_index.html
htsworkflow/frontend/urls.py