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

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-31 06:15:46 UTC
  • mfrom: (90.1.20 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130531061546-vj8z28sq375kvghq
Merged Jonsson:s changes:
Fixed the layout on cms index so the arrows and dots marks expanded objects.
Fixed so the course content is sorted by course occasion and not by name

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
        include("showcode.php");
3
 
        
4
 
        menulayout("innan.php","efter.php","test2.txt","Example 1: Execution of AJAX API","test.txt", "test2.txt");
5
 
        
6
 
        $interestingrows = array(
7
 
                array(1,5,"Ajax function"),
8
 
                array(7,8,"Ajax return function")
9
 
        );
10
 
 
11
 
        $keywords = array(
12
 
                "showCustomer",
13
 
                "ResultCustomer"
14
 
        );
15
 
 
16
 
        $highlight = array(
17
 
                array("{", "highlightnormal"),
18
 
                array("}", "highlightnormal"),
19
 
                array("function", "highlightspecial")
20
 
        );
21
 
 
22
 
        showfile($interestingrows,$keywords,$highlight, "test.txt");
23
 
        menulayoutend();
24
 
?>
 
 
b'\\ No newline at end of file'