/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
	<head>
		<link rel="stylesheet" type="text/css" href="../Codeviewer/showcode.css">
		<script language="javascript" " src="../Codeviewer/showcode.js"></script>
	</head>

<?php

	include("../Codeviewer/showcode.php");
	
	menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer_description.html");
	
	$interestingrows = array(array(8,18,"Ajax function"),array(20,34,"Ajax return function"));
	$keywords = array("showCustomer","ResultCustomer",'"Haakon"');
	$highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));

	showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp0_getCustomer.html");

	menulayoutend();

?>

</html>