/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1 by Henrik G.
First seed of Lenasys ... Needs to be Organized Further
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.6.1 by c11emian
Fixed bug #1164571 by changing the name of newbutton() to newButton() in Parser_Test.html, and bug
11
<<<<<<< TREE
12
	menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer.html");
13
=======
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.
14
	menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer_description.html");
11.6.1 by c11emian
Fixed bug #1164571 by changing the name of newbutton() to newButton() in Parser_Test.html, and bug
15
>>>>>>> MERGE-SOURCE
1 by Henrik G.
First seed of Lenasys ... Needs to be Organized Further
16
	
4.3.1 by a11vikob
In "Code Viewer Alt":
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"));
1 by Henrik G.
First seed of Lenasys ... Needs to be Organized Further
20
21
	showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp0_getCustomer.html");
22
23
	menulayoutend();
24
25
?>
26
27
</html>