We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd445d commit b582283Copy full SHA for b582283
1 file changed
ietf/templates/idtracker/base.html
@@ -1,7 +1,13 @@
1
{# Copyright The IETF Trust 2007, All Rights Reserved #}
2
<html>
3
-<HEAD><TITLE>IETF I-D Tracker v1.1 {% block title %}{% endblock %}-- WCF</title>
4
-<link rel="icon" href="http://tools.ietf.org/images/django-ietf.png" />
+<HEAD>
+ <!-- Project Revision {{ revision_num }}, {{ revision_time }} -->
5
+ <title>{% block title %}IETF Data{% endblock %}{% ifnotequal server_mode "production" %} - {{ server_mode|upper }} MODE{% endifnotequal %}</title>
6
+ {% ifnotequal server_mode "production" %}
7
+ <link rel="icon" href="/images/ietf-dev-icon.bmp" />
8
+ {% else %}
9
+ <link rel="icon" href="/images/ietf-icon.bmp" />
10
+ {% endifnotequal %}
11
12
<STYLE TYPE="text/css">
13
<!--
0 commit comments