|
1 | 1 | {# Copyright The IETF Trust 2007, All Rights Reserved #} |
2 | 2 | {% extends "base.html" %} |
3 | | - |
| 3 | +{% load versiontags %} |
4 | 4 |
|
5 | 5 | {% block content %} |
6 | 6 | <center> |
7 | | -<img src="/images/ietflogo2e.gif" height="160" width="280"> |
| 7 | +<img src="/images/ietflogo2e.gif" height="80" width="140"> |
8 | 8 | <br clear=all> |
9 | 9 |
|
10 | | -<center><h1>The Internet Engineering Task Force</h1></center> |
| 10 | +<h2>The Internet Engineering Task Force</h2> |
11 | 11 | <table border=0 cellspacing=5 cellpadding=5> |
12 | 12 |
|
13 | 13 | <br> |
14 | | -<font size = 3> |
15 | 14 | <center><img alt="" src="/images/blue-line.jpg"></center> |
16 | 15 | <br clear=all> |
17 | | -<h3>The page you are looking for cannot be found.</h3><br> |
18 | | -If it is an Internet-Draft, the version may have expired.<br> |
19 | | -Please visit <A HREF="http://search.ietf.org"> search.ietf.org</A> and enter in keywords or the name of the draft without the version numbers. |
20 | | - |
| 16 | +<h2>The page you were looking for couldn't be found.</h2> |
| 17 | +<div style="width:50%"> |
| 18 | + The requested URL was not found on this server. If you entered the URL |
| 19 | + manually please check your spelling and try again. |
| 20 | +</div> |
| 21 | +<br> |
21 | 22 | <br> |
| 23 | + |
| 24 | + If you think this is a server error, please contact <a |
| 25 | + href="mailto:webtools@ietf.org">webtools@ietf.org</a>. |
| 26 | + |
22 | 27 | <br> |
23 | | -For other Web page issues, please contact <a href="mailto:webmaster@ietf.org">webmaster@ietf.org</a>. <br> |
24 | 28 | <br> |
25 | | -<font size = 3> |
| 29 | +<!-- |
26 | 30 | <center><img alt="Blue Line" src="/images/blue-line.jpg"></center> |
27 | 31 | <br clear=all> |
28 | 32 | The IETF is an organized activity of the <a href="http://www.isoc.org"><img alt="ISOC" src="/images/isoc-small.gif" hspace="3" border="0"></A> |
29 | 33 |
|
30 | 34 | <br> |
31 | 35 |
|
32 | 36 | <hr> |
33 | | -<i>The <A HREF="/secretariat.html">IETF Secretariat</A> is hosted by the NeuStar Secretariat Services, a wholly owned subsidiary of <a href="http://www.neustar.biz/"><img src="/images/NS_logo_100px.gif" alt="NeuStar Logo" border="0"> |
| 37 | +<i>The <A HREF="/secretariat.html">IETF Secretariat</A> is hosted by the NeuStar Secretariat Services, a wholly owned subsidiary of <a href="http://www.neustar.biz/"><img src="/images/NS_logo_100px.gif" alt="NeuStar Logo" border="0"/></a></i> |
| 38 | +--> |
| 39 | +{% endblock %} |
34 | 40 |
|
35 | | -</i> |
| 41 | +{% block footer %} |
| 42 | + <hr/> |
| 43 | + <div style="width: 100%; height: 1em; font-size: 9pt; font-style: italic;"> |
| 44 | + <span style="float: left;">Made with <a href="http://www.djangoproject.com/">django</a></span> |
| 45 | + <span style="float: right;">v{% version_num %}, {% revision_date %} - <a href="mailto:webtools@ietf.org">webtools@ietf.org</a></span> |
| 46 | + </div> |
36 | 47 | {% endblock %} |
0 commit comments