this["templates"] = this["templates"] || {};
this["templates"]["action"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '
\n';
}
return __p
};
this["templates"]["add_contact_dropdown"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n - \n \n ' +
((__t = (label_add_contact)) == null ? '' : __t) +
'\n
\n \n
\n';
}
return __p
};
this["templates"]["add_contact_form"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n \n\n';
}
return __p
};
this["templates"]["change_status_message"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["chat_status"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["chatarea"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["chatbox"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n
\n
\n
\n
\n
\n
\n
\n';
}
return __p
};
this["templates"]["chatroom"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n
\n
\n
\n
\n
\n
' +
((__t = ( _.escape(name) )) == null ? '' : __t) +
'
\n
\n
\n
\n
\n';
}
return __p
};
this["templates"]["chatroom_password_form"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n
\n\n';
}
return __p
};
this["templates"]["chatroom_sidebar"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n\n\n\n\n';
}
return __p
};
this["templates"]["chatrooms_tab"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (label_rooms)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["chats_panel"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["choose_status"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n \n \n
\n';
}
return __p
};
this["templates"]["contacts_panel"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["contacts_tab"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (label_contacts)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["controlbox"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["controlbox_toggle"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (label_toggle)) == null ? '' : __t) +
'\n(0)\n';
}
return __p
};
this["templates"]["field"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '';
if (_.isArray(value)) { ;
__p += '\n ';
_.each(value,function(arrayValue) { ;
__p += '' +
((__t = (arrayValue)) == null ? '' : __t) +
'';
}); ;
__p += '\n';
} else { ;
__p += '\n ' +
((__t = (value)) == null ? '' : __t) +
'\n';
} ;
__p += '\n';
}
return __p
};
this["templates"]["form_captcha"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
if (label) { ;
__p += '\n\n';
} ;
__p += '\n\n\n\n\n';
}
return __p
};
this["templates"]["form_checkbox"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n\n';
}
return __p
};
this["templates"]["form_input"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
if (label) { ;
__p += '\n\n';
} ;
__p += '\n\n';
}
return __p
};
this["templates"]["form_select"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n\n';
}
return __p
};
this["templates"]["form_textarea"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n\n';
}
return __p
};
this["templates"]["form_username"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
if (label) { ;
__p += '\n\n';
} ;
__p += '\n\n \n ' +
((__t = (domain)) == null ? '' : __t) +
'\n
\n';
}
return __p
};
this["templates"]["group_header"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (label_group)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["info"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (message)) == null ? '' : __t) +
'
\n';
}
return __p
};
this["templates"]["login_panel"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["login_tab"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (label_sign_in)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["message"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["new_day"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["occupant"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '' +
((__t = (nick)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["pending_contact"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
if (allow_chat_pending_contacts) { ;
__p += '\n\n';
} ;
__p += '\n' +
((__t = (fullname)) == null ? '' : __t) +
' \n';
if (allow_chat_pending_contacts) { ;
__p += '\n\n';
} ;
__p += '\n\n';
}
return __p
};
this["templates"]["pending_contacts"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (label_pending_contacts)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["register_panel"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["register_tab"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (label_register)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["registration_form"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (domain)) == null ? '' : __t) +
'
\n\n \n\n' +
((__t = (title)) == null ? '' : __t) +
'
\n' +
((__t = (instructions)) == null ? '' : __t) +
'
\n';
}
return __p
};
this["templates"]["registration_request"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n' +
((__t = (info_message)) == null ? '' : __t) +
'
\n\n';
}
return __p
};
this["templates"]["requesting_contact"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
if (allow_chat_pending_contacts) { ;
__p += '\n\n';
} ;
__p += '\n' +
((__t = (fullname)) == null ? '' : __t) +
'\n';
if (allow_chat_pending_contacts) { ;
__p += '\n\n';
} ;
__p += '\n\n \n \n\n';
}
return __p
};
this["templates"]["requesting_contacts"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '' +
((__t = (label_contact_requests)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["room_description"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n\n
' +
((__t = (label_desc)) == null ? '' : __t) +
' ' +
((__t = (desc)) == null ? '' : __t) +
'
\n
' +
((__t = (label_occ)) == null ? '' : __t) +
' ' +
((__t = (occ)) == null ? '' : __t) +
'
\n
' +
((__t = (label_features)) == null ? '' : __t) +
'\n
\n ';
if (passwordprotected) { ;
__p += '\n - ' +
((__t = (label_requires_auth)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (hidden) { ;
__p += '\n - ' +
((__t = (label_hidden)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (membersonly) { ;
__p += '\n - ' +
((__t = (label_requires_invite)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (moderated) { ;
__p += '\n - ' +
((__t = (label_moderated)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (nonanonymous) { ;
__p += '\n - ' +
((__t = (label_non_anon)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (open) { ;
__p += '\n - ' +
((__t = (label_open_room)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (persistent) { ;
__p += '\n - ' +
((__t = (label_permanent_room)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (publicroom) { ;
__p += '\n - ' +
((__t = (label_public)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (semianonymous) { ;
__p += '\n - ' +
((__t = (label_semi_anon)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (temporary) { ;
__p += '\n - ' +
((__t = (label_temp_room)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n ';
if (unmoderated) { ;
__p += '\n - ' +
((__t = (label_unmoderated)) == null ? '' : __t) +
'
\n ';
} ;
__p += '\n
\n\n
\n';
}
return __p
};
this["templates"]["room_item"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n' +
((__t = (_.escape(name))) == null ? '' : __t) +
'\n \n\n';
}
return __p
};
this["templates"]["room_panel"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n
\n';
}
return __p
};
this["templates"]["roster"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n \n \n\n';
}
return __p
};
this["templates"]["roster_item"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '' +
((__t = (fullname)) == null ? '' : __t) +
'\n';
if (allow_contact_removal) { ;
__p += '\n\n';
} ;
__p += '\n';
}
return __p
};
this["templates"]["search_contact"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n \n\n';
}
return __p
};
this["templates"]["select_option"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n';
}
return __p
};
this["templates"]["status_option"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n \n \n ' +
((__t = ( text )) == null ? '' : __t) +
'\n \n\n';
}
return __p
};
this["templates"]["toggle_chats"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p +=
((__t = (Minimized)) == null ? '' : __t) +
' (' +
((__t = (num_minimized)) == null ? '' : __t) +
')\n' +
((__t = (num_unread)) == null ? '' : __t) +
'\n';
}
return __p
};
this["templates"]["toolbar"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
if (show_emoticons) { ;
__p += '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n';
} ;
__p += '\n';
if (show_call_button) { ;
__p += '\n\n';
} ;
__p += '\n';
if (show_participants_toggle) { ;
__p += '\n\n';
} ;
__p += '\n';
if (show_clear_button) { ;
__p += '\n\n';
} ;
__p += '\n';
if (allow_otr) { ;
__p += '\n \n ' +
((__t = (otr_translated_status)) == null ? '' : __t) +
'\n ';
if (otr_status == UNENCRYPTED) { ;
__p += '\n \n ';
} ;
__p += '\n ';
if (otr_status == UNVERIFIED) { ;
__p += '\n \n ';
} ;
__p += '\n ';
if (otr_status == VERIFIED) { ;
__p += '\n \n ';
} ;
__p += '\n ';
if (otr_status == FINISHED) { ;
__p += '\n \n ';
} ;
__p += '\n \n \n';
} ;
__p += '\n';
}
return __p
};
this["templates"]["trimmed_chat"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n' +
((__t = (num_unread)) == null ? '' : __t) +
'\n\n ' +
((__t = ( title )) == null ? '' : __t) +
'\n\n';
}
return __p
};