Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344133
directory.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
directory.html
View Options
{% extends "layout.html" %}
{% block title %}Directory browse{% endblock %}
{% block content %}
{% include "includes/top-navigation.html" %}
<
div
class
=
"table-responsive"
>
<
table
class
=
"table"
>
<
thead
>
<
tr
>
<
th
>
File
</
th
>
<
th
>
Mode
</
th
>
<
th
>
Size
</
th
>
<
th
>
Sha1 git
</
th
>
</
tr
>
</
thead
>
<
tbody
>
{% for d in dirs %}
<
tr
>
<
td
class
=
"swh-directory"
>
<
i
class
=
"fa fa-folder fa-fw"
aria-hidden
=
"true"
></
i
>
<
a
href
=
"{{ d.url }}"
>
{{ d.name }}
</
a
>
</
td
>
<
td
>
{{ d.perms }}
</
td
>
<
td
></
td
>
<
td
>
{{ d.target }}
</
td
>
</
tr
>
{% endfor %}
{% for f in files %}
<
tr
>
<
td
class
=
"swh-content"
>
<
i
class
=
"fa fa-file-text fa-fw"
aria-hidden
=
"true"
></
i
>
<
a
href
=
"{{ f.url }}"
>
{{ f.name }}
</
a
>
</
td
>
<
td
>
{{ f.perms }}
</
td
>
<
td
>
{{ f.length }}
</
td
>
<
td
>
{{ f.target }}
</
td
>
</
tr
>
{% endfor %}
</
tbody
>
</
table
>
</
div
>
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Jul 4, 2:08 PM (22 h, 35 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3297117
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment