/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 Hartvigsson
  • Date: 2013-04-08 08:05:58 UTC
  • mfrom: (19.4.4 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130408080558-0o7itutyu7jrn48b
Note to self: "bzr resolve --all" works like magic.
Merged implementation group 1's branch.
20130408.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
1
2
<html>
2
3
        <head>
3
4
                <link rel="stylesheet" type="text/css" href="../Codeviewer/showcode.css">
4
5
                <script language="javascript" " src="../Codeviewer/showcode.js"></script>
5
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
=======
6
27
 
7
28
<?php
8
29
 
21
42
?>
22
43
 
23
44
</body>
 
45
>>>>>>> MERGE-SOURCE
24
46
</html>