/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: galaxyAbstractor
  • Date: 2013-04-10 15:49:32 UTC
  • mto: (19.1.5 lenasys)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: galaxyabstractor@gmail.com-20130410154932-4vizlzk0ar5gykvi
* Added an simple admin panel to the codeviewer-cmssy stuff
* Redesigned a bit like the mockups - still stuff to come
* Implemented the codeviewer + admin panel again using the Framework CodeIgniter instead 

Show diffs side-by-side

added added

removed removed

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