Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate.

- Legacy-Id: 9551
This commit is contained in:
Henrik Levkowetz 2015-04-24 20:40:01 +00:00
parent 09f3f51c77
commit ec0321e0da
272 changed files with 776 additions and 98 deletions

View file

@ -1,7 +1,10 @@
{% extends "admin/change_form.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load i18n %}
{% block object-tools %}
{% origin %}
{% if change %}{% if not is_popup %}
<ul class="object-tools">
{% if original.type_id == "sdo" %}

View file

@ -1,8 +1,11 @@
{% extends "admin/change_list.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load i18n %}
{% block object-tools %}
{% origin %}
{% if has_add_permission %}
<ul class="object-tools">
<li><a href="reminder/">SDO Authorized List Reminder</a></li>

View file

@ -1,4 +1,6 @@
{% extends "admin/base_site.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load i18n admin_modify %}
@ -16,6 +18,7 @@
{% endif %}{% endblock %}
{% block content %}
{% origin %}
<div id="content-main">
<h1>Send a reminder to {% if sdo %}{{ sdo }} SDO Liaison Manager{% else %}all SDO Liaison Managers{% endif %}</h1>

View file

@ -1,4 +1,6 @@
<!DOCTYPE html> {% load ietf_filters %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}{% origin %}
<html lang="en">
<head>
<meta charset="utf-8">
@ -38,7 +40,7 @@
</head>
<body {% block bodyAttrs %}{%endblock%} data-group-menu-data-url="{% url "group_menu_data" %}">
{% with server_mode="production" %}
{% with debug_server_mode="production" %}
<nav class="navbar {% if server_mode and server_mode == "production" %}navbar-inverse{% else %}navbar-default{% endif %} navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
@ -165,6 +167,7 @@
<script src="/js/lib/bootstrap.min.js"></script>
<script src="/js/ietf.js"></script>
{% block js %}{% endblock %}
{% include "debug.html" %}
</body>
</html>

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load ietf_filters community_tags wg_menu streams_menu %}
{% if flavor != "top" %}

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load ietf_filters %}
<li {% if flavor == "top" %}class="dropdown"{% else %}class="nav-header"{% endif %}>

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% for p in parents %}
<li class="hidden-nojs dropdown-submenu group-menu group-parent-{{ p.id }}">
<a href="{{ p.menu_url }}">{{ p.short_name }}</a>

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
<div class="table-responsive">
{% spaceless %}
<table class="table table-condensed">

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load ietf_filters %}
{% if editable_streams %}
<li class="sect">Streams</li>

View file

@ -1,3 +1,5 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}{% origin %}
{% load bootstrap3 %}
{% bootstrap_messages %}

View file

@ -1 +1,2 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
<span class="displayField displayField-{{ field.codename }}">{{ value|safe }}</span>

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load future %}
{% load bootstrap3 %}
@ -6,6 +8,7 @@
{% block title %}{{ cl.long_name }}{% endblock %}
{% block content %}
{% origin %}
<h1>{{ cl.long_name }}</h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Subscribe to {{ cl.long_name }}{% endblock %}
{% block content %}
{% origin %}
{% if success %}
<h1>Subscription successful</h1>

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Subscription to {{ cl.long_name }}{% endblock %}
{% block content %}
{% origin %}
<h1>Subscription to {{ cl.long_name }}</h1>
<p>Your email address {{ email }} has been successfully subscribed to {{ cl.long_name }}.</p>

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Cancel subscription to {{ cl.long_name }}{% endblock %}
{% block content %}
{% origin %}
{% if success %}
<h1>Cancellation successful</h1>

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Cancelled subscription to {{ cl.long_name }}{% endblock %}
{% block content %}
{% origin %}
<h1>Cancelled subscription to {{ cl.long_name }}</h1>
<p>

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block pagehead %}
<link rel="alternate" type="application/atom+xml" title="Changes on {{ cl.long_name }}" href="../changes/feed/" />
@ -8,6 +10,7 @@
{% block title %}{{ cl.long_name }}{% endblock %}
{% block content %}
{% origin %}
<h1>{{ cl.long_name }}</h1>
<p>
Subscribe to notification email lists:

View file

@ -1,4 +1,5 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}{% origin %}
{% load community_tags %}
{% load future %}

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}{% origin %}
{% load community_tags %}
{% get_clist_view cl %}

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}User settings{% endblock %}
{% block content %}
{% origin %}
<h1>User settings</h1>

View file

