' + Confluence.Templates.Captcha.image(opt_data) + '';
if (opt_data.captchaErrors && opt_data.captchaErrors.length) {
var errorList13 = opt_data.captchaErrors;
var errorListLen13 = errorList13.length;
for (var errorIndex13 = 0; errorIndex13 < errorListLen13; errorIndex13++) {
var errorData13 = errorList13[errorIndex13];
output += aui.message.warning({content: errorData13});
}
}
output += '
';
return output;
};
if (goog.DEBUG) {
Confluence.Templates.Captcha.form.soyTemplateName = 'Confluence.Templates.Captcha.form';
}
Confluence.Templates.Captcha.image = function(opt_data, opt_ignored) {
return '';
};
if (goog.DEBUG) {
Confluence.Templates.Captcha.image.soyTemplateName = 'Confluence.Templates.Captcha.image';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'confluence.web.resources:shared-templates', location = 'includes/soy/notifications.soy' */
// This file was automatically generated from notifications.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.Notifications.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.Notifications == 'undefined') { Confluence.Templates.Notifications = {}; }
Confluence.Templates.Notifications.notLoggedIn = function(opt_data, opt_ignored) {
return '' + ((! opt_data.isUserAuthenticated) ? '
' + soy.$$filterNoAutoescape('You are not logged in. Any changes you make will be marked as \x3cspan class\x3d\x22smalltext\x22\x3eanonymous\x3c/span\x3e.') + ((! opt_data.isExternalUserManagementEnabled) ? ' ' + soy.$$filterNoAutoescape(AJS.format('You may want to \x3ca href\x3d\x22{0}\x22\x3eLog In\x3c/a\x3e if you already have an account.',opt_data.loginURL)) : '') + '
' : '');
};
if (goog.DEBUG) {
Confluence.Templates.Notifications.notLoggedIn.soyTemplateName = 'Confluence.Templates.Notifications.notLoggedIn';
}
Confluence.Templates.Notifications.actionErrors = function(opt_data, opt_ignored) {
var output = '';
if (opt_data.actionErrors.length > 0) {
output += '
' + soy.$$escapeHtml('The following error(s) occurred:') + '
';
var errorHtmlList24 = opt_data.actionErrors;
var errorHtmlListLen24 = errorHtmlList24.length;
for (var errorHtmlIndex24 = 0; errorHtmlIndex24 < errorHtmlListLen24; errorHtmlIndex24++) {
var errorHtmlData24 = errorHtmlList24[errorHtmlIndex24];
output += '
' + soy.$$filterNoAutoescape(errorHtmlData24) + '
';
}
output += '
';
}
output += '';
return output;
};
if (goog.DEBUG) {
Confluence.Templates.Notifications.actionErrors.soyTemplateName = 'Confluence.Templates.Notifications.actionErrors';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'confluence.web.resources:shared-templates', location = '/includes/soy/submit.soy' */
// This file was automatically generated from submit.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.Submit.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.Submit == 'undefined') { Confluence.Templates.Submit = {}; }
Confluence.Templates.Submit.auiSubmit = function(opt_data, opt_ignored) {
opt_data = opt_data || {};
return '