var HtmlModule={id:"Html",title:"Text",UpdateDialog:"updatedialog/41981708.js",updateSection:function(s){if(s){if(s.constructor==Number)s=page.nodes[s];Module.showDialog(HtmlModule,"UpdateDialog",{section:s})}},renderContent:function(w,s){var text=s.text;if(text){w("<div class=section-padding>",text,"</div>")}else if(s.permissions.edit){w("<div class='section-padding bc-highlight'>");CommandBar.renderButton(w,{onclick:"HtmlModule.updateSection("+s.nodeId+")"},-216,"Add Text");w("</div>")}}};if(window.Module)Module.add(HtmlModule);