equal
deleted
inserted
replaced
3 <span class="Rk-CloseX">×</span><%-renkan.translate("Edit Node")%></span> |
3 <span class="Rk-CloseX">×</span><%-renkan.translate("Edit Node")%></span> |
4 </h2> |
4 </h2> |
5 <p> |
5 <p> |
6 <label><%-renkan.translate("Title:")%></label> |
6 <label><%-renkan.translate("Title:")%></label> |
7 <% if (options.show_node_editor_title_richtext) { %> |
7 <% if (options.show_node_editor_title_richtext) { %> |
8 <div class="Rk-Edit-Title" contenteditable="true"><%=node.title%></div> |
8 <div class="Rk-Edit-Title" contenteditable="true" id="Rk-Edit-Title-<%-node._id%>" ><%=node.title%></div> |
9 <% } else { %> |
9 <% } else { %> |
10 <input class="Rk-Edit-Title" type="text" value="<%-node.title%>" /> |
10 <input class="Rk-Edit-Title" type="text" value="<%-node.title%>" /> |
11 <% } %> |
11 <% } %> |
12 </p> |
12 </p> |
13 <% if (options.show_node_editor_uri) { %> |
13 <% if (options.show_node_editor_uri) { %> |
14 <p> |
14 <p> |
15 <label><%-renkan.translate("URI:")%></label> |
15 <label><%-renkan.translate("URI:")%></label> |
16 <input class="Rk-Edit-URI" type="text" value="<%-node.uri%>" /> |
16 <input class="Rk-Edit-URI" type="text" value="<%-node.uri%>" /> |
29 </p> |
29 </p> |
30 <% } %> <% if (options.show_node_editor_description) { %> |
30 <% } %> <% if (options.show_node_editor_description) { %> |
31 <p> |
31 <p> |
32 <label><%-renkan.translate("Description:")%></label> |
32 <label><%-renkan.translate("Description:")%></label> |
33 <% if (options.show_node_editor_description_richtext) { %> |
33 <% if (options.show_node_editor_description_richtext) { %> |
34 <div class="Rk-Edit-Description" contenteditable="true"><%=node.description%></div> |
34 <div class="Rk-Edit-Description" contenteditable="true" id="Rk-Edit-Description-<%-node._id%>"><%=node.description%></div> |
35 <% } else { %> |
35 <% } else { %> |
36 <textarea class="Rk-Edit-Description"><%=node.description%></textarea> |
36 <textarea class="Rk-Edit-Description"><%=node.description%></textarea> |
37 <% } %> |
37 <% } %> |
38 </p> |
38 </p> |
39 <% } %> <% if (options.show_node_editor_size) { %> |
39 <% } %> <% if (options.show_node_editor_size) { %> |