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

  • Committer: Gustav Hatvigsson
  • Date: 2013-04-11 09:20:09 UTC
  • mfrom: (19.1.5 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130411092009-ylcqzqwcmjdglb17
merged in implemetaion group one's team bransh, it contains code-ignighter
and the new admin-panel.
20130411

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
 
        <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>                
 
8
        <body onload="newButton();">
 
9
                <div id="infobox">
 
10
                </div>
18
11
        </body>
19
12
</html>
20
13