/lenasys/0.1

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

« back to all changes in this revision

Viewing changes to Widget Library/sliderdemo.html

  • Committer: c11emian
  • Date: 2013-04-03 12:27:12 UTC
  • mfrom: (9 lenasys)
  • mto: (9.2.2 lenasys)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: c11emian@student.his.se-20130403122712-ha93wrxm4isfv16h
Adjusted the file showcode.php so that it conforms to our code standard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
        <head>
 
4
                <title>Slider Demo</title>
 
5
                <link rel="stylesheet" type="text/css" href="sliderdemo.css">
 
6
                <script type="text/javascript" src="sliderdemo.js"></script>
 
7
        </head>
 
8
        <body onmousedown="mbpress(event);" onmouseup="mbrelease(event);">
 
9
                <div id="container">
 
10
                        <br>
 
11
                        <input id="slider1box" type="text">
 
12
                        <div id="slider1" onmousemove="updateslider(event, 1, 2, 7, 160, 'slider1marker', 'slider1box');" onmouseup="updateslider(event, 1, 2, 7, 160, 'slider1marker', 'slider1box');">
 
13
                                <div id="slider1marker"></div>
 
14
                        </div>
 
15
                </div>
 
16
                <div id="demo">
 
17
                        Poo
 
18
                </div>
 
19
        </body>
 
20
</html>
 
 
b'\\ No newline at end of file'