datatracker/ietf/templates/idtracker/base.html
Bill Fenner b5ce6e375c Extensive updates of idtracker.
ballot sets are now (hopefully) treated properly, except for the
row coloring.  They're also included in the "view_id" view.

Search is re-done, it turns out that using draft__<anything> means
that RFCs won't be matched, so build lists of possibly-matching
RFCs and I-Ds and pass them through.  This applies to filename,
group and rfc number.
 - Legacy-Id: 190
2007-05-31 19:24:26 +00:00

42 lines
1.3 KiB
HTML

<html>
<HEAD><TITLE>IETF I-D Tracker v1.1 {% block title %}{% endblock %}-- WCF</title>
<link rel="icon" href="http://tools.ietf.org/images/django-ietf.png" />
<STYLE TYPE="text/css">
<!--
TD {text-decoration: none; color: #000000; font: 9pt arial;}
A:Link {color: #0000ff; text-decoration:underline}
A:Hover {color: #ff0000; text-decoration:underline}
A:visited {color: #0000ff; text-decoration:underline}
#largefont {font-weight: bold; color: #000000; font: 18pt arial}
#largefont2 {color: #000000; font: 14pt verdana}
#largefont3 {color: #000000; font: 13pt verdana}
#largefont_red {font-weight: bold; color: #ff0000; font: 16pt arial}
-->
</STYLE>
</head>
<body link="blue" vlink="blue">
{% block idcontent %}
{% endblock %}
<hr/>
<a href="http://www.djangoproject.com/"><img src="http://media.djangoproject.com/img/badges/djangomade124x25.gif" border="0" alt="Made with Django." title="Made with Django." /></a>
<HR>
<p>
Did you find a bug? <a href="{% url ietf.idtracker.views.send_email %}?cat=bugs" >Let us know</a>.
<p>
<a href="{% url ietf.idtracker.views.send_email %}?cat=discuss" >Any question or suggestion</a>?
<p>
<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>
{% include "debug.html" %}
</body>
</html>