/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 CodeViewer/Codeviewer/showsource.php

  • Committer: Adam Ringhede
  • Date: 2013-04-03 13:00:19 UTC
  • mto: (4.7.13 GammaBear)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: adamringhede@live.com-20130403130019-pjejyj5u78v6rcew
No longer creates two body elements in CodeViewer

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
                <link rel="stylesheet" type="text/css" href="showcode.css">
5
5
                <script type="text/javascript" src="showcode.js"></script>
6
6
        </head>
7
 
        <body>
8
7
<?php
9
8
        include("showcode.php");
10
9
        
29
28
        showfile($interestingrows,$keywords,$highlight, "test.txt");
30
29
        menulayoutend();
31
30
?>
32
 
</body>
33
31
</html>