Subversion Repositories SmartDukaan

Rev

Rev 3541 | Rev 3552 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3541 Rev 3551
Line 1... Line 1...
1
<!DOCTYPE html>
1
<!DOCTYPE html>
2
<html>
2
<html>
3
<head>
3
<head>
4
	<title>Phone Price Comparison</title>
4
	<title>Phone Price Comparison</title>
5
	<link rel="stylesheet" type="text/css" href="/static/facebox.css" />
5
	<link rel="stylesheet" type="text/css" href="/static/facebox.css" />
6
	<style type="text/css">
6
	<link rel="stylesheet" type="text/css" href="/static/chart.css" />
7
body	{	font-size: 12px;	}
-
 
8
 
-
 
9
#datatable-container	{
-
 
10
	overflow: auto;
-
 
11
	height: 494px;
-
 
12
	width: 1000px;
-
 
13
}
-
 
14
 
-
 
15
.even	{	background-color: #EDEFF4;	}
-
 
16
td	{	padding: 4px; font-size: 12px;	}
-
 
17
td.name	{	width: 264px;	}
-
 
18
.price	{	width: 125px;	text-align: center;	}
-
 
19
 
-
 
20
.red	{	background-color: #FF9E9E;	}
-
 
21
 
-
 
22
.best {
-
 
23
	background-image: url(/static/images/best.png);
-
 
24
	background-repeat: no-repeat;
-
 
25
}
-
 
26
 
-
 
27
.with-feedback a.link-conflict	{	font-size: 10px;	}
-
 
28
 
-
 
29
.msg	{
-
 
30
	width: 300px;
-
 
31
	margin: 5px 10px;
-
 
32
	padding: 4px 10px;
-
 
33
	background-color: #FFFF75;
-
 
34
	font-weight: bold;
-
 
35
}
-
 
36
	</style>
-
 
37
</head>
7
</head>
38
<body>
8
<body>
39
	<h2>Phone Price Comparison Chart</h2>
9
	<h2>Phone Price Comparison Chart</h2>
40
{% if len(data) > 0 %}
10
{% if len(data) > 0 %}
41
	<table>
11
	<table>