File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 < td > </ td > < td > </ td >
1717{% endif %}
1818< td > {{ doc.document.title|escape }} ({{ doc.document.intended_status|escape }})</ td > </ tr >
19- < tr > < td > </ td > < td > </ td > < td > < a href ="{{ doc.document.doclink }} "> {{ doc.document.displayname|safe }}</ a > </ td > </ tr >
19+ < tr > < td > </ td > < td > </ td > < td > < a href ="/doc/ {{ doc.document.filename }}/ "> {{ doc.document.displayname|safe }}</ a > </ td > </ tr >
2020{% if doc.primary_flag %}
2121< tr > < td > </ td > < td > Token:</ td > < td > < a href ="mailto:{{ doc.token_email|urlencode }} "> {{ doc.token_name }}</ a > </ td > </ tr >
2222{% if doc.note %}
Original file line number Diff line number Diff line change 1- {# Copyright The IETF Trust 2007, All Rights Reserved #}{% extends "base.html" %}
1+ {% extends "idrfc/base.html" %}
2+ {# Copyright The IETF Trust 2007, All Rights Reserved #}
23
3- {% block head %}{% if lastcall %}
4+ {% block pagehead %}{% if lastcall %}
45< link rel ="alternate " type ="application/atom+xml " href ="/feed/last-call/ ">
56{% endif %}{% endblock %}
67
78{% block title %}{{ title }}{% endblock %}
89
910{% block content %}
10- < center > < h1 > {{ title }}</ h1 > </ center >
11- < i > Generated {% now "M j, Y" %}< br >
12- {# no hit counter #}
13- </ i >
11+ < h1 > {{ title }}</ h1 >
1412
1513{% regroup object_list by cur_state_id as grouped %}
1614{% for state in grouped %}
2725{% endfor %}
2826</ table >
2927{% endfor %}
30-
31- < HR >
32- < b > < A href ="http://www.rfc-editor.org/queue.html "> RFC Editor Queue</ a > </ b >
33- < p >
34-
35-
36- <!-- begin new footer -->
37- < HR >
38-
39- < i > This page produced by the < A HREF ="mailto:iesg-secretary@ietf.org "> IETF Secretariat</ a >
40- for the < A HREF ="mailto:iesg@ietf.org "> IESG</ A > </ i >
41- < p >
42-
4328{% endblock %}
You can’t perform that action at this time.
0 commit comments