X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fbackup.xml;h=98569ff98848893e3a882102fa7a48bbc53bdfec;hb=08a2857c3afa6c39464fd710d4ddd55cf7c19bca;hp=7e0479265572ba787a0936cee40dc03d61ca1493;hpb=3d0dbd535f8efee946c17454a22bd24d954946d6;p=Sone.git diff --git a/src/main/resources/templates/backup.xml b/src/main/resources/templates/backup.xml index 7e04792..98569ff 100644 --- a/src/main/resources/templates/backup.xml +++ b/src/main/resources/templates/backup.xml @@ -1,8 +1,45 @@ - - - + <% currentSone.name|xml> + <% 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> +