Skip to content

Commit

Permalink
standardise headers, tidy up small display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sajp committed Aug 14, 2012
1 parent dda929e commit a99cf27
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 17 deletions.
6 changes: 4 additions & 2 deletions root/site/user/browsedesigns/view_design.tt
Expand Up @@ -7,9 +7,11 @@
</a>
</p>

<h1>Design [% design.id %]</h1>
<div class="page-header">
<h1>Design <small> [% design.id %]</small></h1>
</div>

<table class="table">
<table class="table table-bordered">
[%- FOR r IN display_design %]
[%- SET title=r.0; SET accessor = r.1 -%]
<tr>
Expand Down
5 changes: 4 additions & 1 deletion root/site/user/browseplates/view.tt
@@ -1,5 +1,8 @@
[%- META title="View Plate"; META tab_name = "Browse" %]
<h1>Plate [% plate.name %]</h1>

<div class="page-header">
<h1>Plate <small>[% plate.name %]</small></h1>
</div>

<table class="table">
<thead>
Expand Down
4 changes: 0 additions & 4 deletions root/site/user/error.tt
Expand Up @@ -13,7 +13,3 @@
</p>
</div>
[% END %]




8 changes: 4 additions & 4 deletions root/site/user/index.tt
@@ -1,5 +1,8 @@
[% META title = "HTGT LIMS2"; META tab_name = "Home" -%]
<h1>Welcome to LIMS2</h1>

<div class="page-header">
<h1>Welcome to LIMS2</h1>
</div>

<p>
Welcome to the new the High Throughput Gene Targeting (HTGT) lab
Expand Down Expand Up @@ -58,6 +61,3 @@
</a>
</li>
</ul>



4 changes: 3 additions & 1 deletion root/site/user/report/await_report.tt
@@ -1,4 +1,6 @@
<h1>Generating report...</h1>
<div class="page-header">
<h1>Generating report...</h1>
</div>

<div id="report_pending">
<p>
Expand Down
5 changes: 4 additions & 1 deletion root/site/user/report/gene_report.tt
@@ -1,5 +1,8 @@
[%- META title = "Gene Summary" %]
<h1>[% template.title %]</h1>

<div class="page-header">
<h1>[% template.title %]</h1>
</div>

<form id="gene_report_form" class="well form-horizontal">
<input type="text" class="span3" id="gene_id_input" name="gene_id" placeholder="Gene identifier" autocomplete="off" />
Expand Down
7 changes: 4 additions & 3 deletions root/site/user/report/select_sponsor.tt
@@ -1,10 +1,11 @@
<h1>Select sponsor</h1>
<div class="page-header">
<h1>Select Sponsor</h1>
</div>

<p>Please select which sponsor you would like to view results for.</p>

<form method="POST" action="[% c.uri_for( "/user/report/cache/${report_name}" ) %]" class="well">
<fieldset>
<label for="sponsor_field">Sponsor</label>
<label for="sponsor_field">Please select which sponsor you would like to view results for:</label>
<select name="sponsor" id="sponor_field">
<option value = "All">All</option>
<option value="Syboss">Syboss</option>
Expand Down
4 changes: 3 additions & 1 deletion root/site/user/report/simple_table.tt
@@ -1,4 +1,6 @@
<h1>[% title %]</h1>
<div class="page-header">
<h1>[% title %]</h1>
</div>

<a class="btn btn-info" href="[% c.uri_for( '/user/report/download', report_id ) %]">
<i class="icon-download-alt icon-white"></i>Download CSV</a>
Expand Down

0 comments on commit a99cf27

Please sign in to comment.