X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=c2d67ca06b7b72ecf9f35728a4a58d8c56323b8e;hb=f3e3a22da8fde0575494059165a41a847b07d0ab;hp=0bb35b0ba833f988c8f9d2189d1521eb9e6b044c;hpb=c81560515806933fcf632cafa8cdc3da7dc165e5;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 0bb35b0..c2d67ca 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -1,6 +1,47 @@ + <% currentSone.id> <% currentSone.name|html> + + <% currentSone.profile.firstName|html> + <% currentSone.profile.middleName|html> + <% currentSone.profile.lastName|html> + + + + <%foreach currentSone.posts post> + + <% post.id> + + <% post.text|html> + + <%/foreach> + + + + <%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.text> + + <%/foreach> + + + + <%foreach currentSone.friends friend> + + <% friend.id|html> + <% friend.requestUri|html> + <% friend.name|html> + + <%/foreach> + +