-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
54 lines (44 loc) · 1.65 KB
/
index2.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
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<style>
#project-label {
display: block;
font-weight: bold;
margin-bottom: 1em;
}
#project-icon {
float: left;
height: 32px;
width: 32px;
}
#project-description {
margin: 0;
padding: 0;
}
</style>
<LINK href="jquery-ui/css/ui-lightness/jquery-ui-1.8.21.custom.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RGraph: Javascript charts for your website" href="http://www.rgraph.net/news.xml">
<link rel="stylesheet" href="css/website.css" type="text/css" media="screen" />
<script src="libraries/RGraph.common.core.js" ></script>
<script src="libraries/RGraph.common.tooltips.js" ></script>
<script src="libraries/RGraph.common.dynamic.js" ></script>
<script src="libraries/RGraph.common.effects.js" ></script>
<script src="libraries/RGraph.common.key.js" ></script>
<script src="libraries/RGraph.pie.js" ></script>
<!--[if lt IE 9]><script src="../excanvas/excanvas.js"></script><![endif]-->
<script src="js/index.js" type="text/javascript"></script>
<script src="jquery-ui/js/jquery-ui-1.8.21.custom.min.js" type="text/javascript"></script>
</head>
<body>
<div class="demo">
<div id="project-label">Enter MP's name:</div>
<img id="project-icon" src="images/transparent_1x1.png" class="ui-state-default"//>
<input id="project"/>
<input type="hidden" id="project-id"/>
<p id="project-description"></p>
</div><!-- End demo -->
<div class="demo-description">
<canvas width="158" height="95" id="myPie" style="float: right; opacity: 1; cursor: default; position:absolute; bottom:0px;"></canvas>
</div><!-- End demo-description -->
</body>
</html>