// vim: et:ts=4:sw=4:sts=4:ft=javascript 'use strict'; pandora.ui.embedDocumentDialog = function(id, position) { var $content = Ox.Element() .css({margin: '16px'}) .html(Ox._( 'To embed this document' + (position ? ' at the current position' : '') + ', use the following HTML:' )), $embed = $('