Use new look for /idtracker/status/*

- Legacy-Id: 2167
This commit is contained in:
Pasi Eronen 2010-03-21 14:30:32 +00:00
parent 8688c4133a
commit 8e4846b8bb
2 changed files with 5 additions and 20 deletions

View file

@ -16,7 +16,7 @@
<td></td><td></td>
{% endif %}
<td>{{ doc.document.title|escape }} ({{ doc.document.intended_status|escape }})</td></tr>
<tr><td></td><td></td><td><a href="{{ doc.document.doclink }}">{{ doc.document.displayname|safe }}</a></td></tr>
<tr><td></td><td></td><td><a href="/doc/{{ doc.document.filename }}/">{{ doc.document.displayname|safe }}</a></td></tr>
{% if doc.primary_flag %}
<tr><td></td><td>Token:</td><td><a href="mailto:{{ doc.token_email|urlencode }}">{{ doc.token_name }}</a></td></tr>
{% if doc.note %}

View file

@ -1,16 +1,14 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}{% extends "base.html" %}
{% extends "idrfc/base.html" %}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% block head %}{% if lastcall %}
{% block pagehead %}{% if lastcall %}
<link rel="alternate" type="application/atom+xml" href="/feed/last-call/">
{% endif %}{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<center><h1>{{ title }}</h1></center>
<i>Generated {% now "M j, Y" %}<br>
{# no hit counter #}
</i>
<h1>{{ title }}</h1>
{% regroup object_list by cur_state_id as grouped %}
{% for state in grouped %}
@ -27,17 +25,4 @@
{% endfor %}
</table>
{% endfor %}
<HR>
<b><A href="http://www.rfc-editor.org/queue.html">RFC Editor Queue</a></b>
<p>
<!-- begin new footer -->
<HR>
<i>This page produced by the <A HREF="mailto:iesg-secretary@ietf.org">IETF Secretariat</a>
for the <A HREF="mailto:iesg@ietf.org">IESG</A></i>
<p>
{% endblock %}