Changes from feedback
This commit is contained in:
parent
a35654a071
commit
4f7d180d2c
2 changed files with 303 additions and 313 deletions
37
report_template.html
Normal file
37
report_template.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
table {
|
||||
font-family: arial, sans-serif;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
td, th {
|
||||
border: 1px solid #dddddd;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
tr:nth-child(even) {
|
||||
background-color: #dddddd;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>File/Attachment</th>
|
||||
<th>File path</th>
|
||||
<th>File name</th>
|
||||
<th>Thumb 1</th>
|
||||
<th>Thumb 2</th>
|
||||
<th>Size</th>
|
||||
<th>Creation Time</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{table_rows}}
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue