Update of /cvsroot/easystruts/easystruts-website/lib/x-cbe/x3151_cbe4191_z4/cross-browser.com/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv435/lib/x-cbe/x3151_cbe4191_z4/cross-browser.com/templates
Added Files:
xhtml_template.html html4_template.html x_xhtml_template.html
x_html4_template.html
Log Message:
Added new web site sources and data
--- NEW FILE: x_xhtml_template.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Template</title>
<meta name='author' content='Author' />
<meta name='description' content='Description' />
<meta name='keywords' content='Keywords' />
<link rel='stylesheet' type='text/css' href=''>
<style type='text/css'>
</style>
<script type='text/javascript' src='../x_load.js'></script>
<script type='text/javascript'>
if (xInclude('../x_core.js')) {
window.onload = winOnload;
}
function winOnload() {
}
</script>
</head>
<body>
</body>
</html>
--- NEW FILE: html4_template.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Template</title>
<meta name='author' content='Author'>
<meta name='description' content='Description'>
<meta name='keywords' content='Keywords'>
<link rel='stylesheet' type='text/css' href=''>
<style type='text/css'><!--
--></style>
<script type='text/javascript' src=''></script>
<script type='text/javascript'><!--
window.onload = function() {
}
//--></script>
</head>
<body>
</body>
</html>
--- NEW FILE: xhtml_template.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Template</title>
<meta name='author' content='Author' />
<meta name='description' content='Description' />
<meta name='keywords' content='Keywords' />
<link rel='stylesheet' type='text/css' href=''>
<style type='text/css'>
</style>
<script type='text/javascript' src=''></script>
<script type='text/javascript'>
window.onload = function() {
}
</script>
</head>
<body>
</body>
</html>
--- NEW FILE: x_html4_template.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Template</title>
<meta name='author' content='Author'>
<meta name='description' content='Description'>
<meta name='keywords' content='Keywords'>
<link rel='stylesheet' type='text/css' href=''>
<style type='text/css'><!--
--></style>
<script type='text/javascript' src='../x_load.js'></script>
<script type='text/javascript'><!--
if (xInclude('../x_core.js')) {
window.onload = winOnload;
}
function winOnload() {
}
//--></script>
</head>
<body>
</body>
</html>
|