@ -1,4 +1,5 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}{% origin %}
{% if debug %}
{% load ietf_filters %}
{% load future %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Add comment for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Add comment<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load ietf_filters %}
@ -6,6 +8,7 @@
{% block title %}Approval announcement writeup for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Approval announcement writeup<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Approve ballot for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Approve ballot<br><small>{{ doc }}</small></h1>
<form role="form" method="post">

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Ballot issued for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Ballot issued<br><small>{{ doc }}</small></h1>
<p>Ballot has been sent out.</p>

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Clear ballot for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Clear ballot<br><small>{{ doc }}</small></h1>
<form role="form" method="post">

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Defer ballot for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Defer ballot<br><small>{{ doc }}</small></h1>
<form role="form" method="post">

View file

@ -1,10 +1,12 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change position for {{ ad.plain_name }} on {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change position for {{ ad.plain_name }}<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load ietf_filters %}
@ -6,6 +8,7 @@
{% block title %}Last call text for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Last call text<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -7,6 +9,7 @@
{% block title %}Send ballot position for {{ ad }}{% endblock %}
{% block content %}
{% origin %}
<h1>Send ballot position for {{ ad }}</h1>
<form role="form" method="post">

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Undefer ballot for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Undefer ballot<br><small>{{ doc }}</small></h1>
<form role="form" class="undefer" method="post">

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Ballot writeup and notes for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Ballot writeup and notes<br><small>{{ doc }}</small></h1>

View file

