X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=8d9aafd46b466d77c168524b8f8a8bbb45148870;hb=0df5e91852f737d760c5a9f54c5667309fbadcc2;hp=1f12d9076750b6432b4691a6d9901e2dfc972980;hpb=e31ead2b972074c1e5ecc5213b2bdc34c453d8b6;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 1f12d90..8d9aafd 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -16,6 +16,14 @@ <% currentSone.profile.birthDay|xml> <% currentSone.profile.birthMonth|xml> <% currentSone.profile.birthYear|xml> + + <%foreach currentSone.profile.fields field> + + <% field.name|xml> + <% field.value|xml> + + <%/foreach> + @@ -52,10 +60,38 @@ <%/foreach> + <%foreach currentSone.albums album> + <%first> - <%foreach currentSone.albums album> - <%include insert/include/album.xml> - <%/foreach> + <%/first> + + <%album.id|xml> + <%ifnull !album.parent> + <%album.parent.id|xml> + <%/if> + <%album.title|xml> + <%album.description|xml> + <%foreach album.images image> + <%first> + + <%/first> + + <%image.id|xml> + <%image.creationTime|xml> + <%image.key|xml> + <%image.title|xml> + <%image.description|xml> + <%image.width|xml> + <%image.height|xml> + + <%last> + + <%/last> + <%/foreach> + + <%last> + <%/last> + <%/foreach>