X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=7d3c8aafb0f091503437ad76ad9482380f219a2d;hb=7815943b9ecc1199e11dd8be9736d6f3e892118e;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..7d3c8aa 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -1,21 +1,30 @@ - <% 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> <%foreach currentSone.posts post> - <% post.id> + <% post.id|xml> + <%ifnull !post.recipient><% post.recipient.id|xml><%/if> - <% post.text|html> + <% post.text|xml> <%/foreach> @@ -24,14 +33,23 @@ <%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.post.id|xml> - <% reply.text> + <% reply.text|xml> <%/foreach> + + <%foreach currentSone.likedPostIds postId> + <% postId|xml> + <%/foreach> + + + + <%foreach currentSone.likedReplyIds replyId> + <% replyId|xml> + <%/foreach> + +