File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88< h2 > Internal Server Error.</ h2 >
99
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 >
10+ < p class ="error-text ">
11+ The server encountered an internal error and was unable to complete
12+ your request. Either the server is overloaded or there was an
13+ error in a script used to generate the requested page. In case this
14+ was an overload problem or other temporary error, you may want to
15+ try again in a little while.
16+ </ p >
17+ < p class ="error-text ">
18+ A failure report with details about what happened has been sent to the
19+ server administrators. It would be helpful if you would file a bug
20+ report with additional information at the
21+ < a href ="http://trac.tools.ietf.org/tools/ietfdb/newticket "> IETF database issue tracker</ a > , too.
22+ </ p >
1323
14- < p > Please contact < a href ="mailto:webtools@ietf.org "> webtools@ietf.org</ a > .</ p >
24+ < p class ="error-text ">
25+ If the problem hasn't been fixed in a timely manner,
26+ please contact < a href ="mailto:ietf-action@ietf.org "> ietf-action@ietf.org</ a > .
27+ </ p >
1528{% endblock %}
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ table.ballot_icon td.ballot_icon_my { border: 3px outset black;}
132132.ietf-highlight-r { padding : 0 2px ;background : # ffa0a0 ;}
133133.ietf-divider { background : # 2647a0 ; color : white; font-size : 116% ; padding : 0.5em 1em ; }
134134
135+ .error-text {
136+ font-size : 1.095em ;
137+ width : 48em ;
138+ }
139+
135140form .actions {
136141 margin-top : 20px ;
137142}
You can’t perform that action at this time.
0 commit comments