Added a favicon in order to be able to distinguish the test tracker tabs from the datatracker tabs in the browser

- Legacy-Id: 173
This commit is contained in:
Henrik Levkowetz 2007-05-28 14:20:54 +00:00
parent 003d730cd7
commit 0298388ae8
2 changed files with 46 additions and 44 deletions

View file

@ -1,47 +1,47 @@
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><title>{% block title %}IETF Data{% endblock %} - WCF</title> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
{% block head %}{% endblock %} <head><title>{% block title %}IETF Data{% endblock %} - WCF</title>
<style type="text/css"> <link rel="icon" href="http://tools.ietf.org/images/django-ietf.png" />
<!-- {% block head %}{% endblock %}
{% block css %}{% endblock %} <style type="text/css"><!--
--> {% block css %}{% endblock %}
</style> // -->
</head><body {% block body_attributes %}{% endblock %}> </style>
<center> </head><body {% block body_attributes %}{% endblock %}>
<table border=0 cellpadding=0 cellspacing=0> <center>
<tr> <table border=0 cellpadding=0 cellspacing=0>
<td><a href="http://www.ietf.org/home.html"><img src="https://www1.ietf.org/images/header/ietflogo_sm.gif" border="0"></a></td> <tr>
<td><a href="http://www.ietf.org/home.html"><img src="https://www1.ietf.org/images/header/home11.gif" border="0"></a></td> <td><a href="http://www.ietf.org/home.html"><img src="https://www1.ietf.org/images/header/ietflogo_sm.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/home.html"><img src="https://www1.ietf.org/images/header/home11.gif" border="0" /></a></td>
<td><a href="http://www.ietf.org/html.charters/wg-dir.html"><img src="https://www1.ietf.org/images/header/wg11.gif" border="0"></a></td> <td><img src="https://www1.ietf.org/images/header/separator.gif" border="0" /></td>
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0"></td> <td><a href="http://www.ietf.org/html.charters/wg-dir.html"><img src="https://www1.ietf.org/images/header/wg11.gif" border="0" /></a></td>
<td><a href="http://www.ietf.org/meetings/meetings.html"><img src="https://www1.ietf.org/images/header/meetings11.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/meetings/meetings.html"><img src="https://www1.ietf.org/images/header/meetings11.gif" border="0" /></a></td>
<td><img src="https://www1.ietf.org/images/header/separator.gif" border="0"></td> <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><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><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="https://datatracker.ietf.org/public/idindex.cgi"><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><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> <td><a href="http://www.ietf.org/rfc.html"><img src="https://www1.ietf.org/images/header/rfc11.gif" border="0" /></a></td>
</tr> </tr>
</table> </table>
</center> </center>
{% if user.is_authenticated %} {% if user.is_authenticated %}
<span style="float: right; font-size: 80%;">Logged in as {{ user }} <span style="float: right; font-size: 80%;">Logged in as {{ user }}
| |
<a href="/accounts/logout/">Log Out</a></span> <a href="/accounts/logout/">Log Out</a></span>
{% endif %} {% endif %}
<hr> <hr>
<!-- end new headers and layout --> <!-- end new headers and layout -->
<div id="content"> <div id="content">
{% block content %}{% endblock %} {% block content %}{% endblock %}
{% block main_content %}{% endblock %} {% block main_content %}{% endblock %}
</div> </div>
<hr/> <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> <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>
{% include "debug.html" %} {% include "debug.html" %}
</body> </body>
</html> </html>

View file

@ -1,5 +1,7 @@
<html> <html>
<HEAD><TITLE>IETF I-D Tracker v1.1 {% block title %}{% endblock %}-- WCF</title> <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"> <STYLE TYPE="text/css">
<!-- <!--