/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 Viewer Alt/AJAX/AjaxDemoApp0_getCustomer.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-29 11:07:14 UTC
  • mfrom: (124.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130529110714-4iioizgqujt45riz
Merged Wikströms changes:

Added display of statistics in the sidepane

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
        <head>
3
 
                <link rel="stylesheet" type="text/css" href="../Codeviewer/showcode.css">
4
 
                <script language="javascript" " src="../Codeviewer/showcode.js"></script>
5
 
        </head>
6
 
 
7
 
<?php
8
 
 
9
 
        include("../Codeviewer/showcode.php");
10
 
        
11
 
<<<<<<< TREE
12
 
        menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer.html");
13
 
=======
14
 
        menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer_description.html");
15
 
>>>>>>> MERGE-SOURCE
16
 
        
17
 
        $interestingrows = array(array(8,18,"Ajax function"),array(20,34,"Ajax return function"));
18
 
        $keywords = array("showCustomer","ResultCustomer",'"Haakon"');
19
 
        $highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
20
 
 
21
 
        showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp0_getCustomer.html");
22
 
 
23
 
        menulayoutend();
24
 
 
25
 
?>
26
 
 
27
 
</html>