equal
deleted
inserted
replaced
13 <a class="Rk-Edit-Goto" href="<%-node.uri%>" target="_blank"></a> |
13 <a class="Rk-Edit-Goto" href="<%-node.uri%>" target="_blank"></a> |
14 </p> |
14 </p> |
15 <% } %> <% if (options.show_node_editor_description) { %> |
15 <% } %> <% if (options.show_node_editor_description) { %> |
16 <p> |
16 <p> |
17 <label><%-renkan.translate("Description:")%></label> |
17 <label><%-renkan.translate("Description:")%></label> |
18 <textarea class="Rk-Edit-Description"><%-node.description%></textarea> |
18 <% if (options.show_node_editor_description_richtext) { %> |
|
19 <div class="Rk-Edit-Description" contenteditable="true"><%=node.description%></div> |
|
20 <% } else { %> |
|
21 <textarea class="Rk-Edit-Description"><%=node.description%></textarea> |
|
22 <% } %> |
19 </p> |
23 </p> |
20 <% } %> <% if (options.show_node_editor_size) { %> |
24 <% } %> <% if (options.show_node_editor_size) { %> |
21 <p> |
25 <p> |
22 <span class="Rk-Editor-Label"><%-renkan.translate("Size:")%></span> |
26 <span class="Rk-Editor-Label"><%-renkan.translate("Size:")%></span> |
23 <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Down">-</a> |
27 <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Down">-</a> |