/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
<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("AjaxDemoApp5_showBookings.php","AjaxDemoApp3_getResources.php","AjaxDemoApp4_getBookingsForDate.txt","AJAX Example 4: List Bookings for Date (Resource Availability)","AjaxDemoApp4_getBookingsForDate.html","AjaxDemoApp4_getBookingsForDate1.html");
	
	$interestingrows = array(array(12,33,"Ajax return function"));
	$keywords = array("getBookingsForDate","processinputbox","OutputDiv","date");
	$highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));

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

	menulayoutend();
?>

</html>