X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fbackup.xml;h=98569ff98848893e3a882102fa7a48bbc53bdfec;hb=68f8e5e5c34fad6086af0c82d1dde64f67814297;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..98569ff 100644 --- a/src/main/resources/templates/backup.xml +++ b/src/main/resources/templates/backup.xml @@ -5,4 +5,41 @@ <% currentSone.requestUri|xml> <% currentSone.insertUri|xml> + + <% currentSone.profile.firstName|xml> + <% currentSone.profile.middleName|xml> + <% currentSone.profile.lastName|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.friends friend> + + <% friend.id|xml> + <% friend.requestUri|xml> + <% friend.name|xml> + + <%/foreach> + +