diff test-data/out-2.html @ 2:705ebd286b57 draft default tip

"planemo upload commit 7761f1e59039279728185e751f1a51b56fe14cb0"
author nml
date Mon, 24 Aug 2020 12:14:15 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/out-2.html	Mon Aug 24 12:14:15 2020 -0400
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <style type="text/css">
+  
+  body {
+          font-family: sans-serif;
+          color: #000;
+          }
+  
+  table {
+          margin-left: 3em;
+          text-align: center;
+          }
+  th {
+          text-align:center;
+          background-color: #000080;
+          color: #FFF;
+          padding: 0.4em;
+          }
+  td {
+          font-family: monospace;
+          text-align: left;
+          background-color: #EEE;
+          color: #000;
+          padding: 0.4em;
+          }
+  h2 {
+          color: #800000;
+          padding-bottom: 0;
+          margin-bottom: 0;
+          clear: left;
+          }
+  </style>
+</head>
+
+<body>
+
+  <h2 id="M0">Bundle Collection Summary</h2><br><br>
+
+  Number of keys: 2<br>
+  Number of values: 2<br><br> 
+
+  <table border="1">
+    <tr><th>File name</th><th>File type</th></tr>
+    <tr><td>first.txt</td><td>txt</td></tr>
+    <tr><td>second.txt</td><td>txt</td></tr>
+  </table>
+</body>
+</html>
\ No newline at end of file