/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: Gustav Hartvigsson
  • Date: 2013-04-12 19:13:58 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130412191358-lvnmll48cw7idkzk
added:
* COPYING - licensing information
* COPYRIGHT_HEADER - the header that should be in every file related to
  the project.
* README - Information about the project.
* lgpl-3.0 - The license that is used by this project.

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>