X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=9d29d6b81e70d3df8e0a7fec26942a6823ed6fec;hb=2ef163831826acdb2113f04278d90fa0a60d3f8e;hp=1f12d9076750b6432b4691a6d9901e2dfc972980;hpb=0157d6ead52bd7c3052b368bed7026075be7cb33;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 1f12d90..9d29d6b 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -16,13 +16,22 @@ <% currentSone.profile.birthDay|xml> <% currentSone.profile.birthMonth|xml> <% currentSone.profile.birthYear|xml> + <%currentSone.profile.avatar|xml> + + <%foreach currentSone.profile.fields field> + + <% field.name|xml> + <% field.value|xml> + + <%/foreach> + <%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> @@ -32,8 +41,8 @@ <%foreach currentSone.replies reply> - <% reply.id> - <% reply.post.id|xml> + <% reply.internalId> + <% reply.postId|xml> <% reply.text|xml> @@ -52,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>