/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: Erik Wikström
  • Date: 2013-04-09 09:21:05 UTC
  • mto: (21.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: wikxen@gmail.com-20130409092105-u1u3gxbql1vx65a7
Added missing WebGL javascript files, moved bothe them and the existing ones to /js. Updated references

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>