Skip to content

Commit

Permalink
Merge pull request #827 from mgcam/add_email_link
Browse files Browse the repository at this point in the history
Added a footer to the tracking run  web page.
  • Loading branch information
jmtcsngr authored May 20, 2024
2 parents 03fa124 + 71c954f commit 248a5c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/templates/run_read.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ IF ( ( current_status == 'qc review pending' ) || (current_status == 'qc in prog
</div>

<div class="widgets_group">

<div id="tabs">
<div id="tag_tab" class="tab noncurrent"><a href="javascript:void(toggle_information('tag_tab'));">Tags</a></div>
<div id="status_history_tab" class="tab noncurrent"><a href="javascript:void(toggle_information('status_history_tab'));">Status History</a></div>
Expand Down Expand Up @@ -186,6 +187,14 @@ IF ( ( current_status == 'qc review pending' ) || (current_status == 'qc in prog
<div id="annotation" class="info_box">
[% PROCESS run_annotation_tables.tt2 %]
</div>

</div>

<div id="email_link">
[%- subject = 'Illumina sequencing run ' _ id_run -%]
<a href= "mailto:[email protected]?subject=[% subject %]&body=[% subject %] [% staging_url %]/[% SCRIPT_NAME %]/run/[% id_run %]">
Contact Sci Ops DNA Pipelines
</a>
</div>

<script type="text/javascript">
Expand Down
6 changes: 6 additions & 0 deletions htdocs/css/npg.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ div.widgets_group {
margin-bottom: 10px;
}

div#email_link {
padding: 5px;
margin-top: 20px;
font-style: italic;
}

a.npg_menu {
background-color: #D9D9D9;
border:2px solid #a1a1a1;
Expand Down

0 comments on commit 248a5c4

Please sign in to comment.