X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=9d29d6b81e70d3df8e0a7fec26942a6823ed6fec;hb=2ef163831826acdb2113f04278d90fa0a60d3f8e;hp=83969fac47a702bd8581773a6b31d83aa77b989a;hpb=9831a5361e764e040e9379de98d656bb863e6b96;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 83969fa..9d29d6b 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -1,21 +1,39 @@ - <% currentSone.id> - <% currentSone.name|html> + + 0 + + + Sone + <% version|xml> + - <% currentSone.profile.firstName|html> - <% currentSone.profile.middleName|html> - <% currentSone.profile.lastName|html> + <% currentSone.profile.firstName|xml> + <% currentSone.profile.middleName|xml> + <% currentSone.profile.lastName|xml> + <% 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> + <% post.internalId|xml> + <%if post.recipientId.present><% post.recipientId.get|xml><%/if> - <% post.text|html> + <% post.text|xml> <%/foreach> @@ -23,15 +41,59 @@ <%foreach currentSone.replies reply> - <% reply.id> - <% reply.post.sone.requestUri|html> - <% reply.post.sone.requestUri|html> - <% reply.post.sone.niceName|html> - <% reply.post.id> + <% reply.internalId> + <% reply.postId|xml> - <% reply.text> + <% reply.text|xml> <%/foreach> + + <%foreach currentSone.likedPostIds postId> + <% postId|xml> + <%/foreach> + + + + <%foreach currentSone.likedReplyIds replyId> + <% replyId|xml> + <%/foreach> + + + <%foreach currentSone.albums album> + <%first> + + <%/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> +