client/templates/edgeeditor_readonly.html
author rougeronj
Fri, 24 Apr 2015 11:13:16 +0200
changeset 426 05ed0d95a511
parent 419 4f458e6d32bd
child 434 0d5998b32a7c
permissions -rw-r--r--
split templates in main, list-bin and wikipedia-bin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
419
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     1
<h2>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     2
	<span class="Rk-CloseX">&times;</span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     3
	<% if (options.show_edge_tooltip_color) { %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     4
		<span class="Rk-UserColor" style="background: <%- edge.color %>;"></span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     5
	<% } %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     6
	<span class="Rk-Display-Title">
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     7
		<% if (edge.uri) { %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     8
			<a href="<%-edge.uri%>" target="_blank">
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
     9
		<% } %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    10
		<%-edge.title%>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    11
		<% if (edge.uri) { %> </a> <% } %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    12
	</span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    13
</h2>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    14
<% if (options.show_edge_tooltip_uri && edge.uri) { %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    15
	<p class="Rk-Display-URI">
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    16
		<a href="<%-edge.uri%>" target="_blank"><%- edge.short_uri %></a>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    17
	</p>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    18
<% } %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    19
<p><%-edge.description%></p>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    20
<% if (options.show_edge_tooltip_nodes) { %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    21
	<p>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    22
		<span class="Rk-Editor-Label"><%-renkan.translate("From:")%></span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    23
		<span class="Rk-UserColor" style="background: <%- edge.from_color %>;"></span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    24
		<%- shortenText(edge.from_title, 25) %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    25
	</p>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    26
	<p>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    27
		<span class="Rk-Editor-Label"><%-renkan.translate("To:")%></span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    28
		<span class="Rk-UserColor" style="background: <%- edge.to_color %>;"></span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    29
		<%- shortenText(edge.to_title, 25) %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    30
	</p>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    31
<% } %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    32
<% if (options.show_edge_tooltip_creator && edge.has_creator) { %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    33
	<p>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    34
		<span class="Rk-Editor-Label"><%-renkan.translate("Created by:")%></span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    35
		<span class="Rk-UserColor" style="background: <%- edge.created_by_color %>;"></span>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    36
		<%- shortenText(edge.created_by_title, 25) %>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    37
	</p>
4f458e6d32bd export the templates of scene and edgeeditor to html files
rougeronj
parents:
diff changeset
    38
<% } %>