diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/opt/bbmap-39.01-1/pytools/template/template.html	Tue Mar 18 16:23:26 2025 -0400
@@ -0,0 +1,40 @@
+<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en_US" xml:lang="en-US">
+    <head>
+        <title> [_PAGE-TITLE_] </title>
+        <link rel="stylesheet" href="css/report.css">
+        <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
+        <script type="text/javascript">
+            $().ready(function(){
+                $('table.plot td img').css({"border-color": "#C1E0FF",
+                    "border-width":"1px",
+                    "border-style":"solid"});
+                $('.left').css('text-align', 'left')
+                $('.right').css('text-align', 'right')
+            })
+            
+        </script>
+    </head>
+
+    <body>
+        <div class="header"  style="background-color: #eee">
+            <table style="width: 100%; padding-left: 10px; padding-right: 10px">
+                <tr>
+                    <td><img id="logo" src="images/jgi_log_transparent.png" class="logo"></a></td>
+                    <td style="white-space: nowrap; text-align: left"><span class="title"> [_REPORT-TITLE_] </span></td>
+                    <td style="width: 100%">
+                        <table style="width: 100%; font-weight: bold">
+                            <tr><td style="white-space: nowrap; width: 100%; text-align: right;">Report for: [_INPUT-FILE-NAME_]</td></tr>
+                            <tr><td style="white-space: nowrap; width: 100%; text-align: right">[_REPORT-DATE_]</td></tr>
+                        </table>
+                    </td>
+                </tr>
+            </table>
+        </div>
+
+        <div class="main">
+            <div style="padding: 10px">
+                [_REPORT-BODY_]
+            </div>
+        </div>
+    </body>
+</html>
\ No newline at end of file