Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344628
origin-save-common.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
origin-save-common.html
View Options
{% extends "layout.html" %}
{% comment %}
Copyright (C) 2018-2022 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 %}
{% load swh_templatetags %}
{% load render_bundle from webpack_loader %}
{% block header %}
{{ block.super }}
{% render_bundle 'save_code_now' %}
{% endblock %}
{% block title %} Save origin administration {% endblock %}
{% block navbar-content %}
<
h4
>
Save origin administration
</
h4
>
{% endblock %}
{% block content %}
<
ul
class
=
"nav nav-tabs"
style
=
"padding-left: 5px;"
>
<
li
class
=
"nav-item"
><
a
class
=
"nav-link {% if request.resolver_match.view_name == 'admin-origin-save-requests' %}active{% endif %}"
href
=
"{% url 'admin-origin-save-requests' %}"
id
=
"swh-origin-save-requests-nav-item"
>
Submitted save origin requests
</
a
></
li
>
<
li
class
=
"nav-item"
><
a
class
=
"nav-link {% if request.resolver_match.view_name == 'admin-origin-save-filters' %}active{% endif %}"
href
=
"{% url 'admin-origin-save-filters' %}"
id
=
"swh-origin-save-url-filters-nav-item"
>
Origin urls filtering
</
a
></
li
>
</
ul
>
<
div
class
=
"tab-content"
>
{% block tab_content %}
{% endblock %}
</
div
>
<
script
>
swh
.
webapp
.
initPage
(
'origin-save-admin'
);
swh
.
save_code_now
.
initOriginSaveAdmin
();
</
script
>
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Jul 4, 2:38 PM (4 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239217
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment