Apache-LangPrefCookie

 view release on metacpan or  search on metacpan

t/htdocs/langprefcookie/foo/index.html.de  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>Deutsch</title>
</head>

<body>
<h1>Deutsch</h1>


<p><a href="./switch.html">umschalten</a></p>
<hr>
<address></address>

t/htdocs/langprefcookie/foo/index.html.en  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>English</title>
</head>

<body>
<h1>English</h1>


<p><a href="./switch.html">switch</a></p>
<hr>
<address></address>

t/htdocs/langprefcookie/foo/index.html.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>English</title>
</head>

<body>
<h1>English</h1>


<p><a href="./switch.html">switch</a></p>
<hr>
<address></address>

t/htdocs/langprefcookie/foo/index.html.it  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>Italiano</title>
</head>

<body>
<h1>Italiano</h1>


<p><a href="./switch.html">commutatore</a></p>
<hr>
<address></address>

t/htdocs/langprefcookie/index.html.de  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>Deutsch</title>
</head>

<body>
<h1>Deutsch</h1>


<p><a href="./switch.html">umschalten</a></p>
<hr>
<address></address>

t/htdocs/langprefcookie/index.html.en  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>English</title>
</head>

<body>
<h1>English</h1>


<p><a href="./switch.html">switch</a></p>
<hr>
<address></address>

t/htdocs/langprefcookie/index.html.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>English</title>
</head>

<body>
<h1>English</h1>


<p><a href="./switch.html">switch</a></p>
<hr>
<address></address>

t/htdocs/langprefcookie/index.html.it  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>Italiano</title>
</head>

<body>
<h1>Italiano</h1>


<p><a href="./switch.html">commutatore</a></p>
<hr>
<address></address>

t/htdocs/langprefcookie/switch.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>Switch Lang</title>
<script type="text/javascript">
function Set_Cookie( value ) {
  document.cookie = "prefer-language=" + escape( value );
}
</script>
</head>

<body>
<h1>Switch Langprefs</h1>



( run in 0.399 second using v1.01-cache-2.11-cpan-4d50c553e7e )