File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656{% ifequal doc.draft_status "Active" %}
5757< tr > < td > Other versions:</ td > < td >
58- < a href ="http://www.ietf.org/internet-drafts/{{doc.draft_name_and_revision}}.txt " target ="_blank "> plain text</ a >
58+ < a href ="http://www.ietf.org/internet-drafts/{{doc.draft_name_and_revision}}.txt " target ="_blank "> plain text</ a > ,
5959{% for ext in doc.file_types %}
6060{% ifnotequal ext ".txt" %}
61- < a href ="http://www.ietf.org/internet-drafts/{{doc.draft_name_and_revision}}{{ext}} " target ="_blank "> {{ext|cut:"."}}</ a >
61+ < a href ="http://www.ietf.org/internet-drafts/{{doc.draft_name_and_revision}}{{ext}} " target ="_blank "> {{ext|cut:"."}}</ a > ,
6262{% endifnotequal %}
6363{% endfor %}
6464{% if not info.has_pdf %}
65- < a href ="http://tools.ietf.org/pdf/{{doc.draft_name_and_revision}}.pdf " target ="_blank "> pdf</ a >
65+ < a href ="http://tools.ietf.org/pdf/{{doc.draft_name_and_revision}}.pdf " target ="_blank "> pdf</ a > ,
6666{% endif %}
67+ < a href ="http://tools.ietf.org/html/{{doc.draft_name_and_revision}} " target ="_blank "> html</ a >
6768</ td > </ tr >
6869{% endifequal %}
6970
Original file line number Diff line number Diff line change 5151{% if doc.ietf_process.telechat_date %}< br /> On agenda of {{ doc.ietf_process.telechat_date }} IESG telechat {% if doc.ietf_process.telechat_returning_item %} (returning item){%endif%}{%endif%}
5252</ td > </ tr > {% endif %}
5353< tr > < td > Published:</ td > < td > {{ doc.publication_date|default:"(data missing)" }}</ td > </ tr >
54-
54+ < tr > < td > Other versions:</ td > < td >
55+ < a href ="http://www.ietf.org/rfc/rfc{{doc.rfc_number}}.txt " target ="_blank "> plain text</ a > ,
56+ < a href ="http://www.rfc-editor.org/rfc/pdfrfc/rfc{{doc.rfc_number}}.txt.pdf " target ="_blank "> pdf</ a > ,
57+ < a href ="http://tools.ietf.org/html/rfc{{doc.rfc_number}} " target ="_blank "> html</ a >
58+ </ td > </ tr >
5559</ table > <!-- metatable -->
5660{% endblock %}{# doc_meta #}
5761
You can’t perform that action at this time.
0 commit comments