|
@@ -1,77 +1,79 @@
|
|
define("converse-templates", [
|
|
define("converse-templates", [
|
|
"tpl!src/templates/action",
|
|
"tpl!src/templates/action",
|
|
- "tpl!src/templates/message",
|
|
|
|
- "tpl!src/templates/new_day",
|
|
|
|
- "tpl!src/templates/info",
|
|
|
|
- "tpl!src/templates/controlbox",
|
|
|
|
- "tpl!src/templates/chatbox",
|
|
|
|
- "tpl!src/templates/toolbar",
|
|
|
|
- "tpl!src/templates/contacts_tab",
|
|
|
|
- "tpl!src/templates/contacts_panel",
|
|
|
|
- "tpl!src/templates/chatrooms_tab",
|
|
|
|
- "tpl!src/templates/login_tab",
|
|
|
|
"tpl!src/templates/add_contact_dropdown",
|
|
"tpl!src/templates/add_contact_dropdown",
|
|
"tpl!src/templates/add_contact_form",
|
|
"tpl!src/templates/add_contact_form",
|
|
- "tpl!src/templates/room_item",
|
|
|
|
- "tpl!src/templates/room_description",
|
|
|
|
- "tpl!src/templates/room_panel",
|
|
|
|
- "tpl!src/templates/chatroom",
|
|
|
|
|
|
+ "tpl!src/templates/change_status_message",
|
|
|
|
+ "tpl!src/templates/chat_status",
|
|
"tpl!src/templates/chatarea",
|
|
"tpl!src/templates/chatarea",
|
|
|
|
+ "tpl!src/templates/chatbox",
|
|
|
|
+ "tpl!src/templates/chatroom",
|
|
|
|
+ "tpl!src/templates/chatrooms_tab",
|
|
|
|
+ "tpl!src/templates/choose_status",
|
|
|
|
+ "tpl!src/templates/contacts",
|
|
|
|
+ "tpl!src/templates/contacts_panel",
|
|
|
|
+ "tpl!src/templates/contacts_tab",
|
|
|
|
+ "tpl!src/templates/controlbox",
|
|
|
|
+ "tpl!src/templates/controlbox_toggle",
|
|
|
|
+ "tpl!src/templates/field",
|
|
|
|
+ "tpl!src/templates/form_checkbox",
|
|
"tpl!src/templates/form_input",
|
|
"tpl!src/templates/form_input",
|
|
- "tpl!src/templates/select_option",
|
|
|
|
"tpl!src/templates/form_select",
|
|
"tpl!src/templates/form_select",
|
|
- "tpl!src/templates/form_checkbox",
|
|
|
|
- "tpl!src/templates/field",
|
|
|
|
|
|
+ "tpl!src/templates/info",
|
|
|
|
+ "tpl!src/templates/login_panel",
|
|
|
|
+ "tpl!src/templates/login_tab",
|
|
|
|
+ "tpl!src/templates/message",
|
|
|
|
+ "tpl!src/templates/new_day",
|
|
"tpl!src/templates/occupant",
|
|
"tpl!src/templates/occupant",
|
|
- "tpl!src/templates/roster_item",
|
|
|
|
"tpl!src/templates/pending_contact",
|
|
"tpl!src/templates/pending_contact",
|
|
|
|
+ "tpl!src/templates/pending_contacts",
|
|
"tpl!src/templates/requesting_contact",
|
|
"tpl!src/templates/requesting_contact",
|
|
"tpl!src/templates/requesting_contacts",
|
|
"tpl!src/templates/requesting_contacts",
|
|
- "tpl!src/templates/pending_contacts",
|
|
|
|
- "tpl!src/templates/contacts",
|
|
|
|
- "tpl!src/templates/chat_status",
|
|
|
|
- "tpl!src/templates/change_status_message",
|
|
|
|
- "tpl!src/templates/choose_status",
|
|
|
|
|
|
+ "tpl!src/templates/room_description",
|
|
|
|
+ "tpl!src/templates/room_item",
|
|
|
|
+ "tpl!src/templates/room_panel",
|
|
|
|
+ "tpl!src/templates/roster_item",
|
|
|
|
+ "tpl!src/templates/select_option",
|
|
"tpl!src/templates/status_option",
|
|
"tpl!src/templates/status_option",
|
|
- "tpl!src/templates/login_panel",
|
|
|
|
- "tpl!src/templates/controlbox_toggle"
|
|
|
|
|
|
+ "tpl!src/templates/toolbar",
|
|
|
|
+ "tpl!src/templates/trimmed_chats",
|
|
], function () {
|
|
], function () {
|
|
return {
|
|
return {
|
|
- action: arguments[0],
|
|
|
|
- message: arguments[1],
|
|
|
|
- new_day: arguments[2],
|
|
|
|
- info: arguments[3],
|
|
|
|
- controlbox: arguments[4],
|
|
|
|
- chatbox: arguments[5],
|
|
|
|
- toolbar: arguments[6],
|
|
|
|
- contacts_tab: arguments[7],
|
|
|
|
- contacts_panel: arguments[8],
|
|
|
|
- chatrooms_tab: arguments[9],
|
|
|
|
- login_tab: arguments[10],
|
|
|
|
- add_contact_dropdown: arguments[11],
|
|
|
|
- add_contact_form: arguments[12],
|
|
|
|
- room_item: arguments[13],
|
|
|
|
- room_description: arguments[14],
|
|
|
|
- room_panel: arguments[15],
|
|
|
|
- chatroom: arguments[16],
|
|
|
|
- chatarea: arguments[17],
|
|
|
|
- form_input: arguments[18],
|
|
|
|
- select_option: arguments[19],
|
|
|
|
- form_select: arguments[20],
|
|
|
|
- form_checkbox: arguments[21],
|
|
|
|
- field: arguments[22],
|
|
|
|
- occupant: arguments[23],
|
|
|
|
- roster_item: arguments[24],
|
|
|
|
- pending_contact: arguments[25],
|
|
|
|
- requesting_contact: arguments[26],
|
|
|
|
- requesting_contacts: arguments[27],
|
|
|
|
- pending_contacts: arguments[28],
|
|
|
|
- contacts: arguments[29],
|
|
|
|
- chat_status: arguments[30],
|
|
|
|
- change_status_message: arguments[31],
|
|
|
|
- choose_status: arguments[32],
|
|
|
|
- status_option: arguments[33],
|
|
|
|
- login_panel: arguments[34],
|
|
|
|
- controlbox_toggle: arguments[35]
|
|
|
|
|
|
+ action: arguments[0],
|
|
|
|
+ add_contact_dropdown: arguments[1],
|
|
|
|
+ add_contact_form: arguments[2],
|
|
|
|
+ change_status_message: arguments[3],
|
|
|
|
+ chat_status: arguments[4],
|
|
|
|
+ chatarea: arguments[5],
|
|
|
|
+ chatbox: arguments[6],
|
|
|
|
+ chatroom: arguments[7],
|
|
|
|
+ chatrooms_tab: arguments[8],
|
|
|
|
+ choose_status: arguments[9],
|
|
|
|
+ contacts: arguments[10],
|
|
|
|
+ contacts_panel: arguments[11],
|
|
|
|
+ contacts_tab: arguments[12],
|
|
|
|
+ controlbox: arguments[13],
|
|
|
|
+ controlbox_toggle: arguments[14],
|
|
|
|
+ field: arguments[15],
|
|
|
|
+ form_checkbox: arguments[16],
|
|
|
|
+ form_input: arguments[17],
|
|
|
|
+ form_select: arguments[18],
|
|
|
|
+ info: arguments[19],
|
|
|
|
+ login_panel: arguments[20],
|
|
|
|
+ login_tab: arguments[21],
|
|
|
|
+ message: arguments[22],
|
|
|
|
+ new_day: arguments[23],
|
|
|
|
+ occupant: arguments[24],
|
|
|
|
+ pending_contact: arguments[25],
|
|
|
|
+ pending_contacts: arguments[26],
|
|
|
|
+ requesting_contact: arguments[27],
|
|
|
|
+ requesting_contacts: arguments[28],
|
|
|
|
+ room_description: arguments[29],
|
|
|
|
+ room_item: arguments[30],
|
|
|
|
+ room_panel: arguments[31],
|
|
|
|
+ roster_item: arguments[32],
|
|
|
|
+ select_option: arguments[33],
|
|
|
|
+ status_option: arguments[34],
|
|
|
|
+ toolbar: arguments[35],
|
|
|
|
+ trimmed_chats: arguments[36]
|
|
};
|
|
};
|
|
});
|
|
});
|