Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9341461
release.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
release.html
View Options
{% extends "layout.html" %}
{% block title %}Release{% endblock %}
{% block content %}
{% if message is not none %}
{{ message }}
{% endif %}
{% if release is not none %}
<
div
>
{% for key in release.keys() %}
{% if key not in ['author', 'target_url', 'message', 'target', 'target_type', 'decoding_failures'] and release[key] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
{{ key }}
</
div
>
<
div
class
=
"col-md-6"
>
{{ release[key] }}
</
div
>
</
div
>
{% endif %}
{% endfor %}
{% if release['author'] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
author
</
div
>
<
div
class
=
"col-md-6"
>
{{ release['author']['name'] }} - {{ release['author']['email'] }}
{% if 'decoding_failures' in release['author'] %}(some decoding errors){% endif %}
</
div
>
</
div
>
{% endif %}
</
div
>
{% if release['target_url'] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
{{ release['target_type'] }}
</
div
>
<
div
class
=
"col-md-6"
><
a
href
=
"{{ release['target_url'] }}"
>
{{ release['target_url'] }}
</
a
></
div
>
</
div
>
{% endif %}
{% if 'decoding_failures' in release %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-10"
>
(some decoding errors)
</
div
>
</
div
>
{% endif %}
</
div
>
{% endif %}
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Jul 4, 12:03 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3294126
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment