diff --git a/business/templates/configuration_items_menu.html b/business/templates/configuration_items_menu.html
new file mode 100644
index 000000000..94f9c5766
--- /dev/null
+++ b/business/templates/configuration_items_menu.html
@@ -0,0 +1,18 @@
+
UI:ConfigurationItemsMenu:Title
+
+
+|
+SELECT bizServer
+ |
+
+SELECT bizPC
+ |
+
+|
+SELECT bizNetworkDevice
+ |
+
+SELECT bizApplication
+ |
+
+
diff --git a/business/templates/configuration_management_menu.html b/business/templates/configuration_management_menu.html
new file mode 100644
index 000000000..c5c2a82a7
--- /dev/null
+++ b/business/templates/configuration_management_menu.html
@@ -0,0 +1,20 @@
+UI:ConfigurationManagementMenu:Title
+
+
+|
+SELECT logInfra
+ |
+
+SELECT logInfra
+ |
+
+
+
+UI-ConfigurationManagementMenu-InfraByType
+SELECT logInfra
+ |
+
+
+ |
+
+
diff --git a/business/templates/contacts_menu.html b/business/templates/contacts_menu.html
new file mode 100644
index 000000000..b9e6cee7b
--- /dev/null
+++ b/business/templates/contacts_menu.html
@@ -0,0 +1,22 @@
+UI:ContactsMenu:Title
+
+
+
+UI-ContactsMenu-ContactsByLocation
+SELECT bizContact
+ |
+
+SELECT bizContact
+ |
+
+
+
+UI-ContactsMenu-ContactsByType
+SELECT bizContact
+ |
+
+UI-ContactsMenu-ContactsByStatus
+SELECT bizContact
+ |
+
+
diff --git a/business/templates/notifications_menu.html b/business/templates/notifications_menu.html
new file mode 100644
index 000000000..fb10b38d4
--- /dev/null
+++ b/business/templates/notifications_menu.html
@@ -0,0 +1,35 @@
+
+
+
+

+
UI:NotificationsMenu:HelpContent
+
+
+
+
+
+ UI:NotificationsMenu:AvailableTriggers
+
+
+
+ UI:NotificationsMenu:OnCreate
+ SELECT TriggerOnObjectCreate
+ |
+
+ UI:NotificationsMenu:OnStateEnter
+ SELECT TriggerOnStateEnter
+ |
+
+ UI:NotificationsMenu:OnStateLeave
+ SELECT TriggerOnStateLeave
+ |
+
+
+
+
+ UI:NotificationsMenu:AvailableActions
+ SELECT ActionEmail
+
+
diff --git a/business/templates/welcome_menu.html b/business/templates/welcome_menu.html
new file mode 100644
index 000000000..722f9c4b6
--- /dev/null
+++ b/business/templates/welcome_menu.html
@@ -0,0 +1,51 @@
+
+
+
+
+
UI:WelcomeMenu:Title
+
+
+
+|
+UI:WelcomeMenu:LeftBlock
+ |
+
+UI:WelcomeMenu:RightBlock
+ |
+
+
+|
+ UI:WelcomeMenu:MyCalls
+SELECT bizServiceCall AS i WHERE i.caller_id = :current_contact_id
+ |
+
+ UI:WelcomeMenu:MyIncidents
+SELECT bizIncidentTicket AS i WHERE i.caller_id = :current_contact_id
+ |
+
+
+
+