X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Ftemplates%2Fadmin.edit-artist;h=a1608f36382498757e5a859858711e3a809339e2;hb=ef7ac2256816f31d46167e873574980b6fe23979;hp=37342645a71db27e38154f5694198e5f246dee8a;hpb=91a2433077a003c09e41990428c9b2886320f364;p=demoscenemusic.git diff --git a/src/main/resources/templates/admin.edit-artist b/src/main/resources/templates/admin.edit-artist index 3734264..a1608f3 100644 --- a/src/main/resources/templates/admin.edit-artist +++ b/src/main/resources/templates/admin.edit-artist @@ -26,4 +26,60 @@ +

Groups

+ +<%foreach artist.groups group|sort> + +
+ + + + +
+ <%group.name|html> +
+ + +
+ +<%foreachelse> +

This artists does not belong to any groups.

+<%/foreach> + +

Add a Group

+ +
+ + + +
+ Add Group: + +
+ + +
+ +

Tracks

+ +<%foreach artist.tracks track> + <%first> + + <%/last> +<%foreachelse> +

This artist does not yet have any tracks.

+<%/foreach> + +

Add a New Track

+ +<%include include/admin.add-track> + <%include include/footer> \ No newline at end of file