Subversion Repositories SmartDukaan

Rev

Rev 18148 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18148 Rev 18192
Line -... Line 1...
-
 
1
<!DOCTYPE html>
-
 
2
<html>
-
 
3
<head>
-
 
4
	<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
1
<title>Profitmandi</title>
5
	<title>Profitmandi</title>
-
 
6
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"/> 
-
 
7
    <body>
2
<h2><?php echo $name; ?></h2>
8
		<h2 class="error">404 Page not found</h2>
3
<p class="error">
9
    </body>
-
 
10
</head>
-
 
11
</html>
-
 
12
 
-
 
13
 
4
	<strong><?php echo __d('cake', 'Error'); ?>: </strong>
14
<style type="text/css">
-
 
15
*
-
 
16
{
-
 
17
    margin:0;
-
 
18
    padding:0;
-
 
19
}
-
 
20
html,body
-
 
21
{
-
 
22
    margin:0;
5
	<?php printf(
23
    padding:0;
6
		__d('cake', 'The requested address was not found on this server.')
24
    font-family:Helvetica;
-
 
25
    background:#58d936; 
-
 
26
    width:100%;
-
 
27
    height:100%;
-
 
28
} 
7
	); ?>
29
.error{
-
 
30
	text-align: center;
-
 
31
	padding: 10px;
-
 
32
}
8
</p>
33
</style>