X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=9d29d6b81e70d3df8e0a7fec26942a6823ed6fec;hb=feb88c76e5e2f4d20141a6dabc204771f24e0bcb;hp=69f647d90ad37a6e9a168b9db6406b183107695e;hpb=33f333b35a73d3d4a4e79f41e9dd7b342db87b1a;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 69f647d..9d29d6b 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -16,6 +16,7 @@ <% currentSone.profile.birthDay|xml> <% currentSone.profile.birthMonth|xml> <% currentSone.profile.birthYear|xml> + <%currentSone.profile.avatar|xml> <%foreach currentSone.profile.fields field> @@ -29,8 +30,8 @@ <%foreach currentSone.posts post> - <% post.id|xml> - <%ifnull !post.recipient><% post.recipient.id|xml><%/if> + <% post.internalId|xml> + <%if post.recipientId.present><% post.recipientId.get|xml><%/if> <% post.text|xml> @@ -40,8 +41,8 @@ <%foreach currentSone.replies reply> - <% reply.id> - <% reply.post.id|xml> + <% reply.internalId> + <% reply.postId|xml> <% reply.text|xml> @@ -60,10 +61,39 @@ <%/foreach> + <%foreach currentSone.albums album> + <%first> - <%foreach currentSone.albums album> - <%include insert/include/album.xml> - <%/foreach> + <%/first> + + <%album.internalId|xml> + <%if !album.parent.root> + <%album.parent.internalId|xml> + <%/if> + <%album.title|xml> + <%album.description|xml> + <%album.albumImage.internalId|xml> + <%foreach album.images image> + <%first> + + <%/first> + + <%image.internalId|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>