projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don’t required the logged in Sone to match, a local Sone is enough.
[Sone.git]
/
src
/
main
/
resources
/
templates
/
notify
/
inserting-images-notification.html
1
<div class="text">
2
<%= Notification.InsertingImages.Text|l10n|html>
3
<%foreach images image>
4
<a href="imageBrowser.html?image=<%image.id|html>" title="<%image.title|html>"><%image.title|html></a><%notlast>,<%/notlast><%last>.<%/last>
5
<%/foreach>
6
</div>