jQuery.template("Tmpl-embed-share",function(n,t){var r=n,__=[],i=t.data;with(i)__.push('<div id="sharing-dialog" class="embed">      <div id="sharing-title">          <div>              Sharing options          <\/div>          <span class="close"><\/span>      <\/div>      <div class="embed-share">          <input type="text" id="resource-url" />      <\/div>      <div id="buttons">          <a id="cancel" href="#">Cancel<\/a>      <\/div>  <\/div>');return __});jQuery.template("Tmpl-embed-export",function(n,t){var r=n,__=[],i=t.data;with(i)__.push('<div id="export-embed-dialog">   <div id="export-title">    <div>     Export    <\/div>    <span class="close"><\/span>   <\/div>   <div class="embed-export">   <\/div>  <\/div>');return __});jQuery.template("Tmpl-embed-email-sharing",function(n,t){var r=n,__=[],i=t.data;with(i)__.push('<div id="email-body">   <span style="margin-top: 20px; display: block;">To (email addresses):<\/span>   <textarea type="text" id="email-address" />   <div class="error">   <\/div>   <a id="send-email">Send email<\/a>  <\/div>');return __});jQuery.template("Tmpl-embed-action",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push('<div class="embed-actions '),typeof text!="undefined"&&text!=null&&__.push($.encode(typeof text=="function"?text.call($item):text)),__.push('" style="background-color: '),typeof background!="undefined"&&background!=null&&__.push($.encode(typeof background=="function"?background.call($item):background)),__.push('">   '),typeof isPresentation!="undefined"&&isPresentation!=null&&(typeof isPresentation=="function"?isPresentation.call($item):isPresentation)&&__.push('       <a href="#" id="first" class="player"><\/a><a href="#" id="prev" class=" player"><\/a><a href="#" id="play" class="play player"><\/a><a href="#" id="next" class=" player"><\/a><a href="#" id="last" class=" player"><\/a>   <img src="/img/v2/shared/page-action-separator.png" class="separator" alt="" />   '),__.push("      <ul>    "),typeof canExport!="undefined"&&canExport!=null&&(typeof canExport=="function"?canExport.call($item):canExport)&&(__.push('     <li class="export download-data"><em><\/em>'),typeof $.R!="undefined"&&$.R!=null&&__.push($.encode($.R("~/Tmpl/embed-action.html","Export"))),__.push(" <\/li>    ")),__.push("      "),typeof canShare!="undefined"&&canShare!=null&&(typeof canShare=="function"?canShare.call($item):canShare)&&(__.push('     <li class="share"><em><\/em>'),typeof $.R!="undefined"&&$.R!=null&&__.push($.encode($.R("~/Tmpl/embed-action.html","Share"))),__.push(" <\/li>    ")),__.push("        "),typeof isEmbed!="undefined"&&isEmbed!=null&&(typeof isEmbed=="function"?isEmbed.call($item):isEmbed)&&(__.push('     <li class="powered-by-knoema"><a target="_blank" href="//knoema.com" title="'),typeof title!="undefined"&&title!=null&&__.push($.encode(typeof title=="function"?title.call($item):title)),__.push('">      <img src="'),typeof logo!="undefined"&&logo!=null&&__.push($.encode(typeof logo=="function"?logo.call($item):logo)),__.push('" alt="'),typeof title!="undefined"&&title!=null&&__.push($.encode(typeof title=="function"?title.call($item):title)),__.push('" />     <\/a><\/li>    ')),__.push("   <\/ul>  <\/div>");return __})