<% //TODO: change class to id %>

×<%-renkan.translate("Edit Node")%>

<% if (options.show_node_editor_title_richtext) { %>

<%=node.title%>
<% } else { %> <% } %>

<% if (options.show_node_title_style) { %>
<%-renkan.translate("Title color:")%> <%= renkan.colorPicker('Rk-Editor-ColorPicker-Title') %>
<%-renkan.translate("Title size:")%> - <%-node.title_size.toFixed(1)%> +
<% } %> <% if (options.show_node_editor_uri) { %>

<% } %> <% if (options.change_types) { %>

<% } %> <% if (options.show_node_editor_description) { %>

<% if (options.show_node_editor_description_richtext) { %>

<%=node.description%>
<% } else { %> <% } %>

<% } %> <% if (options.show_node_editor_size) { %>

<%-renkan.translate("Size:")%> - <%-node.size%> +

<% } %> <% if (options.show_node_editor_style) { %>
<% if (options.show_node_editor_style_color) { %>
<%-renkan.translate("Node color:")%>
<%= renkan.colorPicker('Rk-Editor-ColorPicker-Node') %> <%- renkan.translate("Choose color") %>
<% } %> <% if (options.show_node_editor_style_dash) { %>
<%-renkan.translate("Dash:")%> />
<% } %> <% if (options.show_node_editor_style_thickness) { %>
<%-renkan.translate("Thickness:")%> - <%-node.thickness%> +
<% } %>
<% } %> <% if (options.show_node_editor_image) { %>
<% if (node.clip_path) { %> <% }%>

<% if (options.allow_image_upload) { %>

<% }%><% } %> <% if (options.show_node_editor_creator && node.has_creator) { %>

<%-renkan.translate("Created by:")%> <%- shortenText(node.created_by_title, 25) %>

<% } %> <% if (options.change_shapes) { %>

<% } %>