Finally fixed the non-AMD case to work with external templates.
This commit is contained in:
parent
c5ae10d962
commit
4f5534ed66
23
Gruntfile.js
23
Gruntfile.js
@ -1,6 +1,25 @@
|
||||
module.exports = function(grunt) {
|
||||
var cfg = require('./package.json');
|
||||
grunt.initConfig({
|
||||
jst: {
|
||||
compile: {
|
||||
options: {
|
||||
templateSettings: {
|
||||
evaluate : /\{\[([\s\S]+?)\]\}/g,
|
||||
interpolate : /\{\{([\s\S]+?)\}\}/g
|
||||
},
|
||||
processName: function (filepath) {
|
||||
// E.g. src/templates/trimmed_chat.html
|
||||
return filepath.match(/src\/templates\/([a-z_]+)\.html/)[1];
|
||||
|
||||
}
|
||||
},
|
||||
files: {
|
||||
"builds/templates.js": ["src/templates/*.html"]
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
jshint: {
|
||||
options: {
|
||||
trailing: true
|
||||
@ -32,6 +51,7 @@ module.exports = function(grunt) {
|
||||
});
|
||||
grunt.loadNpmTasks('grunt-contrib-cssmin');
|
||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
||||
grunt.loadNpmTasks('grunt-contrib-jst');
|
||||
grunt.loadNpmTasks('grunt-contrib-requirejs');
|
||||
|
||||
grunt.registerTask('test', 'Run Tests', function () {
|
||||
@ -80,7 +100,8 @@ module.exports = function(grunt) {
|
||||
};
|
||||
exec('./node_modules/requirejs/bin/r.js -o src/build.js && ' +
|
||||
'./node_modules/requirejs/bin/r.js -o src/build-no-locales-no-otr.js && ' +
|
||||
'./node_modules/requirejs/bin/r.js -o src/build-no-otr.js', callback);
|
||||
'./node_modules/requirejs/bin/r.js -o src/build-no-otr.js &&' +
|
||||
'./node_modules/requirejs/bin/r.js -o src/build-website.js', callback);
|
||||
});
|
||||
|
||||
grunt.registerTask('minify', 'Create a new release', ['cssmin', 'jsmin']);
|
||||
|
4
Makefile
4
Makefile
@ -45,10 +45,10 @@ po2json:
|
||||
########################################################################
|
||||
## Release management
|
||||
|
||||
minjs:
|
||||
jsmin:
|
||||
./node_modules/requirejs/bin/r.js -o src/build.js && ./node_modules/requirejs/bin/r.js -o src/build-no-locales-no-otr.js && ./node_modules/requirejs/bin/r.js -o src/build-no-otr.js && ./node_modules/requirejs/bin/r.js -o src/build-website.js
|
||||
|
||||
mincss:
|
||||
cssmin:
|
||||
grunt cssmin
|
||||
|
||||
release:
|
||||
|
2
builds/converse-no-locales-no-otr.min.js
vendored
2
builds/converse-no-locales-no-otr.min.js
vendored
File diff suppressed because one or more lines are too long
2
builds/converse-no-otr.min.js
vendored
2
builds/converse-no-otr.min.js
vendored
File diff suppressed because one or more lines are too long
2
builds/converse.min.js
vendored
2
builds/converse.min.js
vendored
File diff suppressed because one or more lines are too long
2
builds/converse.website.min.js
vendored
2
builds/converse.website.min.js
vendored
File diff suppressed because one or more lines are too long
789
builds/templates.js
Normal file
789
builds/templates.js
Normal file
@ -0,0 +1,789 @@
|
||||
this["JST"] = this["JST"] || {};
|
||||
|
||||
this["JST"]["action"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<div class="chat-message ' +
|
||||
((__t = (extra_classes)) == null ? '' : __t) +
|
||||
'">\n <span class="chat-message-' +
|
||||
((__t = (sender)) == null ? '' : __t) +
|
||||
'">' +
|
||||
((__t = (time)) == null ? '' : __t) +
|
||||
' **' +
|
||||
((__t = (username)) == null ? '' : __t) +
|
||||
' </span>\n <span class="chat-message-content">' +
|
||||
((__t = (message)) == null ? '' : __t) +
|
||||
'</span>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["add_contact_dropdown"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<dl class="add-converse-contact dropdown">\n <dt id="xmpp-contact-search" class="fancy-dropdown">\n <a class="toggle-xmpp-contact-form" href="#"\n title="' +
|
||||
((__t = (label_click_to_chat)) == null ? '' : __t) +
|
||||
'">\n <span class="icon-plus"></span>' +
|
||||
((__t = (label_add_contact)) == null ? '' : __t) +
|
||||
'</a>\n </dt>\n <dd class="search-xmpp" style="display:none"><ul></ul></dd>\n</dl>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["add_contact_form"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<li>\n <form class="add-xmpp-contact">\n <input type="text"\n name="identifier"\n class="username"\n placeholder="' +
|
||||
((__t = (label_contact_username)) == null ? '' : __t) +
|
||||
'"/>\n <button type="submit">' +
|
||||
((__t = (label_add)) == null ? '' : __t) +
|
||||
'</button>\n </form>\n<li>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["change_status_message"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<form id="set-custom-xmpp-status">\n <input type="text" class="custom-xmpp-status" ' +
|
||||
((__t = (status_message)) == null ? '' : __t) +
|
||||
'\n placeholder="' +
|
||||
((__t = (label_custom_status)) == null ? '' : __t) +
|
||||
'"/>\n <button type="submit">' +
|
||||
((__t = (label_save)) == null ? '' : __t) +
|
||||
'</button>\n</form>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["chat_status"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<div class="xmpp-status">\n <a class="choose-xmpp-status ' +
|
||||
((__t = (chat_status)) == null ? '' : __t) +
|
||||
'"\n data-value="' +
|
||||
((__t = (status_message)) == null ? '' : __t) +
|
||||
'"\n href="#" title="' +
|
||||
((__t = (desc_change_status)) == null ? '' : __t) +
|
||||
'">\n\n <span class="icon-' +
|
||||
((__t = (chat_status)) == null ? '' : __t) +
|
||||
'"></span>' +
|
||||
((__t = (status_message)) == null ? '' : __t) +
|
||||
'\n </a>\n <a class="change-xmpp-status-message icon-pencil"\n href="#"\n title="' +
|
||||
((__t = (desc_custom_status)) == null ? '' : __t) +
|
||||
'"></a>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["chatarea"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
|
||||
function print() { __p += __j.call(arguments, '') }
|
||||
with (obj) {
|
||||
__p += '<div class="chat-area">\n <div class="chat-content"></div>\n <form class="sendXMPPMessage" action="" method="post">\n ';
|
||||
if (show_toolbar) { ;
|
||||
__p += '\n <ul class="chat-toolbar no-text-select"></ul>\n ';
|
||||
} ;
|
||||
__p += '\n <textarea type="text" class="chat-textarea" \n placeholder="' +
|
||||
((__t = (label_message)) == null ? '' : __t) +
|
||||
'"/>\n </form>\n</div>\n<div class="participants">\n <ul class="participant-list"></ul>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["chatbox"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
|
||||
function print() { __p += __j.call(arguments, '') }
|
||||
with (obj) {
|
||||
__p += '<div class="box-flyout" style="height: ' +
|
||||
((__t = (height)) == null ? '' : __t) +
|
||||
'px">\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head chat-head-chatbox">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <div class="chat-title">\n ';
|
||||
if (url) { ;
|
||||
__p += '\n <a href="' +
|
||||
((__t = (url)) == null ? '' : __t) +
|
||||
'" target="_blank" class="user">\n ';
|
||||
} ;
|
||||
__p += '\n ' +
|
||||
((__t = ( fullname )) == null ? '' : __t) +
|
||||
'\n ';
|
||||
if (url) { ;
|
||||
__p += '\n </a>\n ';
|
||||
} ;
|
||||
__p += '\n </div>\n <p class="user-custom-message"><p/>\n </div>\n <div class="chat-body">\n <div class="chat-content"></div>\n <form class="sendXMPPMessage" action="" method="post">\n ';
|
||||
if (show_toolbar) { ;
|
||||
__p += '\n <ul class="chat-toolbar no-text-select"></ul>\n ';
|
||||
} ;
|
||||
__p += '\n <textarea\n type="text"\n class="chat-textarea"\n placeholder="' +
|
||||
((__t = (label_personal_message)) == null ? '' : __t) +
|
||||
'"/>\n </form>\n </div>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["chatroom"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
|
||||
function print() { __p += __j.call(arguments, '') }
|
||||
with (obj) {
|
||||
__p += '<div class="box-flyout" style="height: ' +
|
||||
((__t = (height)) == null ? '' : __t) +
|
||||
'px"\n ';
|
||||
if (minimized) { ;
|
||||
__p += ' style="display:none" ';
|
||||
} ;
|
||||
__p += '>\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head chat-head-chatroom">\n <a class="close-chatbox-button icon-close"></a>\n <a class="toggle-chatbox-button icon-minus"></a>\n <a class="configure-chatroom-button icon-wrench" style="display:none"></a>\n <div class="chat-title"> ' +
|
||||
((__t = ( name )) == null ? '' : __t) +
|
||||
' </div>\n <p class="chatroom-topic"><p/>\n </div>\n <div class="chat-body"><span class="spinner centered"/></div>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["chatrooms_tab"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<li><a class="s" href="#chatrooms">' +
|
||||
((__t = (label_rooms)) == null ? '' : __t) +
|
||||
'</a></li>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["chats_panel"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<div id="minimized-chats">\n <a id="toggle-minimized-chats" href="#"></a>\n <div class="minimized-chats-flyout"></div>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["choose_status"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<dl id="target" class="dropdown">\n <dt id="fancy-xmpp-status-select" class="fancy-dropdown"></dt>\n <dd><ul class="xmpp-status-menu"></ul></dd>\n</dl>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["contacts"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<dt id="xmpp-contacts">' +
|
||||
((__t = (label_contacts)) == null ? '' : __t) +
|
||||
'</dt>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["contacts_panel"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<form class="set-xmpp-status" action="" method="post">\n <span id="xmpp-status-holder">\n <select id="select-xmpp-status" style="display:none">\n <option value="online">' +
|
||||
((__t = (label_online)) == null ? '' : __t) +
|
||||
'</option>\n <option value="dnd">' +
|
||||
((__t = (label_busy)) == null ? '' : __t) +
|
||||
'</option>\n <option value="away">' +
|
||||
((__t = (label_away)) == null ? '' : __t) +
|
||||
'</option>\n <option value="offline">' +
|
||||
((__t = (label_offline)) == null ? '' : __t) +
|
||||
'</option>\n </select>\n </span>\n</form>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["contacts_tab"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<li><a class="s current" href="#users">' +
|
||||
((__t = (label_contacts)) == null ? '' : __t) +
|
||||
'</a></li>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["controlbox"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<div class="box-flyout" style="height: ' +
|
||||
((__t = (height)) == null ? '' : __t) +
|
||||
'px">\n <div class="dragresize dragresize-tm"></div>\n <div class="chat-head controlbox-head">\n <ul id="controlbox-tabs"></ul>\n <a class="close-chatbox-button icon-close"></a>\n </div>\n <div class="controlbox-panes"></div>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["controlbox_toggle"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<span class="conn-feedback">' +
|
||||
((__t = (label_toggle)) == null ? '' : __t) +
|
||||
'</span>\n<span style="display: none" id="online-count">(0)</span>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["field"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<field var="' +
|
||||
((__t = (name)) == null ? '' : __t) +
|
||||
'"><value>' +
|
||||
((__t = (value)) == null ? '' : __t) +
|
||||
'</value></field>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["form_checkbox"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<label>' +
|
||||
((__t = (label)) == null ? '' : __t) +
|
||||
'<input name="' +
|
||||
((__t = (name)) == null ? '' : __t) +
|
||||
'" type="' +
|
||||
((__t = (type)) == null ? '' : __t) +
|
||||
'" ' +
|
||||
((__t = (checked)) == null ? '' : __t) +
|
||||
'></label>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["form_input"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<label>' +
|
||||
((__t = (label)) == null ? '' : __t) +
|
||||
'<input name="' +
|
||||
((__t = (name)) == null ? '' : __t) +
|
||||
'" type="' +
|
||||
((__t = (type)) == null ? '' : __t) +
|
||||
'" value="' +
|
||||
((__t = (value)) == null ? '' : __t) +
|
||||
'"></label>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["form_select"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<label>' +
|
||||
((__t = (label)) == null ? '' : __t) +
|
||||
'<select name="' +
|
||||
((__t = (name)) == null ? '' : __t) +
|
||||
'">' +
|
||||
((__t = (options)) == null ? '' : __t) +
|
||||
'</select></label>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["info"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<div class="chat-info">' +
|
||||
((__t = (message)) == null ? '' : __t) +
|
||||
'</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["login_panel"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<form id="converse-login">\n <label>' +
|
||||
((__t = (label_username)) == null ? '' : __t) +
|
||||
'</label>\n <input type="username" name="jid">\n <label>' +
|
||||
((__t = (label_password)) == null ? '' : __t) +
|
||||
'</label>\n <input type="password" name="password">\n <input class="login-submit" type="submit" value="' +
|
||||
((__t = (label_login)) == null ? '' : __t) +
|
||||
'">\n</form">\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["login_tab"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<li><a class="current" href="#login">' +
|
||||
((__t = (label_sign_in)) == null ? '' : __t) +
|
||||
'</a></li>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["message"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<div class="chat-message ' +
|
||||
((__t = (extra_classes)) == null ? '' : __t) +
|
||||
'">\n <span class="chat-message-' +
|
||||
((__t = (sender)) == null ? '' : __t) +
|
||||
'">' +
|
||||
((__t = (time)) == null ? '' : __t) +
|
||||
' ' +
|
||||
((__t = (username)) == null ? '' : __t) +
|
||||
': </span>\n <span class="chat-message-content">' +
|
||||
((__t = (message)) == null ? '' : __t) +
|
||||
'</span>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["new_day"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<time class="chat-date" datetime="' +
|
||||
((__t = (isodate)) == null ? '' : __t) +
|
||||
'">' +
|
||||
((__t = (datestring)) == null ? '' : __t) +
|
||||
'</time>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["occupant"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
|
||||
function print() { __p += __j.call(arguments, '') }
|
||||
with (obj) {
|
||||
__p += '<li class="' +
|
||||
((__t = (role)) == null ? '' : __t) +
|
||||
'"\n ';
|
||||
if (role === "moderator") { ;
|
||||
__p += '\n title="' +
|
||||
((__t = (desc_moderator)) == null ? '' : __t) +
|
||||
'"\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (role === "participant") { ;
|
||||
__p += '\n title="' +
|
||||
((__t = (desc_participant)) == null ? '' : __t) +
|
||||
'"\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (role === "visitor") { ;
|
||||
__p += '\n title="' +
|
||||
((__t = (desc_visitor)) == null ? '' : __t) +
|
||||
'"\n ';
|
||||
} ;
|
||||
__p += '\n>' +
|
||||
((__t = (nick)) == null ? '' : __t) +
|
||||
'</li>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["pending_contact"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<span>' +
|
||||
((__t = (fullname)) == null ? '' : __t) +
|
||||
'</span> <a class="remove-xmpp-contact icon-remove" title="' +
|
||||
((__t = (desc_remove)) == null ? '' : __t) +
|
||||
'" href="#"></a>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["pending_contacts"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<dt id="pending-xmpp-contacts">' +
|
||||
((__t = (label_pending_contacts)) == null ? '' : __t) +
|
||||
'</dt>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["requesting_contact"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<div>' +
|
||||
((__t = (fullname)) == null ? '' : __t) +
|
||||
'</div>\n<button type="button" class="accept-xmpp-request">' +
|
||||
((__t = (label_accept)) == null ? '' : __t) +
|
||||
'</button>\n<button type="button" class="decline-xmpp-request">' +
|
||||
((__t = (label_decline)) == null ? '' : __t) +
|
||||
'</button>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["requesting_contacts"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<dt id="xmpp-contact-requests">' +
|
||||
((__t = (label_contact_requests)) == null ? '' : __t) +
|
||||
'</dt>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["room_description"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
|
||||
function print() { __p += __j.call(arguments, '') }
|
||||
with (obj) {
|
||||
__p += '<!-- FIXME: check markup in mockup -->\n<div class="room-info">\n<p class="room-info"><strong>' +
|
||||
((__t = (label_desc)) == null ? '' : __t) +
|
||||
'</strong> ' +
|
||||
((__t = (desc)) == null ? '' : __t) +
|
||||
'</p>\n<p class="room-info"><strong>' +
|
||||
((__t = (label_occ)) == null ? '' : __t) +
|
||||
'</strong> ' +
|
||||
((__t = (occ)) == null ? '' : __t) +
|
||||
'</p>\n<p class="room-info"><strong>' +
|
||||
((__t = (label_features)) == null ? '' : __t) +
|
||||
'</strong>\n <ul>\n ';
|
||||
if (passwordprotected) { ;
|
||||
__p += '\n <li class="room-info locked">' +
|
||||
((__t = (label_requires_auth)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (hidden) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_hidden)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (membersonly) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_requires_invite)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (moderated) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_moderated)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (nonanonymous) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_non_anon)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (open) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_open_room)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (persistent) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_permanent_room)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (publicroom) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_public)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (semianonymous) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_semi_anon)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (temporary) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_temp_room)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (unmoderated) { ;
|
||||
__p += '\n <li class="room-info">' +
|
||||
((__t = (label_unmoderated)) == null ? '' : __t) +
|
||||
'</li>\n ';
|
||||
} ;
|
||||
__p += '\n </ul>\n</p>\n</div>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["room_item"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<dd class="available-chatroom">\n<a class="open-room" data-room-jid="' +
|
||||
((__t = (jid)) == null ? '' : __t) +
|
||||
'"\n title="' +
|
||||
((__t = (open_title)) == null ? '' : __t) +
|
||||
'" href="#">' +
|
||||
((__t = (name)) == null ? '' : __t) +
|
||||
'</a>\n<a class="room-info icon-room-info" data-room-jid="' +
|
||||
((__t = (jid)) == null ? '' : __t) +
|
||||
'"\n title="' +
|
||||
((__t = (info_title)) == null ? '' : __t) +
|
||||
'" href="#"> </a>\n</dd>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["room_panel"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<form class="add-chatroom" action="" method="post">\n <input type="text" name="chatroom" class="new-chatroom-name"\n placeholder="' +
|
||||
((__t = (label_room_name)) == null ? '' : __t) +
|
||||
'"/>\n <input type="text" name="nick" class="new-chatroom-nick"\n placeholder="' +
|
||||
((__t = (label_nickname)) == null ? '' : __t) +
|
||||
'"/>\n <input type="' +
|
||||
((__t = (server_input_type)) == null ? '' : __t) +
|
||||
'" name="server" class="new-chatroom-server"\n placeholder="' +
|
||||
((__t = (label_server)) == null ? '' : __t) +
|
||||
'"/>\n <input type="submit" name="join" value="' +
|
||||
((__t = (label_join)) == null ? '' : __t) +
|
||||
'"/>\n <input type="button" name="show" id="show-rooms" value="' +
|
||||
((__t = (label_show_rooms)) == null ? '' : __t) +
|
||||
'"/>\n</form>\n<dl id="available-chatrooms"></dl>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["roster_item"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<a class="open-chat" title="' +
|
||||
((__t = (desc_chat)) == null ? '' : __t) +
|
||||
'" href="#"><span class="icon-' +
|
||||
((__t = (chat_status)) == null ? '' : __t) +
|
||||
'" title="' +
|
||||
((__t = (desc_status)) == null ? '' : __t) +
|
||||
'"></span>' +
|
||||
((__t = (fullname)) == null ? '' : __t) +
|
||||
'</a>\n<a class="remove-xmpp-contact icon-remove" title="' +
|
||||
((__t = (desc_remove)) == null ? '' : __t) +
|
||||
'" href="#"></a>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["search_contact"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<li>\n <form class="search-xmpp-contact">\n <input type="text"\n name="identifier"\n class="username"\n placeholder="' +
|
||||
((__t = (label_contact_name)) == null ? '' : __t) +
|
||||
'"/>\n <button type="submit">' +
|
||||
((__t = (label_search)) == null ? '' : __t) +
|
||||
'</button>\n </form>\n<li>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["select_option"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<option value="' +
|
||||
((__t = (value)) == null ? '' : __t) +
|
||||
'">' +
|
||||
((__t = (label)) == null ? '' : __t) +
|
||||
'</option>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["status_option"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape;
|
||||
with (obj) {
|
||||
__p += '<li>\n <a href="#" class="' +
|
||||
((__t = ( value )) == null ? '' : __t) +
|
||||
'" data-value="' +
|
||||
((__t = ( value )) == null ? '' : __t) +
|
||||
'">\n <span class="icon-' +
|
||||
((__t = ( value )) == null ? '' : __t) +
|
||||
'"></span>\n ' +
|
||||
((__t = ( text )) == null ? '' : __t) +
|
||||
'\n </a>\n</li>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["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) +
|
||||
' <span id="minimized-count">(' +
|
||||
((__t = (num_minimized)) == null ? '' : __t) +
|
||||
')</span>\n<span class="unread-message-count"\n ';
|
||||
if (!num_unread) { ;
|
||||
__p += ' style="display: none" ';
|
||||
} ;
|
||||
__p += '\n href="#">' +
|
||||
((__t = (num_unread)) == null ? '' : __t) +
|
||||
'</span>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["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 <li class="toggle-smiley icon-happy" title="Insert a smilery">\n <ul>\n <li><a class="icon-smiley" href="#" data-emoticon=":)"></a></li>\n <li><a class="icon-wink" href="#" data-emoticon=";)"></a></li>\n <li><a class="icon-grin" href="#" data-emoticon=":D"></a></li>\n <li><a class="icon-tongue" href="#" data-emoticon=":P"></a></li>\n <li><a class="icon-cool" href="#" data-emoticon="8)"></a></li>\n <li><a class="icon-evil" href="#" data-emoticon=">:)"></a></li>\n <li><a class="icon-confused" href="#" data-emoticon=":S"></a></li>\n <li><a class="icon-wondering" href="#" data-emoticon=":\\"></a></li>\n <li><a class="icon-angry" href="#" data-emoticon=">:("></a></li>\n <li><a class="icon-sad" href="#" data-emoticon=":("></a></li>\n <li><a class="icon-shocked" href="#" data-emoticon=":O"></a></li>\n <li><a class="icon-thumbs-up" href="#" data-emoticon="(^.^)b"></a></li>\n <li><a class="icon-heart" href="#" data-emoticon="<3"></a></li>\n </ul>\n </li>\n';
|
||||
} ;
|
||||
__p += '\n';
|
||||
if (show_call_button) { ;
|
||||
__p += '\n <li class="toggle-call"><a class="icon-phone" title="Start a call"></a></li>\n';
|
||||
} ;
|
||||
__p += '\n';
|
||||
if (show_clear_button) { ;
|
||||
__p += '\n <li class="toggle-clear"><a class="icon-remove" title="Clear all messages"></a></li>\n';
|
||||
} ;
|
||||
__p += '\n';
|
||||
if (allow_otr) { ;
|
||||
__p += '\n <li class="toggle-otr ' +
|
||||
((__t = (otr_status_class)) == null ? '' : __t) +
|
||||
'" title="' +
|
||||
((__t = (otr_tooltip)) == null ? '' : __t) +
|
||||
'">\n <span class="chat-toolbar-text">' +
|
||||
((__t = (otr_translated_status)) == null ? '' : __t) +
|
||||
'</span>\n ';
|
||||
if (otr_status == UNENCRYPTED) { ;
|
||||
__p += '\n <span class="icon-unlocked"></span>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (otr_status == UNVERIFIED) { ;
|
||||
__p += '\n <span class="icon-lock"></span>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (otr_status == VERIFIED) { ;
|
||||
__p += '\n <span class="icon-lock"></span>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (otr_status == FINISHED) { ;
|
||||
__p += '\n <span class="icon-unlocked"></span>\n ';
|
||||
} ;
|
||||
__p += '\n <ul>\n ';
|
||||
if (otr_status == UNENCRYPTED) { ;
|
||||
__p += '\n <li><a class="start-otr" href="#">' +
|
||||
((__t = (label_start_encrypted_conversation)) == null ? '' : __t) +
|
||||
'</a></li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (otr_status != UNENCRYPTED) { ;
|
||||
__p += '\n <li><a class="start-otr" href="#">' +
|
||||
((__t = (label_refresh_encrypted_conversation)) == null ? '' : __t) +
|
||||
'</a></li>\n <li><a class="end-otr" href="#">' +
|
||||
((__t = (label_end_encrypted_conversation)) == null ? '' : __t) +
|
||||
'</a></li>\n <li><a class="auth-otr" data-scheme="smp" href="#">' +
|
||||
((__t = (label_verify_with_smp)) == null ? '' : __t) +
|
||||
'</a></li>\n ';
|
||||
} ;
|
||||
__p += '\n ';
|
||||
if (otr_status == UNVERIFIED) { ;
|
||||
__p += '\n <li><a class="auth-otr" data-scheme="fingerprint" href="#">' +
|
||||
((__t = (label_verify_with_fingerprints)) == null ? '' : __t) +
|
||||
'</a></li>\n ';
|
||||
} ;
|
||||
__p += '\n <li><a href="http://www.cypherpunks.ca/otr/help/3.2.0/levels.php" target="_blank">' +
|
||||
((__t = (label_whats_this)) == null ? '' : __t) +
|
||||
'</a></li>\n </ul>\n </li>\n';
|
||||
} ;
|
||||
__p += '\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
||||
|
||||
this["JST"]["trimmed_chat"] = function(obj) {
|
||||
obj || (obj = {});
|
||||
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
|
||||
function print() { __p += __j.call(arguments, '') }
|
||||
with (obj) {
|
||||
__p += '<a class="close-chatbox-button icon-close"></a>\n<a class="chat-head-message-count" \n ';
|
||||
if (!num_unread) { ;
|
||||
__p += ' style="display: none" ';
|
||||
} ;
|
||||
__p += '\n href="#">' +
|
||||
((__t = (num_unread)) == null ? '' : __t) +
|
||||
'</a>\n<a href="#" class="restore-chat" title="' +
|
||||
((__t = (tooltip)) == null ? '' : __t) +
|
||||
'">\n ' +
|
||||
((__t = ( title )) == null ? '' : __t) +
|
||||
'\n</a>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
};
|
@ -22,14 +22,7 @@
|
||||
}
|
||||
);
|
||||
} else {
|
||||
// Browser globals
|
||||
// FIXME
|
||||
_.templateSettings = {
|
||||
evaluate : /\{\[([\s\S]+?)\]\}/g,
|
||||
interpolate : /\{\{([\s\S]+?)\}\}/g
|
||||
};
|
||||
// TODO Templates not defined
|
||||
root.converse = factory(jQuery, _, OTR, DSA, templates);
|
||||
root.converse = factory(jQuery, _, OTR, DSA, JST, moment);
|
||||
}
|
||||
}(this, function ($, _, OTR, DSA, templates, moment) {
|
||||
"use strict";
|
||||
|
17
non_amd.html
17
non_amd.html
@ -4,8 +4,8 @@
|
||||
<meta charset='utf-8' />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="converse.css">
|
||||
<link type="text/css" rel="stylesheet" media="screen" href="css/theme.css" />
|
||||
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.css" />
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="components/otr/build/dep/salsa20.js"></script>
|
||||
@ -13,8 +13,8 @@
|
||||
<!-- CryptoJS -->
|
||||
<script type="text/javascript" src="components/otr/vendor/cryptojs/core.js"></script>
|
||||
<script type="text/javascript" src="components/otr/vendor/cryptojs/enc-base64.js"></script>
|
||||
<script type="text/javascript" src="components/crypto-js/src/md5.js"></script>
|
||||
<script type="text/javascript" src="components/crypto-js/src/evpkdf.js"></script>
|
||||
<script type="text/javascript" src="components/crypto-js-evanvosberg/src/md5.js"></script>
|
||||
<script type="text/javascript" src="components/crypto-js-evanvosberg/src/evpkdf.js"></script>
|
||||
<script type="text/javascript" src="components/otr/vendor/cryptojs/cipher-core.js"></script>
|
||||
<script type="text/javascript" src="components/otr/vendor/cryptojs/aes.js"></script>
|
||||
<script type="text/javascript" src="components/otr/vendor/cryptojs/sha1.js"></script>
|
||||
@ -32,16 +32,19 @@
|
||||
<script type="text/javascript" src="components/strophe.disco/index.js"></script>
|
||||
<script type="text/javascript" src="components/underscore/underscore.js"></script>
|
||||
<script type="text/javascript" src="components/backbone//backbone.js"></script>
|
||||
<script type="text/javascript" src="components/backbone.localStorage/backbone.localStorage.js"></script>
|
||||
<script type="text/javascript" src="components/backbone.browserStorage/backbone.browserStorage.js"></script>
|
||||
<script type="text/javascript" src="components/backbone.overview/backbone.overview.js"></script>
|
||||
<script type="text/javascript" src="components/momentjs/moment.js"></script>
|
||||
<script type="text/javascript" src="components/jquery.browser/dist/jquery.browser.js"></script>
|
||||
<script type="text/javascript" src="components/tinysort/src/jquery.tinysort.js"></script>
|
||||
<script type="text/javascript" src="components/jed/jed.js"></script>
|
||||
<script type="text/javascript" src="locale/en/LC_MESSAGES/en.js"></script>
|
||||
<script type="text/javascript" src="builds/templates.js"></script>
|
||||
<script type="text/javascript" src="converse.js"></script>
|
||||
<title>Converse.js</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<!-- HEADER -->
|
||||
<div id="header_wrap" class="outer">
|
||||
<header class="inner">
|
||||
@ -192,7 +195,7 @@
|
||||
converse.initialize({
|
||||
auto_list_rooms: false,
|
||||
auto_subscribe: false,
|
||||
bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
|
||||
bosh_service_url: 'http://devbox:8890/http-bind', // Please use this connection manager only for testing purposes
|
||||
hide_muc_server: false,
|
||||
i18n: locales.en, // Refer to ./locale/locales.js to see which locales are supported
|
||||
prebind: false,
|
||||
|
@ -35,7 +35,8 @@
|
||||
"grunt-contrib-requirejs": "~0.4.3",
|
||||
"less": "~1.7.0",
|
||||
"phantom-jasmine": "0.1.8",
|
||||
"phantomjs": "~1.9.7-1"
|
||||
"phantomjs": "~1.9.7-1",
|
||||
"grunt-contrib-jst": "~0.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"requirejs": "~2.1.11"
|
||||
|
Loading…
Reference in New Issue
Block a user