X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=d6dd64306bc0678fbdc12588cdc224dc037c47d1;hb=fd5860dbb46063f229492354af88f1ad3701772c;hp=229ac42021b5f320e0b63f764e0ac6a9a008e3d1;hpb=bf6da11210fb439f2cdc8fcb8755589d04b4db3b;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 229ac42..d6dd643 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -1,14 +1,20 @@ - <% currentSone.id> - <% currentSone.name|xml> + + Sone + <% version|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> @@ -44,14 +50,4 @@ <%/foreach> - - <%foreach knownSones sone> - - <% sone.id|xml> - <% sone.requestUri|xml> - <% sone.name|xml> - - <%/foreach> - -