<?xml version='1.0' encoding='UTF-8'?>
<layout>

	<dropdown>
		<id>dropdown_new</id>
		<aid>n0</aid>
		<type>dropdown</type>
		<icon>fa fa-plus fa-fw</icon>
		<text>Create New</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>n0-0</aid>
			<type>item</type>
			<icon>fa fa-car fa-stack-1x</icon>
			<text>Test Driving Appointment</text>
			<href>#</href>
			<onclick>ajaxAppointmentDrivingNew('*k*','display')</onclick>
		</item>
		<item>
			<aid>n0-2</aid>
			<type>item</type>
			<icon>fa fa-car fa-stack-1x</icon>
			<text>Driving Event</text>
			<href>#</href>
			<onclick>ajaxEventDrivingNew('*k*','display')</onclick>
		</item>
		<item>
			<aid>n0-3</aid>
			<type>item</type>
			<icon>fa fa-sitemap fa-stack-1x</icon>
			<text>Project Plan</text>
			<href>#</href>
			<onclick>ajaxProjectPlanNew('*k*','new')</onclick>
		</item>
		<item>
			<aid>n0-4</aid>
			<type>item</type>
			<icon>fa fa-puzzle-piece fa-stack-1x</icon>
			<text>Template Project</text>
			<href>#</href>
			<onclick>ajaxTemplateProjectNew('*k*','new')</onclick>
		</item>
		<item>
			<aid>n0-5</aid>
			<type>item</type>
			<icon>fa fa-map fa-stack-1x</icon>
			<text>Department</text>
			<href>#</href>
			<onclick>ajaxDepartmentNew('*k*','display')</onclick>
		</item>
		<item>
			<aid>n0-6</aid>
			<type>item</type>
			<icon>fa fa-male fa-stack-1x</icon>
			<text>Manpower Type</text>
			<href>#</href>
			<onclick>ajaxManpowerNew('*k*','display')</onclick>
		</item>
		<item>
			<aid>n0-7</aid>
			<type>item</type>
			<icon>fa fa-certificate fa-stack-1x</icon>
			<text>Resource</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n0-8</aid>
			<type>item</type>
			<icon>fa fa-keyboard-o fa-stack-1x</icon>
			<text>Accessory</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n0-9</aid>
			<type>item</type>
			<icon>fa fa-tint fa-stack-1x</icon>
			<text>Consumable</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n0-10</aid>
			<type>item</type>
			<icon>fa fa-envelope-o fa-stack-1x</icon>
			<text>Email Server</text>
			<href>#</href>
			<onclick>ajaxEmailNew('*k*','display')</onclick>
		</item>
		<item>
			<aid>n0-11</aid>
			<type>item</type>
			<icon>fa fa-user fa-stack-1x</icon>
			<text>User</text>
			<href>#</href>
			<onclick>ajaxuserNew('*k*','display')</onclick>
		</item>
	</dropdown>

	<dropdown>
		<id>dropdown_user</id>
		<aid>n1</aid>
		<type>dropdown</type>
		<icon>fa fa-user fa-fw</icon>
		<text>Welcome, *user*</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>n1-0</aid>
			<type>item</type>
			<icon>fa fa-check fa-stack-1x</icon>
			<text>View Assigned Projects</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n1-1</aid>
			<type>item</type>
			<icon>fa fa-user fa-stack-1x</icon>
			<text>Edit Your Profile</text>
			<href>#</href>
			<onclick>ajaxProfileEdit('*k*','display')</onclick>
		</item>
		<item>
			<aid>n1-2</aid>
			<type>item</type>
			<icon>fa fa-lock fa-stack-1x</icon>
			<text>Change Password</text>
			<href>#</href>
			<onclick>ajaxProfilePassword('*k*','display')</onclick>
		</item>
		<item>
			<aid>n1-3</aid>
			<type>item</type>
			<icon>fa fa-envelope fa-stack-1x</icon>
			<text>Change Email Address</text>
			<href>#</href>
			<onclick>ajaxProfileEmail('*k*','display')</onclick>
		</item>
		<item>
			<aid>n1-4</aid>
			<type>item</type>
			<icon>fa fa-question fa-stack-1x</icon>
			<text>Help</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<type>separator</type>
		</item>
		<item>
			<aid>n1-5</aid>
			<type>item</type>
			<icon>fa fa-sign-out fa-stack-1x</icon>
			<text>Logout</text>
			<href>signout.php</href>
			<onclick></onclick>
		</item>
	</dropdown>

	<dropdown>
		<id>dropdown_admin</id>
		<aid>n2</aid>
		<type>dropdown</type>
		<icon>fa fa-wrench fa-fw</icon>
		<text>Admin</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>n2-0</aid>
			<type>item</type>
			<icon>fa fa-pencil-square-o fa-stack-1x</icon>
			<icon>fa fa-envelope-o fa-stack-1x</icon>
			<text>Email Server</text>
			<href>#</href>
			<onclick>ajaxEmailServerAdmin('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>n2-1</aid>
			<type>item</type>
			<icon>fa fa-pencil-square-o fa-stack-1x</icon>
			<icon>fa fa-car fa-stack-1x</icon>
			<text>Driving Event</text>
			<href>#</href>
			<onclick>ajaxEventDrivingAdmin('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>n2-2</aid>
			<type>item</type>
			<icon>fa fa-pencil-square-o fa-stack-1x</icon>
			<icon>fa fa-map fa-stack-1x</icon>
			<text>Department</text>
			<href>#</href>
			<onclick>ajaxDepartmentAdmin('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>n2-3</aid>
			<type>item</type>
			<icon>fa fa-pencil-square-o fa-stack-1x</icon>
			<icon>fa fa-male fa-stack-1x</icon>
			<text>Manpower Type</text>
			<href>#</href>
			<onclick>ajaxManpowerAdmin('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>n2-4</aid>
			<type>item</type>
			<icon>fa fa-user fa-stack-1x</icon>
			<text>User</text>
			<href>#</href>
			<onclick>ajaxUserAdmin('*k*','display',1,0)</onclick>
		</item>
		<item>
			<aid>n2-5</aid>
			<type>item</type>
			<icon>fa fa-building-o fa-stack-1x</icon>
			<text>Companies</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-6</aid>
			<icon>fa fa-th fa-stack-1x</icon>
			<text>Asset Models</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-7</aid>
			<type>item</type>
			<icon>fa fa-check fa-stack-1x</icon>
			<text>Manufacturers</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-8</aid>
			<type>item</type>
			<icon>fa fa-briefcase fa-stack-1x</icon>
			<text>Categories</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-9</aid>
			<icon>fa fa-credit-card fa-stack-1x</icon>
			<text>Suppliers</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-10</aid>
			<type>item</type>
			<icon>fa fa-list fa-stack-1x</icon>
			<text>Status Labels</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-11</aid>
			<type>item</type>
			<icon>fa fa-arrow-down fa-stack-1x</icon>
			<text>Depreciation</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-12</aid>
			<type>item</type>
			<icon>fa fa-globe fa-stack-1x</icon>
			<text>Locations</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-13</aid>
			<type>item</type>
			<icon>fa fa-group fa-stack-1x</icon>
			<text>Groups</text>
			<href>#</href>
			<onclick>ajaxGroupAdmin('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>n2-14</aid>
			<type>item</type>
			<icon>fa fa-download fa-stack-1x</icon>
			<text>Backups</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>n2-15</aid>
			<type>item</type>
			<icon>fa fa-cog fa-stack-1x</icon>
			<text>Settings</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</dropdown>

</layout>
