/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/AjaxDemoApp1_storeCustomer.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
 
<!DOCTYPE html>
2
 
<html>
3
 
        <head>
4
 
                <link rel="stylesheet" type="text/css" href="../Codeviewer/showcode.css">
5
 
                <script language="javascript" " src="../Codeviewer/showcode.js"></script>
6
 
        </head>
7
 
<<<<<<< TREE
8
 
        <body>
9
 
        <?php
10
 
 
11
 
                include("../Codeviewer/showcode.php");
12
 
                
13
 
                menulayout("AjaxDemoApp2_getCustomerBookings.php","AjaxDemoApp0_getCustomer.php","AjaxDemoApp1_storeCustomer.txt","AJAX Example 1: Creation of Customer","AjaxDemoApp1_storeCustomer.html","AjaxDemoApp1_storeCustomer1.html");
14
 
                
15
 
                $interestingrows = array(array(7,26,"Ajax function"),array(28,36,"Ajax return function"));
16
 
                $keywords = array("makeCustomer","storeCustomer","ResultCustomer","customerID");
17
 
                $highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
18
 
 
19
 
                showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp1_storeCustomer.html");
20
 
 
21
 
                menulayoutend();
22
 
 
23
 
        ?>
24
 
 
25
 
        </body>
26
 
=======
27
 
 
28
 
<?php
29
 
 
30
 
        include("../Codeviewer/showcode.php");
31
 
        
32
 
        menulayout("AjaxDemoApp2_getCustomerBookings.php","AjaxDemoApp0_getCustomer.php","AjaxDemoApp1_storeCustomer.txt","AJAX Example 1: Creation of Customer","AjaxDemoApp1_storeCustomer.html","AjaxDemoApp1_storeCustomer_description.html");
33
 
        
34
 
        $interestingrows = array(array(7,26,"Ajax function"),array(28,36,"Ajax return function"));
35
 
        $keywords = array("makeCustomer","storeCustomer","ResultCustomer","customerID");
36
 
        $highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
37
 
 
38
 
        showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp1_storeCustomer.html");
39
 
 
40
 
        menulayoutend();
41
 
 
42
 
?>
43
 
 
44
 
</body>
45
 
>>>>>>> MERGE-SOURCE
46
 
</html>