{% extends "_frame.html" %} {% block menu %}

Timeline

{% endblock %} {% block details %} {% include "_search.html" %} {% endblock %} {% block page %} {% include "_kill.html" %}
{% include "_eof.html" %}
{% endblock %} {% block script %} {% include "timeline/func.js" %} {% include "_search.js" %} {% include "timeline/progress.js" %} {% include "timeline/load.js" %} {% include "timeline/select.js" %} {% include "_kill.js" %} {% endblock %}