diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-07-31 17:03:18 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-07-31 17:03:18 +0000 |
commit | 5bf1899b77615717d5442eed4bda0c372e344cf3 (patch) | |
tree | fd4df3077104c44ea87dd0a87e74d2b170a31a9d /apache/ErrorDocument/head.shtml | |
parent | ec3fdd0948e123c32a23ca252e193dcf85b2edec (diff) |
Add ErrorDocument files.
Diffstat (limited to 'apache/ErrorDocument/head.shtml')
-rw-r--r-- | apache/ErrorDocument/head.shtml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/apache/ErrorDocument/head.shtml b/apache/ErrorDocument/head.shtml new file mode 100644 index 0000000..8687c27 --- /dev/null +++ b/apache/ErrorDocument/head.shtml @@ -0,0 +1,32 @@ + + +<!--#if expr="\"$SERVER_NAME\" = /.*\.bitbase\.dk/" +--><!--#set var="IMG_logo" value="http://styles.bitbase.dk/coc/bitbase_logo.gif" +--><!--#set var="ALT_logo" value="Bitbase" +--><!--#set var="CSS_ie_default" value="http://styles.bitbase.dk/coc/bitbase.css" +--><!--#set var="CSS_nn_default" value="http://styles.bitbase.dk/coc/bitbase.css" +--><!--#else +--><!--#set var="IMG_logo" value="http://$SERVER_NAME:$SERVER_PORT/icons/debian/button-1.gif" +--><!--#set var="ALT_logo" value="Powered by Linux!" +--><!--#set var="IMG_Apache" value="http://$SERVER_NAME:$SERVER_PORT/icons/apache_anim.gif" +--><!--#set var="IMG_Apache" value="http://$SERVER_NAME:$SERVER_PORT/icons/apache_pb.gif" +--><!--#set var="CSS_ie_default" value="http://styles.bitbase.dk/null.css" +--><!--#set var="CSS_nn_default" value="http://styles.bitbase.dk/null.css" +--><!--#endif +--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +[<!--#echo var="REDIRECT_STATUS" -->] <!--#echo var="title" --> +</TITLE> +<LINK rel="StyleSheet" href="<!--#echo var="CSS_nn_default" -->" type="text/css"> +<STYLE type="text/css"> +@import url("<!--#echo var="CSS_ie_default" -->"); +</STYLE> +</HEAD> +<BODY><UL> +<H1 ALIGN="center"> +[<!--#echo var="REDIRECT_STATUS" -->] <!--#echo var="title" --> +</H1> +<HR><!-- ======================================================== --> +<DIV> |