/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.php

  • Committer: galaxyAbstractor
  • Date: 2013-04-03 13:03:30 UTC
  • mfrom: (9.6.3 lenasys)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: galaxyabstractor@gmail.com-20130403130330-bxn3mpii64l32fcc
adams branch

Show diffs side-by-side

added added

removed removed

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