<?xml version='1.0' encoding='UTF-8'?>
<layout>

	<category>
		<id>sidebar_dashboard</id>
		<aid>s0</aid>
		<type>item</type>
		<icon>fa fa-dashboard fa-fw</icon>
		<text>Dashboard</text>
		<href>#</href>
		<onclick>ajaxDashboard('*k*','display')</onclick>
	</category>

	<category>
		<id>sidebar_eventstorage</id>
		<aid>s1</aid>
		<type>dropdown</type>
		<icon>fa fa-hdd-o fa-fw</icon>
		<text>Storage Summit Event</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s1-0</aid>
			<type>item</type>
			<icon>fa fa-file-excel-o fa-fw</icon>
			<text>Upload Report</text>
			<href>#</href>
			<onclick>ajaxEventHpUploadReport('*k*','display')</onclick>
		</item>
		<item>
			<aid>s1-1</aid>
			<type>item</type>
			<icon>fa fa-users fa-fw</icon>
			<text>Registrant</text>
			<href>#</href>
			<onclick>ajaxEventHpRegistrant('*k*','display',1,0)</onclick>
		</item>
		<item>
			<aid>s1-2</aid>
			<type>item</type>
			<icon>fa fa-plane fa-fw</icon>
			<text>Flight Itinerary</text>
			<href>#</href>
			<onclick>ajaxEventHpFlightItinerary('*k*','display',1,0)</onclick>
		</item>
		<item>
			<aid>s1-3</aid>
			<type>item</type>
			<icon>fa fa-envelope fa-fw</icon>
			<text>Email Report</text>
			<href>#</href>
			<onclick>ajaxEventHpEmailSend('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>s1-4</aid>
			<type>item</type>
			<icon>fa fa-check-square-o fa-fw</icon>
			<text>Email Confirmation</text>
			<href>#</href>
			<onclick>ajaxEventHpEmailConfirm('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>s1-5</aid>
			<type>item</type>
			<icon>fa fa-envelope-o fa-fw</icon>
			<text>Email Admin</text>
			<href>#</href>
			<onclick>ajaxEventHpEmailAdmin('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>s1-6</aid>
			<type>item</type>
			<icon>fa fa-map fa-fw</icon>
			<text>Country Admin</text>
			<href>#</href>
			<onclick>ajaxEventHpCountryAdmin('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>s1-7</aid>
			<type>item</type>
			<icon>fa fa-table fa-fw</icon>
			<text>Email Logs</text>
			<href>#</href>
			<onclick>ajaxEventHpEmailLog('*k*','display',1)</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_eventdriving</id>
		<aid>s2</aid>
		<type>dropdown</type>
		<icon>fa fa-car fa-fw</icon>
		<text>Driving Event</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s2-0</aid>
			<type>item</type>
			<icon>fa fa-eye fa-fw</icon>
			<text>View Registration</text>
			<href>#</href>
			<onclick>ajaxEventDrivingView('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>s2-1</aid>
			<type>item</type>
			<icon>fa fa-file-excel-o fa-fw</icon>
			<text>Export To Excel</text>
			<href>#</href>
			<onclick>ajaxEventDrivingExcel('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>s2-2</aid>
			<type>item</type>
			<icon>fa fa-check fa-fw</icon>
			<text>Assigned Resource</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_projectplan</id>
		<aid>s3</aid>
		<type>dropdown</type>
		<icon>fa fa-sitemap fa-fw</icon>
		<text>Project Plan</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s3-0</aid>
			<type>item</type>
			<icon>fa fa-check fa-fw</icon>
			<text>Assigned Resource</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>s3-1</aid>
			<type>item</type>
			<icon>fa fa-eye fa-fw</icon>
			<text>View Active Projects</text>
			<href>#</href>
			<onclick>ajaxProjectPlanView('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>s3-2</aid>
			<type>item</type>
			<icon>fa fa-eye fa-fw</icon>
			<text>View Archived Projects</text>
			<href>#</href>
			<onclick>ajaxProjectPlanView('*k*','display',1)</onclick>
		</item>
		<item>
			<aid>s3-3</aid>
			<type>item</type>
			<icon>fa fa-eye fa-fw</icon>
			<text>View Checkout Projects</text>
			<href>#</href>
			<onclick>ajaxProjectPlanView('*k*','display',1)</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_users</id>
		<aid>s4</aid>
		<type>dropdown</type>
		<icon>fa fa-users fa-fw</icon>
		<text>Users</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s4-0</aid>
			<type>item</type>
			<icon>fa fa-user fa-fw</icon>
			<text>Active</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>s4-1</aid>
			<type>item</type>
			<icon>fa fa-user-secret fa-fw</icon>
			<text>Non-activated</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>s4-2</aid>
			<type>item</type>
			<icon>fa fa-user-times fa-fw</icon>
			<text>Deleted</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>s4-3</aid>
			<type>item</type>
			<icon>fa fa-group fa-fw</icon>
			<text>Groups</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_resource</id>
		<aid>s5</aid>
		<type>dropdown</type>
		<icon>fa fa-certificate fa-fw</icon>
		<text>Resources</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s5-0</aid>
			<type>item</type>
			<icon>fa fa-map fa-fw</icon>
			<text>Department</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>s5-1</aid>
			<type>item</type>
			<icon>fa fa-male fa-fw</icon>
			<text>Manpower Type</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_activity</id>
		<aid>s6</aid>
		<type>dropdown</type>
		<icon>fa fa-history fa-fw</icon>
		<text>Activities</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s6-0</aid>
			<type>item</type>
			<icon>fa fa-users fa-fw</icon>
			<text>Users</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>s6-1</aid>
			<type>item</type>
			<icon>fa fa-sitemap fa-fw</icon>
			<text>Projects</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_report</id>
		<aid>s7</aid>
		<type>dropdown</type>
		<icon>fa fa-bar-chart fa-fw</icon>
		<text>Report</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s7-0</aid>
			<type>item</type>
			<icon>fa fa-building-o fa-fw</icon>
			<text>Companies</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_export</id>
		<aid>s8</aid>
		<type>dropdown</type>
		<icon>fa fa-download fa-fw</icon>
		<text>Export</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s8-0</aid>
			<type>item</type>
			<icon>fa fa-briefcase fa-fw</icon>
			<text>Project</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_import</id>
		<aid>s9</aid>
		<type>dropdown</type>
		<icon>fa fa-upload fa-fw</icon>
		<text>Import</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s9-0</aid>
			<type>item</type>
			<icon>fa fa-briefcase fa-fw</icon>
			<text>Project</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</category>

	<category>
		<id>sidebar_checkinout</id>
		<aid>s20</aid>
		<type>dropdown</type>
		<icon>fa fa-outdent fa-fw</icon>
		<text>Check in/out</text>
		<href>#</href>
		<onclick></onclick>

		<item>
			<aid>s20-0</aid>
			<type>item</type>
			<icon>fa fa-outdent fa-fw</icon>
			<text>Check out Project</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>s20-1</aid>
			<type>item</type>
			<icon>fa fa-outdent fa-fw</icon>
			<text>Update Checkout Project</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
		<item>
			<aid>s20-2</aid>
			<type>item</type>
			<icon>fa fa-indent fa-fw</icon>
			<text>Check in Project</text>
			<href>#</href>
			<onclick>ajaxNI('*k*','display')</onclick>
		</item>
	</category>

</layout>
