WRMCB=function(e){var c=console;if(c&&c.log&&c.error){c.log('Error running batched script.');c.error(e);}}
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/align.soy' */
// This file was automatically generated from align.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.align = function(opt_data, opt_ignored) {
return '
' + soy.$$filterNoAutoescape(opt_data.macroBodyWithHtml) + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.align.soyTemplateName = 'Confluence.Templates.ContentFormatting.align';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/center.soy' */
// This file was automatically generated from center.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.center = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBodyWithHtml) + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.center.soyTemplateName = 'Confluence.Templates.ContentFormatting.center';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/js/clickable.js' */
jQuery(function(a){a(document).on("click",".clickable",function(c){if(a(c.target).closest("a[href]").length===0&&a(c.target).closest(".clickable").length===1){var b=a(this).attr("href")||a("a[href]:first",this).attr("href");if(b){location.href=b}}})});
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/colgroup.soy' */
// This file was automatically generated from colgroup.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.colgroup = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBodyWithHtml) + '';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.colgroup.soyTemplateName = 'Confluence.Templates.ContentFormatting.colgroup';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/comment.soy' */
// This file was automatically generated from comment.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.comment = function(opt_data, opt_ignored) {
return '';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.comment.soyTemplateName = 'Confluence.Templates.ContentFormatting.comment';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/img.soy' */
// This file was automatically generated from img.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.img = function(opt_data, opt_ignored) {
return '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.img.soyTemplateName = 'Confluence.Templates.ContentFormatting.img';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/list.soy' */
// This file was automatically generated from list.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.orderedList = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBodyWithHtml) + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.orderedList.soyTemplateName = 'Confluence.Templates.ContentFormatting.orderedList';
}
Confluence.Templates.ContentFormatting.unorderedList = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBodyWithHtml) + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.unorderedList.soyTemplateName = 'Confluence.Templates.ContentFormatting.unorderedList';
}
Confluence.Templates.ContentFormatting.listItem = function(opt_data, opt_ignored) {
return '' + soy.$$escapeHtml(opt_data.macroBodyWithHtml) + '';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.listItem.soyTemplateName = 'Confluence.Templates.ContentFormatting.listItem';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/lozenge.soy' */
// This file was automatically generated from lozenge.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.lozenge = function(opt_data, opt_ignored) {
return soy.$$escapeHtml(webResourceManager_requireResource('com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-lozenge-resources')) + ' | | |
| | ' + soy.$$filterNoAutoescape(opt_data.macroBodyWithHtml) + ' | |
| | |
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.lozenge.soyTemplateName = 'Confluence.Templates.ContentFormatting.lozenge';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/pre.soy' */
// This file was automatically generated from pre.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.pre = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBodyWithHtml) + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.pre.soyTemplateName = 'Confluence.Templates.ContentFormatting.pre';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/roundRect.soy' */
// This file was automatically generated from roundRect.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.roundRect = function(opt_data, opt_ignored) {
return '' + ((opt_data.topRowVisible) ? '| | ' + ((opt_data.title) ? soy.$$escapeHtml(opt_data.title) : '') + ' | |
' : '') + ((opt_data.middleRowVisible) ? '| ' + soy.$$filterNoAutoescape(opt_data.macroBodyWithHtml) + ' |
' : '') + ((opt_data.bottomRowVisible) ? '| | ' + ((opt_data.footer) ? soy.$$escapeHtml(opt_data.footer) : '') + ' | |
' : '') + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.roundRect.soyTemplateName = 'Confluence.Templates.ContentFormatting.roundRect';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/style.soy' */
// This file was automatically generated from style.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.style = function(opt_data, opt_ignored) {
return '';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.style.soyTemplateName = 'Confluence.Templates.ContentFormatting.style';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/table.soy' */
// This file was automatically generated from table.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.table = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBody) + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.table.soyTemplateName = 'Confluence.Templates.ContentFormatting.table';
}
Confluence.Templates.ContentFormatting.tableRow = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBody) + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.tableRow.soyTemplateName = 'Confluence.Templates.ContentFormatting.tableRow';
}
Confluence.Templates.ContentFormatting.tableCell = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBody) + ' | ';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.tableCell.soyTemplateName = 'Confluence.Templates.ContentFormatting.tableCell';
}
Confluence.Templates.ContentFormatting.tableHead = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBody) + '';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.tableHead.soyTemplateName = 'Confluence.Templates.ContentFormatting.tableHead';
}
Confluence.Templates.ContentFormatting.tableHeaderCell = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBody) + ' | ';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.tableHeaderCell.soyTemplateName = 'Confluence.Templates.ContentFormatting.tableHeaderCell';
}
Confluence.Templates.ContentFormatting.tableBody = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape(opt_data.macroBody) + '';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.tableBody.soyTemplateName = 'Confluence.Templates.ContentFormatting.tableBody';
}
}catch(e){WRMCB(e)};
;
try {
/* module-key = 'com.atlassian.confluence.plugins.content-formatting-macros:content-formatting-macros-resources', location = '/templates/invalidMacro.soy' */
// This file was automatically generated from invalidMacro.soy.
// Please don't edit this file by hand.
/**
* @fileoverview Templates in namespace Confluence.Templates.ContentFormatting.
*/
if (typeof Confluence == 'undefined') { var Confluence = {}; }
if (typeof Confluence.Templates == 'undefined') { Confluence.Templates = {}; }
if (typeof Confluence.Templates.ContentFormatting == 'undefined') { Confluence.Templates.ContentFormatting = {}; }
Confluence.Templates.ContentFormatting.invalidMacroBody = function(opt_data, opt_ignored) {
return '' + soy.$$filterNoAutoescape('Detected corrupted macro, please contact \x3ca href\x3d\x22https://support.atlassian.com\x22\x3eAtlassian Support\x3c/a\x3e for assistance.') + '
';
};
if (goog.DEBUG) {
Confluence.Templates.ContentFormatting.invalidMacroBody.soyTemplateName = 'Confluence.Templates.ContentFormatting.invalidMacroBody';
}
}catch(e){WRMCB(e)};