@ -1,5 +1,5 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load ietf_filters %}
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">&times;</span>

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change shepherding AD for {{titletext}}{% endblock %}
{% block content %}
{% origin %}
<h1>Change shepherding AD<br><small>{{titletext}}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -10,6 +12,7 @@
{% endblock %}
{% block content %}
{% origin %}
<h1>Change document shepherd<br><small>{{ doc.name }}-{{ doc.rev }}</small></h1>
<p>The shepherd needs to have a Datatracker account. A new account can be

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change the document shepherd email for {{ doc.name }}-{{ doc.rev }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change the document shepherd email<br><small>{{ doc.name }}-{{ doc.rev }}</small></h1>
<form role="form" method="post">

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change state for {{doc.title}}{% endblock %}
{% block content %}
{% origin %}
<h1>Change state<br><small>{{doc.title}}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change title for {{ doc.title }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change title<br><small>{{ titletext }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load ietf_filters %}
@ -6,6 +8,7 @@
{% block title %}WG {{ announcement }} announcement writeup for {{ charter.chartered_group.acronym }}{% endblock %}
{% block content %}
{% origin %}
<h1>WG {{ announcement }} announcement writeup<br><small>{{ charter.chartered_group.acronym }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Approve {{ charter.canonical_name }}{% endblock %}
{% block content %}
{% origin %}
<h1>Approve {{ charter.canonical_name }}-{{ charter.rev }}</h1>
<form role="form" method="post">

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Ballot for {{ doc.name }} issued{% endblock %}
{% block content %}
{% origin %}
<h1>Ballot for {{ doc.name }} issued</h1>
<p>Ballot has been sent out.</p>

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Ballot writeup and notes for {{ charter.chartered_group }}{% endblock %}
{% block content %}
{% origin %}
<h1>Ballot writeup and notes<br><small>{{ charter.chartered_group }}</small></h1>

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -7,6 +9,7 @@
{% endblock %}
{% block content %}
{% origin %}
<h1>Change responsible AD<br><small>{{ charter.canonical_name }}-{{ charter.rev }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
{% origin %}
<h1>{{ title }}</h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
{% origin %}
<h1>{{ title }}</h1>
<form role="form" class="change-title" method="post">

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -7,6 +9,7 @@
{% endblock %}
{% block content %}
{% origin %}
<h1>Charter submission<br><small>{{ group.acronym }} {{ group.type.name }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Approve {{ review.canonical_name }}{% endblock %}
{% block content %}
{% origin %}
<h1>Approve {{ review.canonical_name }}</h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -7,6 +9,7 @@
{% block title %}Begin IETF conflict review for {{doc_to_review.canonical_name}}-{{doc_to_review.rev}}{% endblock %}
{% block content %}
{% origin %}
<h1>Begin IETF conflict review<br><small>{{doc_to_review.canonical_name}}-{{doc_to_review.rev}}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -7,6 +9,7 @@
{% endblock %}
{% block content %}
{% origin %}
<h1>Edit conflict review<br><small>{{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% block title %}Ballot for {{ doc.name }}-{{ doc.rev }}{% endblock %}
{% block content %}
{% origin %}
{{ top|safe }}
{{ ballot_content|safe }}
{% endblock content %}

View file

@ -1,5 +1,5 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load ietf_filters %}
<div class="row">
<div class="col-md-2 hidden-sm hidden-xs">
{% for n, positions in position_groups %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
@ -9,6 +11,7 @@
{% block title %}{{ doc.title }}{% endblock %}
{% block content %}
{% origin %}
{{ top|safe }}
{% include "doc/revisions_list.html" %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% block title %}{{ doc.title }}{% endblock %}
{% block content %}
{% origin %}
{{ top|safe }}
{% include "doc/revisions_list.html" %}
@ -65,7 +68,7 @@
</tr>
</tbody>
</tbody>
<tbody>
<tr>
<th rowspan="{{table_rows.iesg}}">IESG</th>
</tr>

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
@ -16,6 +18,7 @@
{% endblock %}
{% block content %}
{% origin %}
{{ top|safe }}
{% include "doc/revisions_list.html" %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% load future %}
@ -13,6 +15,7 @@
{% endblock %}
{% block content %}
{% origin %}
{{ top|safe }}
{% if diff_revisions and diff_revisions|length > 1 %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% block title %}{{ doc.title }}{% endblock %}
{% block content %}
{% origin %}
{{ top|safe }}
{% include "doc/revisions_list.html" %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}
References to {{alias_name}}
{% endblock %}
{% block content %}
{% origin %}
<h1>References to {{alias_name}}</h1>
<p class="alert alert-info">

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}
References from {{doc.canonical_name}}
{% endblock %}
{% block content %}
{% origin %}
<h1>References from {{doc.canonical_name}}</h1>
<p class="alert alert-info">

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% block title %}{{ doc.title }}{% endblock %}
{% block content %}
{% origin %}
{{ top|safe }}
{% include "doc/revisions_list.html" %}

View file

@ -1,5 +1,5 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load ietf_filters %}
<h1>{{ doc.title }}<br><small>{{ name }}</small></h1>
<ul class="nav nav-tabs" role="tablist">

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% block title %}Writeups for {{ doc.name }}-{{ doc.rev }}{% endblock %}
{% block content %}
{% origin %}
{{ top|safe }}
{% for title, subtitle, writeups in sections %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Manage Document Adoption of {{ doc }} in Group{% endblock %}
{% block content %}
{% origin %}
<h1>Manage Document Adoption of {{ doc }} in Group</h1>
<p class="alert alert-info">You can begin managing the group state of this draft.</p>

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change shepherding AD for {{ doc.name }}-{{ doc.rev }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change shepherding AD<br><small>{{ doc.name }}-{{ doc.rev }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change consensus for {{ doc.name }}-{{ doc.rev }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change consensus<br><small>{{ doc.name }}-{{ doc.rev }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change IANA state for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change IANA state<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change intended status for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change intended status<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -12,6 +14,7 @@
{% endblock %}
{% block content %}
{% origin %}
<h1>Change documents replaced by<br><small>{{ doc }}</small></h1>
<form role="form" method="post">

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -7,6 +9,7 @@
{% endblock %}
{% block content %}
{% origin %}
<h1>Edit shepherd writeup<br><small>{{ doc.canonical_name }}-{{ doc.rev }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change state for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change state<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Change stream for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Change stream<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -6,6 +8,7 @@
{% block content %}
{% origin %}
<h1>Change {{ state_type.label }}<br><small>{{ doc }}</small></h1>
{% if next_states %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Edit IESG note for {{ doc.name }}{% endblock %}
{% block content %}
{% origin %}
<h1>Edit IESG note<br><small>{{ doc.name }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% load ietf_filters %}
@ -6,6 +8,7 @@
{% block title %}Edit info for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Edit info<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Last call requested{% endblock %}
{% block content %}
{% origin %}
<h1>Last call requested</h1>
<p>Your request to issue the <i>last call</i> has been submitted to the secretariat.</p>

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Make last call for {{ doc.name }}{% endblock %}
{% block content %}
{% origin %}
<h1>Make last call<br><small>{{ doc.name }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Request publication for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Request publication<br><small>{{ doc }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Request resurrection for {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Request resurrection<br><small>{{ doc }}</small></h1>
<p>Request resurrection of the Internet-Draft {{ doc.file_tag }}?</p>

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Resurrect {{ doc }}{% endblock %}
{% block content %}
{% origin %}
<h1>Resurrect<br><small>{{ doc }}</small></h1>

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Posting approved I-D to RFC Editor failed{% endblock %}
{% block content %}
{% origin %}
<h1>Posting approved I-D to RFC Editor failed</h1>
<p>Sorry, when trying to notify the RFC Editor through HTTP, we hit an

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Documents for {{ ad_name }}{% endblock %}
{% block content %}
{% origin %}
<h1>Documents for {{ ad_name }}</h1>
{% include "doc/search/search_results.html" %}
{% endblock %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
@ -11,6 +13,7 @@
{% block title %}{{ title }}{% endblock %}
{% block content %}
{% origin %}
<h1>{{ title }}</h1>
<table class="table table-condensed table-striped">

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Internet-Drafts in IETF last call{% endblock %}
{% block content %}
{% origin %}
<h1>Internet-Drafts in IETF last call</h1>
{% include "doc/search/search_results.html" %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
@ -7,6 +9,7 @@
{% endblock %}
{% block content %}
{% origin %}
<h1>Edit notification addresses<br><small>{{titletext}}</small></h1>
{% bootstrap_messages %}

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Set telechat date for {{ doc.name }}{% endblock %}
{% block content %}
{% origin %}
<h1>Set telechat date<br><small>{{ doc.name }}</small></h1>
{% bootstrap_messages %}

View file

@ -1,4 +1,6 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block morecss %}
td.aliasname { white-space:nowrap;}
@ -7,6 +9,7 @@ td.aliasname { white-space:nowrap;}
{% block title %}Document email aliases{% if doc %} for {{doc.name}}{% endif %}{% endblock %}
{% block content %}
{% origin %}
<h1>Document email aliases{% if doc %} for {{doc.name}}{% endif %}</h1>
{% regroup aliases|dictsort:"doc_name" by doc_name as alias_list %}
<table class="ietf-table">

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}IETF Datatracker{% if server_mode != "production" %} -- Development Mode{% endif %}{% endblock %}
{% block content %}
{% origin %}
<div class="row">
<div class="col-md-12">
<div class="text-center padded">

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Active Internet-Drafts{% endblock %}
{% block content %}
{% origin %}
<h1>Active Internet-Drafts</h1>
<p>This page lists all active Internet-Drafts, grouped by responsible

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Index of all Internet-Drafts and RFCs{% endblock %}
{% block content %}
{% origin %}
<h1>Index of all Internet-Drafts and RFCs</h1>
<p>This page lists all Internet-Drafts and RFCs. The main purpose of

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load ietf_filters %}
{% block title %}Upload Material for group {{ group.name }} ({{ group.acronym }}){% endblock %}
{% block content %}
{% origin %}
<h1>Upload Material<br><small>{{ group.name }} ({{ group.acronym }})</small></h1>
<p>Select what kind of material you wish to upload:</p>

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}{% if action == "new" or action == "revise" %}Upload{% else %}Edit{% endif %} {{ document_type.name }} for group {{ group.name }} ({{ group.acronym }}){% endblock %}
{% block content %}
{% origin %}
<h1>{% if action == "new" or action == "revise" %}Upload{% else %}Edit{% endif %} {{ document_type.name }}<br><small>{{ group.name }} ({{ group.acronym }})</small></h1>

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load bootstrap3 %}
{% block title %}Edit Upcoming Presentations{% endblock %}
{% block content %}
{% origin %}
<h1>Edit Upcoming Presentations<br><small>{{doc.title}}<br>{{doc.name}}<br>at {{session}}</small></h1>
<form role="form" method="post">

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Upcoming Presentations{% endblock %}
{% block content %}
{% origin %}
<h1>Upcoming Presentations<br><small>{{doc.title}}<br>{{doc.name}}</small></h1>
<ul>

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Document relationships{% endblock %}
{% block content %}
{% origin %}
<h1>Document relationships</h1>
<table class="table table-condensed table-striped">

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
<ul class="pagination revlist">
<li class="disabled"><a><b>Versions</b></a></li>
{% for rev in revisions %}

View file

@ -1,8 +1,11 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Document Search{% endblock %}
{% block content %}
{% origin %}
<h1>Document Search</h1>
{% include "doc/search/search_form.html" %}

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load widget_tweaks %}
{% load ietf_filters %}

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load widget_tweaks %}
{% load ietf_filters %}

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load ietf_filters %}
{% if not docs and not skip_no_matches_warning %}

View file

@ -1,3 +1,4 @@
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
{% load ietf_filters ballot_icon %}
<td class="status">

View file

@ -1,10 +1,13 @@
{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}
Shepherd writeup for {{ doc.canonical_name }}-{{ doc.rev }}
{% endblock %}
{% block content %}
{% origin %}
<h1>Shepherd writeup<br><small>{{ doc.canonical_name }}-{{ doc.rev }}</small></h1>
<pre>{{writeup}}</pre>

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