|
1 | 1 | {# Copyright The IETF Trust 2007, All Rights Reserved #} |
2 | | -{% extends "base.html" %} |
3 | | -{% load versiontags %} |
| 2 | +{% extends "idrfc/base.html" %} |
4 | 3 |
|
5 | 4 | {% block content %} |
6 | | -<center> |
7 | | -<img src="/images/ietflogo2e.gif" height="80" width="140"> |
8 | | -<br clear=all> |
9 | 5 |
|
10 | | -<h2>The Internet Engineering Task Force</h2> |
11 | | -<table border=0 cellspacing=5 cellpadding=5> |
| 6 | +<img src="/images/ietflogo2e.gif" height="80" width="140"> |
12 | 7 |
|
13 | | -<br> |
14 | | -<center><img alt="" src="/images/blue-line.jpg"></center> |
15 | | -<br clear=all> |
16 | 8 | <h2>Internal Server Error.</h2> |
17 | | -<div style="width:50%"> |
18 | | - The server encountered an internal error and was |
19 | | - unable to complete your request. Either the server is |
20 | | - overloaded or there was an error in a script used to |
21 | | - generate the requested page. |
22 | | -</div> |
23 | | -<br> |
24 | | -<br> |
25 | | -Please contact <a href="mailto:webtools@ietf.org">webtools@ietf.org</a>. <br> |
26 | | -<br> |
27 | | -<!-- |
28 | | -<center><img alt="Blue Line" src="/images/blue-line.jpg"></center> |
29 | | -<br clear=all> |
30 | | -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> |
31 | 9 |
|
32 | | -<br> |
33 | | -
|
34 | | -<hr> |
35 | | -<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> |
36 | | ---> |
37 | | -{% endblock %} |
| 10 | +<p>The server encountered an internal error and was unable to complete |
| 11 | + your request. Either the server is overloaded or there was an |
| 12 | + error in a script used to generate the requested page.</p> |
38 | 13 |
|
39 | | -{% block footer %} |
40 | | - <hr/> |
41 | | - <div style="width: 100%; height: 1em; font-size: 9pt; font-style: italic;"> |
42 | | - <span style="float: left;">Made with <a href="http://www.djangoproject.com/">django</a></span> |
43 | | - <span style="float: right;">v{% version_num %}, {% revision_date %} - <a href="mailto:webtools@ietf.org">webtools@ietf.org</a></span> |
44 | | - </div> |
| 14 | +<p>Please contact <a href="mailto:webtools@ietf.org">webtools@ietf.org</a>.</p> |
45 | 15 | {% endblock %} |
0 commit comments