setting proper mime-type on files in the trunk

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@294 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2005-06-30 02:32:36 +00:00
parent 01c846dc19
commit fe6c343771
2 changed files with 30 additions and 30 deletions

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html> <html>
<head> <head>
<title><?=$code?> <?=$name?></title> <title><?=$code?> <?=$name?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head> </head>
<body> <body>
<h1><?=$name?></h1> <h1><?=$name?></h1>
<p><?=$message?></p> <p><?=$message?></p>
</body> </body>
</html> </html>

View file

@ -1,19 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!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="pl" xml:lang="pl"> <html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">
<head> <head>
<title><?=$page_title?></title> <title><?=$page_title?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Refresh" content="<?=$time?>;url=<?=$url?>" /> <meta http-equiv="Refresh" content="<?=$time?>;url=<?=$url?>" />
<style><!-- <style><!--
P { text-align:center; font:bold 1.1em sans-serif } P { text-align:center; font:bold 1.1em sans-serif }
A { color:#444; text-decoration:none } A { color:#444; text-decoration:none }
A:HOVER { text-decoration: underline; color:#44E } A:HOVER { text-decoration: underline; color:#44E }
--></style> --></style>
</head> </head>
<body> <body>
<p><a href="<?=$url?>"><?=$message?></a></p> <p><a href="<?=$url?>"><?=$message?></a></p>
</body> </body>
</html> </html>