{% extends "base.html" %} {% set active_page = "Database" %} {% macro button_collapse(button_id, icon, target, tooltip) %} {% endmacro %} {% macro button_tooltip(tooltip, id, url, icon, onclick=None, danger=False, disabled=False) %} {% set button_class = "btn-danger" if danger else "btn-outline-secondary" %} {% set onclick_value = onclick if onclick else "window.location.href = '" + url + firmware.uid + "'" %} {% endmacro %} {% block head %} {# jstree import #} {# highlight.js import #} {# line_numbering.js import #} {% endblock %} {% block body %}
|
{% for compare_uid in uids_for_comparison %}
×
{{ compare_uid |replace_uid_with_hid | safe }}
{% endfor %}
|
{% if uids_for_comparison|length > 1 %}
|
{% endif %}
| File Tree |
|---|
| Analysis Results |
|---|
| {{ analysis_plugin | replace_underscore }} |
| Run additional analysis |
Generating summary of included files...
| Comments {# Add Comment Button #} {# Show Comments Button #} |
|---|
|
{{ comment.author }}
{{ comment.time|int|nice_unix_time }}
|
{{ comment.comment | urlize }} | {# Comment Delete Button #} |
{# Comment Delete Confirm Button #}
|