fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor: wip full backspace/insert support
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core
/
links
/
box.html
1
<div link-box style="white-space: nowrap">
2
<a link target="blank" href="<%= url %>"><%= text %></a> <br/>--
3
<span>
4
<a class="change" href="#"><%= gettext('change') %></a> |
5
<a class="delete" href="#"><%= gettext('remove') %></a>
6
</span>
7
</div>