/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to ErModeller/canvas_ER_demo_duggajs.html

  • Committer: b11johgu
  • Date: 2013-05-16 12:50:39 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: b11johgu@student.his.se-20130516125039-2vlxix2829z1hchh
deleted files not used
Added data in table "Users"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html>
3
 
        <head>
4
 
        <link rel="stylesheet" type="text/css" href="canvas.css">
5
 
        <script type="text/javascript" src="../js/jquery.js"></script>
6
 
        <script type="text/javascript" src="canvas.js"></script>
7
 
        <script type="text/javascript" src="../js/dugga.js"></script>
8
 
        </head>
9
 
        <body onload="setupcanvas();">
10
 
                <table>
11
 
                        <tr>
12
 
                                <td>
13
 
                                        <canvas id='a' width='600' height='600'>
14
 
                                        </canvas>
15
 
                                </td>
16
 
                                <td valign="top">
17
 
                                        <div id="background">
18
 
                                                <div id="infobox">
19
 
                                                   Change values to update diagram.<br>
20
 
                                                </div>
21
 
                                        </div>
22
 
                                </td>
23
 
                        </tr>
24
 
                </table>
25
 
        </body>
26
 
</html>