Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394530
origin-visits.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
origin-visits.html
View Options
{% extends "./browse.html" %}
{% comment %}
Copyright (C) 2017-2020 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% load static %}
{% load swh_templatetags %}
{% load render_bundle from webpack_loader %}
{% block header %}
{{ block.super }}
{% render_bundle 'origin' %}
{% endblock %}
{% block swh-browse-content %}
<
div
class
=
"p-3"
>
<
h4
>
Overview
</
h4
>
<
ul
>
<
li
class
=
"d-inline-block"
>
<
b
>
Total number of visits:
</
b
>
{{ origin_visits|length }}
<
i
class
=
"mdi mdi-fw"
aria-hidden
=
"true"
></
i
>
</
li
>
<
li
class
=
"d-inline-block"
>
<
b
>
Last full visit:
</
b
><
span
style
=
"margin-left: 20px;"
id
=
"swh-last-full-visit"
></
span
>
<
i
class
=
"mdi mdi-fw"
aria-hidden
=
"true"
></
i
>
</
li
>
<
li
class
=
"d-inline-block"
>
<
b
>
First full visit:
</
b
><
span
style
=
"margin-left: 20px;"
id
=
"swh-first-full-visit"
></
span
>
<
i
class
=
"mdi mdi-fw"
aria-hidden
=
"true"
></
i
>
</
li
>
<
li
class
=
"d-inline-block"
>
<
b
>
Last visit:
</
b
><
span
style
=
"margin-left: 20px;"
id
=
"swh-last-visit"
></
span
>
<
i
class
=
"mdi mdi-fw"
aria-hidden
=
"true"
></
i
>
</
li
>
</
ul
>
<
h4
>
History
</
h4
>
<
form
class
=
"text-center"
>
<
div
class
=
"custom-control custom-radio custom-control-inline"
>
<
input
class
=
"custom-control-input"
type
=
"radio"
id
=
"swh-different-snapshot-visits"
name
=
"swh-visits"
value
=
"option1"
checked
>
<
label
class
=
"custom-control-label font-weight-normal"
for
=
"swh-different-snapshot-visits"
onclick
=
"swh.origin.showFullVisitsDifferentSnapshots(event)"
>
Show full visits with different snapshots
</
label
>
</
div
>
<
div
class
=
"custom-control custom-radio custom-control-inline"
>
<
input
class
=
"custom-control-input"
type
=
"radio"
id
=
"swh-full-visits"
name
=
"swh-visits"
value
=
"option2"
>
<
label
class
=
"custom-control-label font-weight-normal"
for
=
"swh-full-visits"
onclick
=
"swh.origin.showFullVisits(event)"
>
Show all full visits
</
label
>
</
div
>
<
div
class
=
"custom-control custom-radio custom-control-inline"
>
<
input
class
=
"custom-control-input"
type
=
"radio"
id
=
"swh-all-visits"
name
=
"swh-visits"
value
=
"option3"
>
<
label
class
=
"custom-control-label font-weight-normal"
for
=
"swh-all-visits"
onclick
=
"swh.origin.showAllVisits(event)"
>
Show all visits
</
label
>
</
div
>
</
form
>
<
h5
>
Timeline
</
h5
>
<
div
id
=
"swh-visits-timeline"
class
=
"d3-wrapper"
></
div
>
<
h5
>
Calendar
</
h5
>
<
div
id
=
"swh-visits-calendar"
></
div
>
<
h5
>
List
</
h5
>
<
div
id
=
"swh-visits-list"
></
div
>
</
div
>
<
script
>
// all origin visits
var
visits
=
{{
origin_visits
|
jsonify
}};
swh
.
origin
.
initVisitsReporting
(
visits
);
</
script
>
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Jun 4, 7:26 PM (6 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3353792
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment