Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8322694
content-display.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
913 B
Subscribers
None
content-display.html
View Options
{% comment %}
Copyright (C) 2017-2018 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 %}
<
div
class
=
"swh-content"
>
{% if content_size > max_content_size %}
Content is too large to be displayed (size is greater than {{ max_content_size|filesizeformat }}).
{% elif "inode/x-empty" == mimetype %}
<
i
>
File is empty
</
i
>
{% elif "text/" in mimetype %}
<
div
class
=
"highlightjs"
>
<
pre
><
code
class
=
"{{ language }}"
>
{{ content }}
</
code
></
pre
>
</
div
>
{% elif "image/" in mimetype and content %}
<
img
src
=
"data:{{ mimetype }};base64,{{ content }}"
/>
{% else %}
Content with mime type {{ mimetype }} can not be displayed.
{% endif %}
</
div
>
<
script
>
swh
.
webapp
.
highlightCode
();
</
script
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Tue, Jun 3, 7:43 AM (2 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3298044
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment