/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 trunk/Code Tokenizer and Parser/Parser_Test.html

  • Committer: c11emian
  • Date: 2013-04-03 08:20:14 UTC
  • mto: (9.2.2 lenasys)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: c11emian@student.his.se-20130403082014-7qcjw4ul7jwpzgp7
Extracted the inline-css from Parser_Test.html and created Parser_Test.css where I inserted the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
        <head>
4
4
                <title>Parser test</title>
 
5
                <link rel="stylesheet" href="Parser_Test.css" type="text/css" media="screen" />
5
6
                <script type="text/javascript" src="Parser_Test.js"></script>
6
7
        </head>
7
8
        <body onload="newbutton();">
8
 
                <table>
9
 
                        <tr>
10
 
                                <td valign="top">
11
 
                                        <div style="border:2px solid black;background-color:#fed;width:500;height:1200;">
12
 
                                                <div id="infobox" style="padding:4px;">
13
 
                                                </div>
14
 
                                        </div>
15
 
                                </td>                   
16
 
                        </tr>
17
 
                </table>                
 
9
                <div id="infobox">
 
10
                </div>
18
11
        </body>
19
12
</html>
20
13