bootstrap3 -> django_bootstrap5

Only load the module, no other changes yet.
 - Legacy-Id: 19586
This commit is contained in:
Lars Eggert 2021-11-09 14:09:28 +00:00
parent 50cec76a61
commit df2565096d
214 changed files with 358 additions and 359 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block content %}
<h1>Template: {{ template }}</h1>

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block content %}
<h1>Template: {{ template }}</h1>

View file

@ -494,7 +494,7 @@ def consensus(doc):
@register.filter
def pos_to_label(text):
"""Return a valid Bootstrap3 label type for a ballot position."""
"""Return a valid Bootstrap label type for a ballot position."""
return {
'Yes': 'success',
'No Objection': 'pass',

View file

@ -1,5 +1,5 @@
{% extends "meetings/base_rooms_times.html" %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block subsection %}

View file

@ -1,5 +1,5 @@
{% extends "meetings/base_rooms_times.html" %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block subsection %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load static %}
{% load misc_filters %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Subscription to {{ clist.long_name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}{% origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Track document {{ name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}{% origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Remove tracking of document {{ name }}{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}{{ clist.long_name }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Add comment for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Add document to session{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}
{% block title %}Approval announcement writeup for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Approve ballot for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2019, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Approve downward references for {{ doc }}{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Clear ballot for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Defer ballot for {{ doc }}{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change position for {{ balloter.plain_name }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2019, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Issue ballot for {{ doc }}?{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2019, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Close ballot for {{ doc }}?{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}
{% block title %}Last call text for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}RFC Editor Note for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Undefer ballot for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Ballot writeup and notes for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2021, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change editors for {{doc.name}}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2021, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change responsible leadership for {{doc.name}}{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2021, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Start a new BOF Request{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2021, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Upload new revision: {{doc.name}}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change shepherding AD for {{titletext}}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change document shepherd for {{ doc.name }}-{{ doc.rev }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change the document shepherd email for {{ doc.name }}-{{ doc.rev }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change state for {{doc.title}}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change title for {{ doc.title }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}
{% block title %}{{ charter.chartered_group.type.name }} action announcement writeup for {{ charter.chartered_group.acronym }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Approve {{ charter.canonical_name }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Ballot writeup and notes for {{ charter.chartered_group }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}
Change responsible AD for {{ charter.canonical_name }}-{{ charter.rev }}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}{{ title }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}{{ title }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}
{% block title %}WG Review announcement }} announcement writeup for {{ charter.chartered_group.acronym }}{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load textfilters %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Approve {{ review.canonical_name }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}
Edit conflict review for {{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2017, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters static %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2017, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load static %}
{% block title %}{{ title }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2019, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Add IANA Experts Review State comment for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Manage Document Adoption of {{ doc }} in Group{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change shepherding AD for {{ doc.name }}-{{ doc.rev }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change consensus for {{ doc.name }}-{{ doc.rev }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change IANA state for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change intended status for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change documents replaced by {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}
Edit shepherd writeup for {{ doc.canonical_name }}-{{ doc.rev }}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change state for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change stream for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change {{ state_type.label }} for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Edit IESG note for {{ doc.name }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}
{% block title %}Edit info for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Make last call for {{ doc.name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block morecss %}
.center-button-text { text-align: center;}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Request publication for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Request resurrection for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Resurrect {{ doc }}{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Review suggestions for documents that {{ doc }} replaces{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2020, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}
Edit action holders for {{ titletext }}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2021, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block pagehead %}
<link rel="stylesheet" href="{% static 'select2/select2.css' %}">

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}
{{ title }} {{ doc.canonical_name }}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}
Edit notification addresses for {{titletext}}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Change revision for session{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Set telechat date for {{ doc.name }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}
{% if action == "new" or action == "revise" %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2020, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load person_filters %}
{% block title %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Remove {{doc}} from session{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Assign reviewer for {{ review_req.doc.name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Close review request for {{ review_req.doc.name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}{% if revising_review %}Revise{% elif assignment %}Complete{% else %}Submit unsolicited{% endif %} review of {{ doc.name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Edit review request comment for {{ review_req.doc.name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block pagehead %}
<link rel="stylesheet" href="{% static 'bootstrap-datepicker/css/bootstrap-datepicker3.min.css' %}">

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2019, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Mark review assignment for {{ assignment.review_request.doc.name }} as No Response{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Reject review assignment for {{ review_req.doc.name }}{% endblock %}

View file

@ -1,4 +1,4 @@
{# Copyright The IETF Trust 2017, All Rights Reserved #}{% load origin bootstrap3 %}{% origin %}
{# Copyright The IETF Trust 2017, All Rights Reserved #}{% load origin django_bootstrap5 %}{% origin %}
{% load person_filters %}
<table class="table table-condensed">
<tbody class="meta">

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block pagehead %}
{{ form.media.css }}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Review request for {{ review_req.doc.name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Add {{ doc.name }} to your review wishes{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Remove {{ doc.name }} from your review wishes{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2016, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Submit an unsolicited review of {{ review_req.doc.name }}{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2019, All Rights Reserved #}
{% load origin bootstrap3 static %}
{% load origin django_bootstrap5 static %}
{% block title %}Withdraw review assignment for {{ assignment.review_request.doc.name }}{% endblock %}

View file

@ -1,152 +1,151 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load widget_tweaks %}
{% load ietf_filters %}
{% load django_bootstrap5 %}
{% bootstrap_form form layout="horizontal" %}
<form id="search_form" class="form-horizontal" action="{% url 'ietf.doc.views_search.search' %}">
<div class="input-group search_field">
{{ form.name|add_class:"form-control"|attr:"placeholder:Document name/title/RFC number" }}
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">
<span class="fa fa-search"></span>
Search
</button>
</span>
</div>
{{ form.sort }} {# hidden field #}
<div class="container-fluid text-center nav body-nav" >
<p>
<a href="https://www.ietf.org/search">Search page for www.ietf.org website</a>
&nbsp;|&nbsp;
<a href="https://mailarchive.ietf.org">Search page for IETF mail list archives</a>
</p>
</div>
<div class="panel-group" id="accordion1">
<div class="panel panel-default">
<div class="panel-heading">
<p class="panel-title toggle_advanced">
<a data-toggle="collapse" data-parent="#accordion1" href="#searchcollapse">
<span class="fa fa-caret-down"></span> Additional search criteria
</a>
</p>
</div>
<div id="searchcollapse" class="panel-collapse collapse visible-nojs">
<div class="panel-body">
<div class="form-group">
<div class="col-sm-4">
<label class="control-label">Document Type</label>
</div>
<div class="col-sm-8 search_field">
<div class="checkbox">
<label class="control-label" for="id_rfcs">{{ form.rfcs }} RFC</label>
</div>
<div class="checkbox">
<label class="control-label" for="id_activedrafts">{{ form.activedrafts }} Internet-Draft (active)</label>
</div>
<div class="checkbox">
<label class="control-label" for="id_olddrafts">{{ form.olddrafts }} Internet-Draft (expired, replaced or withdrawn)</label>
</div>
{% for value, label in form.fields.doctypes.choices %}
<div class="checkbox">
<label class="control-label" for="id_doctypes_{{ value }}">
<input type="checkbox" class="advdoctype" {% if value in form.doctypes.value %}checked{% endif %} name="doctypes" value="{{ value }}" id="id_doctypes_{{ value }}"/>{{ label|safe|capfirst_allcaps}}
</label>
</div>
{% endfor %}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="author" {% if form.by.value == "author" %}checked{% endif %} id="author"/>
<label for="author" class="control-label">Author Name or Affiliation</label>
</div>
<div class="col-sm-8">
{{ form.author|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="group" {% if form.by.value == "group" %}checked{% endif %} id="group"/>
<label for="group" class="control-label">WG</label>
</div>
<div class="col-sm-8">
{{ form.group|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="area" {% if form.by.value == "area" %}checked{% endif %} id="area"/>
<label for="area" class="control-label">Area</label>
</div>
<div class="col-sm-8">
{{ form.area|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="ad" {% if form.by.value == "ad" %}checked{% endif %} id="areadir"/>
<label for="areadir" class="control-label">AD</label>
</div>
<div class="col-sm-8">
{{ form.ad|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="state" {% if form.by.value == "state" %}checked{% endif %} id="state"/>
<label for="state" class="control-label">IESG State</label>
</div>
<div class="col-sm-4">
{{ form.state|add_class:"form-control col-sm-4" }}
</div>
<div class="col-sm-4">
{{ form.substate|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="irtfstate" {% if form.by.value == "irtfstate" %}checked{% endif %} id="irtfstate"/>
<label for="irtfstate" class="control-label">IRTF State</label>
</div>
<div class="col-sm-8">
{{ form.irtfstate|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="stream" {% if form.by.value == "stream" %}checked{% endif %} id="stream"/>
<label for="stream" class="control-label">Stream</label>
</div>
<div class="col-sm-4">
{{ form.stream|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-md-offset-4 col-sm-4">
<button class="btn btn-default btn-block" type="reset">Clear</button>
</div>
<div class="col-sm-4">
<button class="btn btn-primary btn-block" type="submit">
<span class="fa fa-search"></span>
Search
</button>
</div>
</div>
</div>
</div>
<div class="input-group search_field">
{{ form.name|add_class:"form-control"|attr:"placeholder:Document name/title/RFC number" }}
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">
<span class="fa fa-search"></span>
Search
</button>
</span>
</div>
{{ form.sort }} {# hidden field #}
<p class="text-center">
<a href="https://www.ietf.org/search">Search page for www.ietf.org website</a>
&nbsp;|&nbsp;
<a href="https://mailarchive.ietf.org">Search page for IETF mail list archives</a>
</p>
<div class="accordion" id="accordion1">
<div class="accordion-item">
<div class="accordion-header">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-parent="#accordion1" href="#searchcollapse">
Additional search criteria
</button>
</div>
<div id="searchcollapse" class="accordion-collapse collapse visible-nojs">
<div class="accordion-body">
<div class="form-group">
<div class="col-sm-4">
<label class="control-label">Document Type</label>
</div>
<div class="col-sm-8 search_field">
<div class="checkbox">
<label class="control-label" for="id_rfcs">{{ form.rfcs }} RFC</label>
</div>
<div class="checkbox">
<label class="control-label" for="id_activedrafts">{{ form.activedrafts }} Internet-Draft (active)</label>
</div>
<div class="checkbox">
<label class="control-label" for="id_olddrafts">{{ form.olddrafts }} Internet-Draft (expired, replaced or withdrawn)</label>
</div>
{% for value, label in form.fields.doctypes.choices %}
<div class="checkbox">
<label class="control-label" for="id_doctypes_{{ value }}">
<input type="checkbox" class="advdoctype" {% if value in form.doctypes.value %}checked{% endif %} name="doctypes" value="{{ value }}" id="id_doctypes_{{ value }}" />{{ label|safe|capfirst_allcaps}}
</label>
</div>
{% endfor %}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="author" {% if form.by.value == "author" %}checked{% endif %} id="author" />
<label for="author" class="control-label">Author Name or Affiliation</label>
</div>
<div class="col-sm-8">
{{ form.author|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="group" {% if form.by.value == "group" %}checked{% endif %} id="group" />
<label for="group" class="control-label">WG</label>
</div>
<div class="col-sm-8">
{{ form.group|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="area" {% if form.by.value == "area" %}checked{% endif %} id="area" />
<label for="area" class="control-label">Area</label>
</div>
<div class="col-sm-8">
{{ form.area|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="ad" {% if form.by.value == "ad" %}checked{% endif %} id="areadir" />
<label for="areadir" class="control-label">AD</label>
</div>
<div class="col-sm-8">
{{ form.ad|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="state" {% if form.by.value == "state" %}checked{% endif %} id="state" />
<label for="state" class="control-label">IESG State</label>
</div>
<div class="col-sm-4">
{{ form.state|add_class:"form-control col-sm-4" }}
</div>
<div class="col-sm-4">
{{ form.substate|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="irtfstate" {% if form.by.value == "irtfstate" %}checked{% endif %} id="irtfstate" />
<label for="irtfstate" class="control-label">IRTF State</label>
</div>
<div class="col-sm-8">
{{ form.irtfstate|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-sm-4">
<input type="radio" name="by" value="stream" {% if form.by.value == "stream" %}checked{% endif %} id="stream" />
<label for="stream" class="control-label">Stream</label>
</div>
<div class="col-sm-4">
{{ form.stream|add_class:"form-control" }}
</div>
</div>
<div class="form-group search_field">
<div class="col-md-offset-4 col-sm-4">
<button class="btn btn-default btn-block" type="reset">Clear</button>
</div>
<div class="col-sm-4">
<button class="btn btn-primary btn-block" type="submit">
<span class="fa fa-search"></span>
Search
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Approve {{doc.canonical_name }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Edit RFCs affected by status change{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}
{% block title %}Last call text for {{ doc }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block pagehead %}
<link rel="stylesheet" href="{% static 'bootstrap-datepicker/css/bootstrap-datepicker3.min.css' %}">

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Begin RFC status change review{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Edit status change text for {{doc.title}}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}
Publication request for {{doc.name}}-{{doc.rev}}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}{{ title|striptags }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% block title %}Add comment for {{ group }}{% endblock %}

View file

@ -2,7 +2,7 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% load bootstrap3 %}
{% load django_bootstrap5 %}
{% load ietf_filters %}
{% load textfilters %}

Some files were not shown because too many files have changed in this diff Show more