lookyloo/website/web/templates/identifier_details.html

15 lines
384 B
HTML
Raw Normal View History

2024-03-14 01:13:24 +01:00
{% from "macros.html" import shorten_string %}
<center>
<h5>{{identifier_type}}: {{identifier}}</h5>
</center>
2024-11-28 14:22:45 +01:00
<table id="identifierDetailsTable" class="table table-striped" style="width:100%" data-identifier="{{identifier_type}}|{{identifier}}">
2024-03-14 01:13:24 +01:00
<thead>
<tr>
<th>Capture Time</th>
<th>Capture Title</th>
<th>Landing page</th>
</tr>
</thead>
</table>