|
55 | 55 |
|
56 | 56 | {% ifequal doc.draft_status "Active" %} |
57 | 57 | <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">plain text</a>, |
59 | 59 | {% for ext in doc.file_types %} |
60 | 60 | {% 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}}">{{ext|cut:"."}}</a>, |
62 | 62 | {% endifnotequal %} |
63 | 63 | {% endfor %} |
64 | 64 | {% 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">pdf</a>, |
66 | 66 | {% endif %} |
67 | | -<a href="http://tools.ietf.org/html/{{doc.draft_name_and_revision}}" target="_blank">html</a> |
| 67 | +<a href="http://tools.ietf.org/html/{{doc.draft_name_and_revision}}">html</a> |
68 | 68 | </td></tr> |
69 | 69 | {% endifequal %} |
70 | 70 |
|
71 | 71 | </table><!-- metatable --> |
72 | 72 |
|
73 | 73 | <div style="padding-top:6px;padding-bottom:6px;padding-left:2px;"> |
74 | | - <a href="http://datatracker.ietf.org/ipr/search/?option=document_search&id_document_tag={{doc.tracker_id}}" rel="nofollow" target="_blank">IPR Disclosures</a> |
75 | | -| <a href="http://www.fenron.net/~fenner/ietf/deps/index.cgi?dep={{doc.draft_name}}" rel="nofollow" target="_blank">Dependencies to this draft</a> |
| 74 | + <a href="http://datatracker.ietf.org/ipr/search/?option=document_search&id_document_tag={{doc.tracker_id}}" rel="nofollow">IPR Disclosures</a> |
| 75 | +| <a href="http://www.fenron.net/~fenner/ietf/deps/index.cgi?dep={{doc.draft_name}}" rel="nofollow">Dependencies to this draft</a> |
76 | 76 | | <a href="http://tools.ietf.org/idnits?url=http://tools.ietf.org/id/{{doc.draft_name_and_revision}}.txt" rel="nofollow" target="_blank">Check nits</a> |
77 | 77 | </div> |
78 | 78 | {% if user|in_group:"Area_Director,Secretariat" %} |
|
0 commit comments