datatracker/ietf/templates/idtracker/base.html
Bill Fenner 96ae389b74 Use an idtracker-specific base.html instead of having the same
boilerplate in each template.

 Add evaluation_process (view_evaluation_desc) and ballot_key (view_key)
templates and urls.
 - Legacy-Id: 108
2007-05-08 22:22:03 +00:00

27 lines
733 B
HTML

<html>
<HEAD><TITLE>IETF I-D Tracker v1.1 {% block title %}{% endblock %}-- WCF</title>
<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 %}
{% include "debug.html" %}
</body>
</html>