forked from mike-tuxedo/qpt-2-b
-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.html
44 lines (40 loc) · 1.96 KB
/
layout.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<title>Greenpeace - Marktcheck.at</title>
<link type="text/css" href="styles/style.css" rel="stylesheet" media="screen"/>
<link type="text/css" href="styles/styleProductDetail.css" rel="stylesheet" media="screen"/>
<link type="text/css" href="styles/styleProductListCategoryList.css" rel="stylesheet" media="screen"/>
<link type="text/css" href="styles/styleHomeScreen.css" rel="stylesheet" media="screen"/>
<link type="text/css" href="styles/styleResultScreen.css" rel="stylesheet" media="screen"/>
<link type="text/css" href="styles/styleSettings.css" rel="stylesheet" media="screen"/>
<link type="text/css" href="styles/iphone640px.css" rel="stylesheet" media="screen"/>
</head>
<body>
<div id="navigationHeader">
{NAVIGATION_HEADER}
</div>
<div id="site">
<div id="settings">
<ul>
<li><a href="settingsSignup.php">Registrieren</a></li>
<li id="loginEntrie"><a href="settingsLogin.php">Login</a></li>
<li id="logoutEntrie"><a href="logout.php">Logout</a></li>
</ul>
</div>
<div id="contentArea">
{TITLE}
{GREETING}
{SEARCHFIELD}
{CONTENT}
</div>
</div>
<script type="text/javascript" src="scripts/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="scripts/global.js"></script>
</body>
</html>