/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("AjaxDemoApp8_getResourceAvailability.php","AjaxDemoApp6_makeBookings.php","AjaxDemoApp7_makeBookingsTimer.txt","AJAX Example 7: Make Bookings With Timer","AjaxDemoApp7_makeBookingsTimer.html","AjaxDemoApp7_makeBookingsTimer.htm");
	
	$interestingrows=array(array(22,39,"Make Booking"),array(46,82,"Ajax return function"),array(110,127,"Timer"),array(92,92,"Timer"));
	$keywords=array("resultSize","drawResult","resultBooking","processinputbox","OutputDiv","bookPosition","resource","bookingdate");
	$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));

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

	menulayoutend();

?>

</html>