projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Get the trust directly from the identity.
[Sone.git]
/
src
/
main
/
resources
/
templates
/
createAlbum.html
1
<%include include/head.html>
2
3
<h1><%= Page.CreateAlbum.Page.Title|l10n|html></h1>
4
5
<%if nameMissing>
6
<p><%= Page.CreateAlbum.Error.NameMissing|l10n|html></p>
7
<%/if>
8
9
<%include include/createAlbum.html>
10
11
<%include include/tail.html>