From: Brandon King Date: Thu, 14 May 2009 21:52:12 +0000 (+0000) Subject: Updated indices to include a print option. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=6a939d137d33355802faf3f74a01609d7b4919e4 Updated indices to include a print option. * Fix for ticket:134 --- diff --git a/templates/container_index.html b/templates/container_index.html index 8ba6cce..af1e0b0 100644 --- a/templates/container_index.html +++ b/templates/container_index.html @@ -7,6 +7,7 @@ Freezer Sample Count Space Available + Label {% for container in container_list %} @@ -18,6 +19,7 @@ {{ container.freezer }} {{ container.sample_set.count }} {{ container.space_available }} + Print {% endfor %} diff --git a/templates/freezer_index.html b/templates/freezer_index.html index e27939d..6504428 100644 --- a/templates/freezer_index.html +++ b/templates/freezer_index.html @@ -6,6 +6,7 @@ Location Desc. Temperature Containers + Label {% for freezer in freezer_list %} @@ -14,6 +15,7 @@ {{ freezer.loc_desc }} {{ freezer.temperature }}C {{ freezer.container_set.all|length }} + Print {% endfor %} diff --git a/templates/sample_index.html b/templates/sample_index.html index 85522d0..19702b3 100644 --- a/templates/sample_index.html +++ b/templates/sample_index.html @@ -8,6 +8,7 @@ Conc. Vol. Container + Label {% for sample in sample_list %} @@ -24,6 +25,7 @@ {% else %} auto-assign {% endif %} + Print {% endfor %}