Skip to content

Commit f6bb6b1

Browse files
author
Lars Eilebrecht
committed
Support files for multi language error documents and an example logo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90348 13f79535-47bb-0310-9956-ffa450edef68
1 parent b6c1eda commit f6bb6b1

14 files changed

Lines changed: 130 additions & 0 deletions

File tree

docs/docroot/error/images/logo.gif

5.6 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--#include virtual="spacer.html" -->
2+
<!--#include virtual="../contact" -->
3+
</DL>
4+
<!--#if expr="$INCLUDE_LOGO=yes" -->
5+
<BR CLEAR=<!--#if expr="$ALIGN_LOGO=left" -->right<!--#else -->left<!--#endif -->>
6+
<!--#endif -->
7+
8+
<TABLE BORDER=0 CELLPADDING=6 WIDTH="100%">
9+
<TR><TD ALIGN=CENTER BGCOLOR="#000000">
10+
<FONT SIZE="+2" COLOR="#FFFFFF"><strong>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></strong></FONT>
11+
</TD></TR></TABLE>
12+
<!--#include virtual="footer.html" -->
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--#set var="INCLUDE_LOGO" value="yes" -->
2+
<!--#set var="ALIGN_LOGO" value="right" -->
3+
<!--#set var="INCLUDE_SERVER_ADMIN" value="yes" -->
4+
<!--#set var="INCLUDE_SERVER_NAME" value="yes" -->
5+
<!--#set var="INCLUDE_DATE" value="yes" -->
6+
<!--#set var="INCLUDE_SOFTWARE" value="yes" -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<DL>
2+
<DD>
3+
<IMG SRC="/apache_pb.gif" ALT="[Powered by Apache]" ALIGN="RIGHT" WIDTH="259" HEIGHT="32">
4+
<ADDRESS>
5+
<!--#if expr="$INCLUDE_SERVER_NAME=yes" -->
6+
<A HREF="/"><!--#echo encoding="none" var="SERVER_NAME" --></A>
7+
<BR>
8+
<!--#endif -->
9+
<!--#if expr="$INCLUDE_DATE=yes" -->
10+
<!--#config timefmt="%c" -->
11+
<small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
12+
<BR>
13+
<!--#endif -->
14+
<!--#if expr="$INCLUDE_SOFTWARE=yes" -->
15+
<small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
16+
<!--#endif -->
17+
</ADDRESS>
18+
</DL>
19+
<!-- Multi Language Error Documents, Copyright (c) 2001 The Apache Software Foundation. All rights reserved. -->
20+
</BODY>
21+
</HTML>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
<HTML>
3+
<HEAD>
4+
<TITLE><!--#echo var="TITLE" --></TITLE>
5+
<META NAME="author" CONTENT="<!--#echo encoding="none" var="SERVER_NAME" -->, Webmaster">
6+
<META NAME="author-email" CONTENT="<!--#echo encoding="none" var="SERVER_ADMIN" -->">
7+
<META NAME="robots" CONTENT="NOINDEX">
8+
<META NAME="robots" CONTENT="NOFOLLOW">
9+
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
10+
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
11+
<LINK REV="made" HREF="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">
12+
</HEAD>
13+
<!--#include virtual="config.html" -->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
</DL><DL><DD>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--#include virtual="header.html" -->
2+
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000CC">
3+
<BR>
4+
<TABLE BORDER=0 CELLPADDING=6 WIDTH="100%">
5+
<TR><TD ALIGN=CENTER BGCOLOR="#000000">
6+
<FONT SIZE="+2" COLOR="#FFFFFF"><strong><!--#echo encoding="none" var="TITLE" --></strong></FONT>
7+
</TD></TR></TABLE>
8+
<!--#if expr="$INCLUDE_LOGO=yes" -->
9+
<IMG ALIGN=<!--#echo encoding="none" var="ALIGN_LOGO" --> SRC="/error/images/logo.gif" ALT="">
10+
<!--#endif -->
11+
<DL>
12+
<DD>

docs/error/images/logo.gif

5.6 KB
Loading

docs/error/include/bottom.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--#include virtual="spacer.html" -->
2+
<!--#include virtual="../contact" -->
3+
</DL>
4+
<!--#if expr="$INCLUDE_LOGO=yes" -->
5+
<BR CLEAR=<!--#if expr="$ALIGN_LOGO=left" -->right<!--#else -->left<!--#endif -->>
6+
<!--#endif -->
7+
8+
<TABLE BORDER=0 CELLPADDING=6 WIDTH="100%">
9+
<TR><TD ALIGN=CENTER BGCOLOR="#000000">
10+
<FONT SIZE="+2" COLOR="#FFFFFF"><strong>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></strong></FONT>
11+
</TD></TR></TABLE>
12+
<!--#include virtual="footer.html" -->

docs/error/include/config.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--#set var="INCLUDE_LOGO" value="yes" -->
2+
<!--#set var="ALIGN_LOGO" value="right" -->
3+
<!--#set var="INCLUDE_SERVER_ADMIN" value="yes" -->
4+
<!--#set var="INCLUDE_SERVER_NAME" value="yes" -->
5+
<!--#set var="INCLUDE_DATE" value="yes" -->
6+
<!--#set var="INCLUDE_SOFTWARE" value="yes" -->

0 commit comments

Comments
 (0)