bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
|
11.6.1
by c11emian
Fixed bug #1164571 by changing the name of newbutton() to newButton() in Parser_Test.html, and bug |
1 |
<!DOCTYPE html>
|
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
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> |
|
|
11.6.1
by c11emian
Fixed bug #1164571 by changing the name of newbutton() to newButton() in Parser_Test.html, and bug |
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 |
======= |
|
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
27 |
|
28 |
<?php
|
|
29 |
||
30 |
include("../Codeviewer/showcode.php"); |
|
31 |
||
|
12.1.2
by elof.bigestans at gmail
* Added description files for code examples. These were removed on a previous clean-up job, when they shouldn't have been. |
32 |
menulayout("AjaxDemoApp2_getCustomerBookings.php","AjaxDemoApp0_getCustomer.php","AjaxDemoApp1_storeCustomer.txt","AJAX Example 1: Creation of Customer","AjaxDemoApp1_storeCustomer.html","AjaxDemoApp1_storeCustomer_description.html"); |
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
33 |
|
|
4.3.1
by a11vikob
In "Code Viewer Alt": |
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")); |
|
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
37 |
|
38 |
showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp1_storeCustomer.html"); |
|
39 |
||
40 |
menulayoutend(); |
|
41 |
||
42 |
?>
|
|
43 |
||
44 |
</body> |
|
|
11.6.1
by c11emian
Fixed bug #1164571 by changing the name of newbutton() to newButton() in Parser_Test.html, and bug |
45 |
>>>>>>> MERGE-SOURCE |
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
46 |
</html> |