Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9338247
snapshot-context.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
snapshot-context.html
View Options
<
div
class
=
"card"
>
<
div
class
=
"card-header bg-gray-light"
>
{% if snapshot_context.origin_info %}
{% if snapshot_context.origin_info.url|slice:"0:4" == "http" %}
<
div
class
=
"float-right"
>
<
a
href
=
"{{ snapshot_context.origin_info.url }}"
class
=
"btn btn-default btn-sm"
role
=
"button"
>
Go to origin
</
a
>
</
div
>
{% endif %}
<
a
href
=
"{{ snapshot_context.browse_url }}"
>
<
h4
class
=
"text-center"
>
Origin: {{ snapshot_context.origin_info.url }}
</
h4
>
<
div
class
=
"clearfix"
></
div
>
</
a
>
{% else %}
<
a
href
=
"{{ snapshot_context.browse_url }}"
>
<
h4
class
=
"text-center"
>
Snapshot: {{ snapshot_context.snapshot_id }}
</
h4
>
<
div
class
=
"clearfix"
></
div
>
</
a
>
{% endif %}
</
div
>
<
div
class
=
"swh-origin-visit-details"
>
<
ul
>
{% if snapshot_context.visit_info %}
<
li
><
i
class
=
"fa fa-calendar fa-fw"
></
i
>
Visit date:
<
a
href
=
"{{ snapshot_context.visit_info.url }}"
>
{{ snapshot_context.visit_info.fmt_date }}
</
a
></
li
>
{% endif %}
<
li
><
i
class
=
"fa fa-code-fork fa-fw"
></
i
>
<
a
href
=
"{{ snapshot_context.branches_url }}"
>
Branches ({{ snapshot_context.branches|length}})
</
a
></
li
>
{% if snapshot_context.releases %}
<
li
><
i
class
=
"fa fa-tag fa-fw"
></
i
>
<
a
href
=
"{{ snapshot_context.releases_url }}"
>
Releases ({{ snapshot_context.releases|length }})
</
a
></
li
>
{% else %}
<
li
><
i
class
=
"fa fa-tag fa-fw"
></
i
>
Releases (0)
</
li
>
{% endif %}
</
ul
>
</
div
>
</
div
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Jul 4 2025, 8:39 AM (7 w, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3353319
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment