web/wp-content/themes/inove/404.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     2
0d28b7c10758 First commit
ymh
parents:
diff changeset
     3
<html xmlns="http://www.w3.org/1999/xhtml">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     4
<head profile="http://gmpg.org/xfn/11">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     5
	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
     6
0d28b7c10758 First commit
ymh
parents:
diff changeset
     7
	<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
0d28b7c10758 First commit
ymh
parents:
diff changeset
     8
	<link rel="alternate" type="application/rss+xml" title="<?php _e('RSS 2.0 - all posts', 'inove'); ?>" href="<?php echo $feed; ?>" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
     9
	<link rel="alternate" type="application/rss+xml" title="<?php _e('RSS 2.0 - all comments', 'inove'); ?>" href="<?php bloginfo('comments_rss2_url'); ?>" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
    10
0d28b7c10758 First commit
ymh
parents:
diff changeset
    11
	<!-- style START -->
0d28b7c10758 First commit
ymh
parents:
diff changeset
    12
	<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/404.css" type="text/css" media="screen" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
    13
	<!-- style END -->
0d28b7c10758 First commit
ymh
parents:
diff changeset
    14
0d28b7c10758 First commit
ymh
parents:
diff changeset
    15
	<?php wp_head(); ?>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    16
</head>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    17
0d28b7c10758 First commit
ymh
parents:
diff changeset
    18
<body>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    19
0d28b7c10758 First commit
ymh
parents:
diff changeset
    20
<div id="container">
0d28b7c10758 First commit
ymh
parents:
diff changeset
    21
	<div id="talker">
0d28b7c10758 First commit
ymh
parents:
diff changeset
    22
		<a href="http://www.neoease.com/"><img src="<?php bloginfo('template_url'); ?>/img/lovelace.gif" alt="<?php _e('Talker', 'inove'); ?>" /></a>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    23
	</div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    24
	<div id="notice">
0d28b7c10758 First commit
ymh
parents:
diff changeset
    25
		<h1><?php _e('Welcome to 404 error page!', 'inove'); ?></h1>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    26
		<p><?php _e("Welcome to this customized error page. You've reached this page because you've clicked on a link that does not exist. This is probably our fault... but instead of showing you the basic '404 Error' page that is confusing and doesn't really explain anything, we've created this page to explain what went wrong.", 'inove'); ?></p>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    27
		<p><?php _e("You can either (a) click on the 'back' button in your browser and try to navigate through our site in a different direction, or (b) click on the following link to go to homepage.", 'inove'); ?></p>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    28
		<div class="back">
0d28b7c10758 First commit
ymh
parents:
diff changeset
    29
			<a href="<?php bloginfo('url'); ?>/"><?php _e('Back to homepage &raquo;', 'inove'); ?></a>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    30
		</div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    31
		<div class="fixed"></div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    32
	</div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    33
	<div class="fixed"></div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    34
</div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    35
0d28b7c10758 First commit
ymh
parents:
diff changeset
    36
</body>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    37
</html>