equal
deleted
inserted
replaced
9 <% if (options.show_node_editor_uri) { %> |
9 <% if (options.show_node_editor_uri) { %> |
10 <p> |
10 <p> |
11 <label><%-renkan.translate("URI:")%></label> |
11 <label><%-renkan.translate("URI:")%></label> |
12 <input class="Rk-Edit-URI" type="text" value="<%-node.uri%>" /> |
12 <input class="Rk-Edit-URI" type="text" value="<%-node.uri%>" /> |
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> |
|
15 <% } %> <% if (options.change_types) { %> |
|
16 <p> |
|
17 <label><%-renkan.translate("Types available")%>:</label> |
|
18 <select class="Rk-Edit-Type"> |
|
19 <% _.each(types, function(type) { %> |
|
20 <option class="Rk-Edit-Vocabulary-Property" value="<%- type %>"<% if (node.type === type) { %> selected<% } %>> |
|
21 <%- renkan.translate(type.charAt(0).toUpperCase() + type.substring(1)) %> |
|
22 </option> |
|
23 <% }); %> |
|
24 </select> |
14 </p> |
25 </p> |
15 <% } %> <% if (options.show_node_editor_description) { %> |
26 <% } %> <% if (options.show_node_editor_description) { %> |
16 <p> |
27 <p> |
17 <label><%-renkan.translate("Description:")%></label> |
28 <label><%-renkan.translate("Description:")%></label> |
18 <% if (options.show_node_editor_description_richtext) { %> |
29 <% if (options.show_node_editor_description_richtext) { %> |