Dialer now shows incoming calls
[profile/ivi/webdialer.git] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3  * Copyright (c) 2012, Intel Corporation.
4  *
5  * This program is licensed under the terms and conditions of the
6  * Apache License, version 2.0.  The full text of the Apache License is at
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9 -->
10
11 <html>
12   <head>
13     <script type="text/javascript" src="http://localhost:7681/Tizen.Device.js"></script>        
14     <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>        
15     <script type="text/javascript" src="js/canvasObject.js"></script>
16     <script type="text/javascript" src="js/imageObject.js"></script>
17     <script type="text/javascript" src="js/shapeObject.js"></script>
18     <script type="text/javascript" src="js/buttonObject.js"></script>
19     <script type="text/javascript" src="js/textObject.js"></script> 
20     <script type="text/javascript" src="js/menuObject.js"></script>
21     <script type="text/javascript" src="js/dialer.js"></script>
22     <script type="text/javascript" src="js/mainPage.js"></script>
23     <script type="text/javascript" src="js/callPage.js"></script>      
24         
25     <meta name="viewport" content="width=device-width, initial-scale=1">
26     <title>Handsfree Dialer</title>
27
28   </head>
29   <body>
30
31    <canvas id="bgCanvas" style="z-index: 0; position:absolute; left:0px; top:0px;" width="800" height="1280"></canvas>
32    <canvas id="mainCanvas" style="z-index: 1; position:absolute; left:0px; top:0px;" width="800" height="1280"></canvas>
33    <canvas id="buttonCanvas" style="z-index: 2; position:absolute; left:0px; top:0px;" width="800" height="1280"></canvas>  
34    <canvas id="mouseClicks" style="z-index: 100; position:absolute; left:0px; top:0px;" width="800" height="1280"></canvas>
35       
36   </body>
37 </html>