Mercurial > repos > rliterman > csp2
annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/opt/bbmap-39.01-1/pytools/template/template.html @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
rev | line source |
---|---|
jpayne@68 | 1 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en_US" xml:lang="en-US"> |
jpayne@68 | 2 <head> |
jpayne@68 | 3 <title> [_PAGE-TITLE_] </title> |
jpayne@68 | 4 <link rel="stylesheet" href="css/report.css"> |
jpayne@68 | 5 <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> |
jpayne@68 | 6 <script type="text/javascript"> |
jpayne@68 | 7 $().ready(function(){ |
jpayne@68 | 8 $('table.plot td img').css({"border-color": "#C1E0FF", |
jpayne@68 | 9 "border-width":"1px", |
jpayne@68 | 10 "border-style":"solid"}); |
jpayne@68 | 11 $('.left').css('text-align', 'left') |
jpayne@68 | 12 $('.right').css('text-align', 'right') |
jpayne@68 | 13 }) |
jpayne@68 | 14 |
jpayne@68 | 15 </script> |
jpayne@68 | 16 </head> |
jpayne@68 | 17 |
jpayne@68 | 18 <body> |
jpayne@68 | 19 <div class="header" style="background-color: #eee"> |
jpayne@68 | 20 <table style="width: 100%; padding-left: 10px; padding-right: 10px"> |
jpayne@68 | 21 <tr> |
jpayne@68 | 22 <td><img id="logo" src="images/jgi_log_transparent.png" class="logo"></a></td> |
jpayne@68 | 23 <td style="white-space: nowrap; text-align: left"><span class="title"> [_REPORT-TITLE_] </span></td> |
jpayne@68 | 24 <td style="width: 100%"> |
jpayne@68 | 25 <table style="width: 100%; font-weight: bold"> |
jpayne@68 | 26 <tr><td style="white-space: nowrap; width: 100%; text-align: right;">Report for: [_INPUT-FILE-NAME_]</td></tr> |
jpayne@68 | 27 <tr><td style="white-space: nowrap; width: 100%; text-align: right">[_REPORT-DATE_]</td></tr> |
jpayne@68 | 28 </table> |
jpayne@68 | 29 </td> |
jpayne@68 | 30 </tr> |
jpayne@68 | 31 </table> |
jpayne@68 | 32 </div> |
jpayne@68 | 33 |
jpayne@68 | 34 <div class="main"> |
jpayne@68 | 35 <div style="padding: 10px"> |
jpayne@68 | 36 [_REPORT-BODY_] |
jpayne@68 | 37 </div> |
jpayne@68 | 38 </div> |
jpayne@68 | 39 </body> |
jpayne@68 | 40 </html> |