Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8322755
directory.html
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
367 B
Subscribers
None
directory.html
View Options
{% extends "layout.html" %}
{% block title %}Browse directory{% endblock %}
{% block content %}
{{ message }}
{% if ls is not none %}
{% for e in files %}
<
div
>
<
p
>
<
a
class
=
"link{{e.type}}"
href
=
"{{e.target_url}}"
>
{{ e.name }}
</
a
>
{% if 'decoding_failures' in e %}(some decoding errors){% endif %}
</
p
>
</
div
>
{% endfor %}
{% endif %}
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 3, 7:44 AM (12 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3314826
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment