3 $breeding_program_count
16 .content-status-well {
20 table.content-status-table {
24 table.content-status-table tr {
27 table.content-status-table tr:nth-child(even) {
28 background-color: #fcfcfc;
31 table.content-status-table td {
32 vertical-align: middle;
35 table.content-status-table td:nth-child(1) {
39 table.content-status-table td:nth-child(3) {
48 background-color: #286090 !important;
55 <& /page/page_title.mas, title=>'Content Status' &>
57 <&| /page/info_section.mas,
58 id=>'content_accessions',
63 <div class="well content-status-well">
64 <table class="content-status-table">
67 <td>Breeding Programs</td>
68 <td><% $breeding_program_count %></td>
69 <td><a href="/breeders/manage_programs" class="btn btn-primary" role="button">Manage</a></td>
74 <td><% $accession_count %></td>
76 <a href="/search/stocks" class="btn btn-primary" role="button">Search</a>
77 <a href="/breeders/accessions" class="btn btn-primary" role="button">Manage</a>
82 <td>Accessions with Phenotype Data</td>
83 <td><% $accession_count_pheno %></td>
88 <td>Accessions with Genotype Data</td>
89 <td><% $accession_count_geno %></td>
99 <&| /page/info_section.mas,
100 id=>'content_phenotype',
101 title=>'Phenotype Data',
105 <div class="well content-status-well">
106 <table class="content-status-table">
109 <td>Observed Traits</td>
110 <td><% $trait_count %></td>
112 <a href="/search/traits" class="btn btn-primary" role="button">Search</a>
113 <a href="/tools/onto" class="btn btn-primary" role="button">Browse</a>
118 <td>Phenotype Trials</td>
119 <td><% $pheno_trial_count %></td>
121 <a href="/search/trials" class="btn btn-primary" role="button">Search</a>
122 <a href="/breeders/trials" class="btn btn-primary" role="button">Manage</a>
127 <td>Total Phenotype Observations</td>
128 <td><% $pheno_observations %></td>
133 <td>Last Addition</td>
134 <td><% $pheno_last_addition %></td>
145 <&| /page/info_section.mas,
146 id=>'content_genotype',
147 title=>'Genotype Data',
151 <div class="well content-status-well">
152 <table class="content-status-table">
155 <td>Genotyping Protocols</td>
156 <td><% $geno_protocol_count %></td>
158 <a href="/search/genotyping_protocols" class="btn btn-primary" role="button">Search</a>
164 <td><% $marker_count %></td>
166 <a href="/search/markers" class="btn btn-primary" role="button">Search</a>
171 <td>Last Addition</td>
172 <td><% $geno_last_addition %></td>