Reduce the hardcoded references to https://datatracker.ietf.org/ .
(To abstract this, we need to put is_secure and the site info into the context.) - Legacy-Id: 536
This commit is contained in:
parent
46afc19198
commit
7d554f2bd9
|
@ -23,12 +23,15 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|||
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
|
||||
<td><a href="http://www.ietf.org/proceedings_directory.html"><img src="https://www1.ietf.org/images/header/proceed11.gif" border="0" /></a></td>
|
||||
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
|
||||
<td><a href="https://datatracker.ietf.org/public/idindex.cgi"><img src="https://www1.ietf.org/images/header/id-index11.gif" border="0" /></a></td>
|
||||
<td><a href="{% url ietf.idindex.views.search %}"><img src="https://www1.ietf.org/images/header/id-index11.gif" border="0" /></a></td>
|
||||
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
|
||||
<td><a href="http://www.ietf.org/rfc.html"><img src="https://www1.ietf.org/images/header/rfc11.gif" border="0" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
{% ifnotequal server_mode "production" %}
|
||||
<span style="float: left; font-size: 80%;">Server mode: {{ server_mode }}</span>
|
||||
{% endifnotequal %}
|
||||
{% if user.is_authenticated %}
|
||||
<span style="float: right; font-size: 80%;">Logged in as {{ user }}
|
||||
|
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{% else %}
|
||||
<td width="70"><b>RFC #</td>
|
||||
{% endif %}
|
||||
<td width="150"><a href="https://datatracker.ietf.org/"><b>I-D Tracker</a> State</td>
|
||||
<td width="150"><a href="{% url ietf.idtracker.views.search %}"><b>I-D Tracker</a> State</td>
|
||||
</tr>
|
||||
|
||||
{% for draft in object_list %}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
</li>
|
||||
<li> <b>I-D Intended Status at Publication:</b> {{ object.intended_status }}</li>
|
||||
<li> <b>RFC Number:</b> {% if object.rfc_number %}<a href="http://www.ietf.org/rfc/rfc{{ object.rfc_number }}.txt">{{ object.rfc_number }}</a>{% endif %}</li>
|
||||
<li> <b><a href="https://datatracker.ietf.org/">I-D Tracker</a> State:</b>
|
||||
<li> <b><a href="{% url ietf.idtracker.views.search %}">I-D Tracker</a> State:</b>
|
||||
{% if object.idtracker %}
|
||||
<a href="/idtracker/{{ object.filename }}/">{{ object.idstate }}</a>
|
||||
{% else %}
|
||||
|
|
|
@ -13,7 +13,7 @@ Subject: Evaluation: {% for id in object.drafts.all %}{{ id.draft.filename }}-{{
|
|||
--------
|
||||
|
||||
Evaluation for{% for id in object.drafts.all %} {{ id.draft.filename }}-{{ id.draft.revision }}.txt {% endfor %}can be found at
|
||||
http://datatracker.ietf.org/idtracker/ballot/{{ object.ballot }}/ <!-- FIXME: hardcoded URL -->
|
||||
https://datatracker.ietf.org/{% url ietf.idtracker.views.view_ballot object.ballot %}/ <!-- FIXME: hardcoded URL -->
|
||||
{% if object.drafts.all.0.draft.lc_expiration_date %}
|
||||
Last Call to expire on: {{ object.drafts.all.0.draft.lc_expiration_date|escape }}
|
||||
{% endif %}
|
||||
|
|
|
@ -68,8 +68,8 @@ state</b>: {{ form.sub_state_id }}</label> </td>
|
|||
</form>
|
||||
|
||||
<HR>
|
||||
Document States: <a href="https://datatracker.ietf.org/state_diagram.gif">State Diagram</a> and
|
||||
<a href="https://datatracker.ietf.org/public/states_table.cgi">State Explanations</a>
|
||||
Document States: <a href="/images/state_diagram.gif">State Diagram</a> and
|
||||
<a href="/idtracker/states/">State Explanations</a>
|
||||
|
||||
</center>
|
||||
|
||||
|
|
|
@ -19,28 +19,28 @@ For definitive information on generating liaison statements, please see:<br><br>
|
|||
<td><b>"Cc:" Field</b> <sup><small>(1, 2, 3)</small></sup></td></tr>
|
||||
<tr>
|
||||
<td><ul><li>The IAB </li></td>
|
||||
<td><ul><li><a href="https://datatracker.ietf.org/public/liaison_managers_list.cgi">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<td><ul><li><a href="/liaisons/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<li>The IAB Chair (if not the submitter)<iab-chair@iab.org><br><br>
|
||||
<li>The IAB <iab@iab.org></li></td></tr>
|
||||
<tr>
|
||||
<td><ul><li>The IESG </li></td>
|
||||
<td><ul><li><a href="https://datatracker.ietf.org/public/liaison_managers_list.cgi">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<td><ul><li><a href="/liaisons/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<li>The IETF Chair (if not the submitter)<chair@ietf.org><br><br>
|
||||
<li>The IESG <iesg@ietf.org></li></td></tr>
|
||||
<tr>
|
||||
<td><ul><li>The IETF </li></td>
|
||||
<td><ul><li><a href="https://datatracker.ietf.org/public/liaison_managers_list.cgi">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<td><ul><li><a href="/liaisons/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<li>The IETF Chair (if not the submitter)<chair@ietf.org><br><br>
|
||||
<li>The IESG <iesg@ietf.org></li></td></tr>
|
||||
<tr>
|
||||
<td><ul><li>An IETF Area </li></td>
|
||||
<td><ul><li><a href="https://datatracker.ietf.org/public/liaison_managers_list.cgi">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<td><ul><li><a href="/liaisons/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<li><a href="http://www.ietf.org/html.charters/wg-dir.html">The IETF Area Director(s)</a> (if not the submitter)<br><br>
|
||||
<li>The IETF Chair <chair@ietf.org><br><br>
|
||||
<li>The IETF Area Directorate Mailing List (where applicable) <sup><small>(5)</small></sup></li></td></tr>
|
||||
<tr>
|
||||
<td><ul><li>An IETF Working Group </li></td>
|
||||
<td><ul><li><a href="https://datatracker.ietf.org/public/liaison_managers_list.cgi">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<td><ul><li><a href="/liaisons/managers/">The IETF Liaison Manager for the SDO</a> <sup><small>(4)</small></sup><br><br>
|
||||
<li><a href="http://www.ietf.org/html.charters/wg-dir.html">The IETF Working Group Chair(s)</a> (if not the submitter)<br><br>
|
||||
<li><a href="http://www.ietf.org/html.charters/wg-dir.html">The IETF Area Director(s)</a><br><br>
|
||||
<li><a href="
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
The Secretariat has received a request to {% ifequal add_edit "edit" %}edit an existing entry on{% else %}{% ifequal add_edit "add" %}add a new entry to{% else %}delete an existing entry from{% endifequal %}{% endifequal %}
|
||||
the "IETF Non-WG Mailing Lists" Web Page, https://datatracker.ietf.org/public/nwg_list.cgi
|
||||
the "IETF Non-WG Mailing Lists" Web Page, https://datatracker.ietf.org/mailinglists/nonwg_lists/
|
||||
The details of the request are provided below.
|
||||
|
||||
Please approve or deny this request via the "IETF Non-WG Mailing List Approval Page,"
|
||||
|
|
Loading…
Reference in a new issue