X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=10e57ebbf970f97e87e2605d498389d42f94e93c;hb=e4daf856661958be1f88f0d3861823df91c78b1e;hp=c7e6eff14cd6fc5f5a491c23a03efa9142542cb5;hpb=a2384644eb91f324faa42be4fb3c0acb5935a63b;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index c7e6eff..10e57eb 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -42,7 +42,7 @@ <%foreach currentSone.replies reply> <% reply.id> - <% reply.postId.get|xml> + <% reply.postId|xml> <% reply.text|xml> @@ -66,19 +66,19 @@ <%/first> - <%album.id|xml> - <%ifnull !album.parent> - <%album.parent.id|xml> + <%album.internalId|xml> + <%if !album.parent.root> + <%album.parent.internalId|xml> <%/if> <%album.title|xml> <%album.description|xml> - <%album.albumImage.id|xml> + <%album.albumImage.internalId|xml> <%foreach album.images image> <%first> <%/first> - <%image.id|xml> + <%image.internalId|xml> <%image.creationTime|xml> <%image.key|xml> <%image.title|xml>