X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=b947dc4f2d30c167d88738dde5c508b79de5d22f;hb=2c5b76a2fbce16ef33f079a3de9ae9fc9a9d30b8;hp=704c41520cb853403a29d37bdecc6400e38ecf59;hpb=dd073ef0921b1040259acf927a55f52a9ece0a22;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 704c415..b947dc4 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -1,13 +1,15 @@ - <% currentSone.id> - <% currentSone.name|xml> + <% currentSone.profile.firstName|xml> <% currentSone.profile.middleName|xml> <% currentSone.profile.lastName|xml> + <% currentSone.profile.birthDay|xml> + <% currentSone.profile.birthMonth|xml> + <% currentSone.profile.birthYear|xml> @@ -31,24 +33,16 @@ <%/foreach> - - <%foreach currentSone.friends friend> - - <% friend.id|xml> - <% friend.requestUri|xml> - <% friend.name|xml> - + + <%foreach currentSone.likedPostIds postId> + <% postId|xml> <%/foreach> - + - - <%foreach knownSones sone> - - <% sone.id|xml> - <% sone.requestUri|xml> - <% sone.name|xml> - + + <%foreach currentSone.likedReplyIds replyId> + <% replyId|xml> <%/foreach> - +