diff options
author | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-11-30 01:45:08 -0500 |
---|---|---|
committer | hongbotian <hongbo.tianhongbo@huawei.com> | 2015-11-30 01:45:08 -0500 |
commit | e8ec7aa8e38a93f5b034ac74cebce5de23710317 (patch) | |
tree | aa031937bf856c1f8d6ad7877b8d2cb0224da5ef /rubbos/app/httpd-2.0.64/docs/error/include | |
parent | cc40af334e619bb549038238507407866f774f8f (diff) |
upload http
JIRA: BOTTLENECK-10
Change-Id: I7598427ff904df438ce77c2819ee48ac75ffa8da
Signed-off-by: hongbotian <hongbo.tianhongbo@huawei.com>
Diffstat (limited to 'rubbos/app/httpd-2.0.64/docs/error/include')
-rw-r--r-- | rubbos/app/httpd-2.0.64/docs/error/include/bottom.html | 14 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/docs/error/include/spacer.html | 2 | ||||
-rw-r--r-- | rubbos/app/httpd-2.0.64/docs/error/include/top.html | 24 |
3 files changed, 40 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/docs/error/include/bottom.html b/rubbos/app/httpd-2.0.64/docs/error/include/bottom.html new file mode 100644 index 00000000..e8522b6e --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/error/include/bottom.html @@ -0,0 +1,14 @@ +</p> +<p> +<!--#include virtual="../contact.html.var" --> +</p> + +<h2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></h2> +<address> + <a href="/"><!--#echo var="SERVER_NAME" --></a><br /> + <!--#config timefmt="%c" --> + <span><!--#echo var="DATE_LOCAL" --><br /> + <!--#echo var="SERVER_SOFTWARE" --></span> +</address> +</body> +</html> diff --git a/rubbos/app/httpd-2.0.64/docs/error/include/spacer.html b/rubbos/app/httpd-2.0.64/docs/error/include/spacer.html new file mode 100644 index 00000000..7d5e5953 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/error/include/spacer.html @@ -0,0 +1,2 @@ +</p> +<p> diff --git a/rubbos/app/httpd-2.0.64/docs/error/include/top.html b/rubbos/app/httpd-2.0.64/docs/error/include/top.html new file mode 100644 index 00000000..04b73b51 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/docs/error/include/top.html @@ -0,0 +1,24 @@ +<!--#if expr="! $CONTENT_LANGUAGE" +--><!--#set var="CONTENT_LANGUAGE" value="en" +--><!--#endif +--><!--#if expr="! $CHARACTER_ENCODING" +--><!--#set var="CHARACTER_ENCODING" value="ISO-8859-1" +--><!--#endif +--><?xml version="1.0" encoding="<!--#echo var="CHARACTER_ENCODING" -->"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="<!--#echo var="CONTENT_LANGUAGE" -->" xml:lang="<!--#echo var="CONTENT_LANGUAGE" -->"> +<head> +<title><!--#echo encoding="none" var="TITLE" --></title> +<link rev="made" href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->" /> +<style type="text/css"><!--/*--><![CDATA[/*><!--*/ + body { color: #000000; background-color: #FFFFFF; } + a:link { color: #0000CC; } + p, address {margin-left: 3em;} + span {font-size: smaller;} +/*]]>*/--></style> +</head> + +<body> +<h1><!--#echo encoding="none" var="TITLE" --></h1> +<p> |