Update DOCTYPE of generated HTML files.

This commit is contained in:
Sylvain Pion 2007-01-07 15:09:27 +00:00
parent 4b003b8c3f
commit cef6858891
3 changed files with 7 additions and 6 deletions

View File

@ -390,8 +390,8 @@ sub result_filename($)
sub print_little_header(){
print OUTPUT<<"EOF";
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US">
<HEAD><TITLE>${release_name} Test Results</TITLE>
<link rel="shortcut icon" href="http://www.cgal.org/cgal.ico" />
<LINK REL=stylesheet HREF="testresult.sty">

View File

@ -1604,8 +1604,9 @@ TD.error A:link {color: rgb(0%,0%,100%)}
TD.error A:visited {color: rgb(80%,0%,100%)}
EOF
cat > testsuite/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html><head><title>CGAL Manual Test-Suite Results</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US">
<head><title>CGAL Manual Test-Suite Results</title>
<link href="testresult.css" rel="stylesheet"></head>
<body>

View File

@ -44,11 +44,11 @@
\newcommand{\lciHtmlFileHeader}[1]{%
\lciHtmlFileHeaderX{#1}{\lciExtractHtmlRelease}{\lciInputFilename}}
\newcommand{\lciHtmlFileHeaderX}[3]{%
\lcRawHtml{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
\lcRawHtml{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- Page automatically generated from latex_to_html converter. -->
<!-- by cc_extract_html, #XC2 -->
<!-- LaTeX source file: '#XC3' -->
<html> <head>
<html lang="en-US"> <head>
<title>}#1\lcRawHtml{</title>
</head>
<link href="}\lciOutputUppath\lcRawHtml{latex_to_html.css" rel="STYLESHEET">}