X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fbackup.xml;h=5591e7c16e529d33d200fbad42f966e83b42b563;hb=2c5b76a2fbce16ef33f079a3de9ae9fc9a9d30b8;hp=7ad2cc336380ced6659168fa113dc88d90f2dcc2;hpb=9dfc07276c481b67c9b8f935cfeeeef18da80a14;p=Sone.git diff --git a/src/main/resources/templates/backup.xml b/src/main/resources/templates/backup.xml index 7ad2cc3..5591e7c 100644 --- a/src/main/resources/templates/backup.xml +++ b/src/main/resources/templates/backup.xml @@ -1,8 +1,61 @@ - <% currentSone.name|xml> - <% currentSone.requestUri|xml> - <% currentSone.insertUri|xml> + <% currentSone.id|xml> + + <% currentSone.requestUri|xml> + <% currentSone.insertUri|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> + + + + <%foreach currentSone.posts post> + + <% post.id|xml> + + <% post.text|xml> + + <%/foreach> + + + + <%foreach currentSone.replies reply> + + <% reply.id> + <% reply.post.id|xml> + + <% reply.text|xml> + + <%/foreach> + + + + <%foreach currentSone.likedPostIds postId> + <% postId|xml> + <%/foreach> + + + + <%foreach currentSone.likedReplyIds replyId> + <% replyId|xml> + <%/foreach> + + + + <%foreach currentSone.friends friend> + + <% friend.id|xml> + <% friend.requestUri|xml> + <% friend.name|xml> + + <%/foreach> +