<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Apple iPhone 6 Plus</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>736</PageWidth>
	<PageHeight>414</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="DateToLocale">
					<Code>var today  = new Date(year,month,day);
returnvar=today.toLocaleDateString();
return returnvar;</Code>
					<Params>year|INTEGER|Year;month|INTEGER|Month;day|INTEGER|Day;returnvar|VARREF|Variable to store the date</Params>
					<ScriptLanguage>JavaScript</ScriptLanguage>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Pager id="Pager1">
							<left>288px</left>
							<top>176px</top>
							<width>168px</width>
							<height>40px</height>
							<prev_caption>&lt;span class=&quot;glyphicon glyphicon-arrow-left&quot;&gt;&lt;/span&gt;</prev_caption>
							<next_caption>&lt;span class=&quot;glyphicon glyphicon-arrow-right&quot;&gt;&lt;/span&gt;</next_caption>
							<prevclick>GotoPrevPage</prevclick>
							<nextclick>GotoNextPage</nextclick>
						</Pager>
					</Components>
				</Page>
				<Page id="NewPage1">
					<pageenter>BeginJS
   $(&quot;ul a&quot;).attr(&quot;href&quot;, &quot;#!/&quot;+$App.NAB.PageID);
EndJS</pageenter>
					<Components>
						<Dropdown id="Dropdown1">
							<left>160px</left>
							<top>200px</top>
							<width>192px</width>
							<height>40px</height>
							<items>1,2,3,4</items>
							<variable>[var1]</variable>
						</Dropdown>
						<Dropdown id="Dropdown2">
							<left>376px</left>
							<top>200px</top>
							<width>192px</width>
							<height>40px</height>
							<items>1,2,3,4</items>
							<variable>[var2]</variable>
						</Dropdown>
						<Container id="Container1">
							<left>160px</left>
							<top>136px</top>
							<width>192px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[var1]</html>
						</Container>
						<Container id="Container2">
							<left>376px</left>
							<top>136px</top>
							<width>192px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>[var2]</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>736px</width>
							<height>414px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
