Mercurial > repos > nml > bundle_collections
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1:cd6da887a5f4 | 2:705ebd286b57 |
|---|---|
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <style type="text/css"> | |
| 5 | |
| 6 body { | |
| 7 font-family: sans-serif; | |
| 8 color: #000; | |
| 9 } | |
| 10 | |
| 11 table { | |
| 12 margin-left: 3em; | |
| 13 text-align: center; | |
| 14 } | |
| 15 th { | |
| 16 text-align:center; | |
| 17 background-color: #000080; | |
| 18 color: #FFF; | |
| 19 padding: 0.4em; | |
| 20 } | |
| 21 td { | |
| 22 font-family: monospace; | |
| 23 text-align: left; | |
| 24 background-color: #EEE; | |
| 25 color: #000; | |
| 26 padding: 0.4em; | |
| 27 } | |
| 28 h2 { | |
| 29 color: #800000; | |
| 30 padding-bottom: 0; | |
| 31 margin-bottom: 0; | |
| 32 clear: left; | |
| 33 } | |
| 34 </style> | |
| 35 </head> | |
| 36 | |
| 37 <body> | |
| 38 | |
| 39 <h2 id="M0">Bundle Collection Summary</h2><br><br> | |
| 40 | |
| 41 Number of keys: 2<br> | |
| 42 Number of values: 2<br><br> | |
| 43 | |
| 44 <table border="1"> | |
| 45 <tr><th>File name</th><th>File type</th></tr> | |
| 46 <tr><td>first.txt</td><td>txt</td></tr> | |
| 47 <tr><td>second.txt</td><td>txt</td></tr> | |
| 48 </table> | |
| 49 </body> | |
| 50 </html> |
