client/templates/nodeeditor.html
changeset 468 364c367df7fc
parent 459 98cae534083d
child 482 a55c33989404
equal deleted inserted replaced
467:fd2b5a7ec356 468:364c367df7fc
    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>