X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=43f9981a38cf8ca53af873b7d22a93abc92101ca;hb=acad4aaa7ddf0104d57654e5b272353d8799adeb;hp=92fff0fcf7390a020f7ed8864ab1e23abc0efa79;hpb=a5a7381f8624ceec940fc49896fc0c774dc6d0eb;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 92fff0f..43f9981 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -2,11 +2,17 @@ -
- Avatar Image + + <%include include/soneMenu.html class=="sone-post-menu" sone=post.sone> +
+ <%if post.loaded> + Avatar Image + <%else> + Avatar Image + <%/if>
-
+ class="hidden"<%/if>> <%ifnull !post.recipient> → @@ -16,17 +22,20 @@ <%/if> <%/if> -
<% post.text|parse sone=post.sone>
+ <% post.text|html|store key=originalText text=true> + <% post.text|parse sone=post.sone|store key=parsedText text=true> +
<% originalText>
+
<% parsedText>
-
+
-
+
-
+ @@ -35,6 +44,14 @@
· + · + + · + + <%if ! originalText|match key=parsedText> + · + + <%/if>
· ↑ @@ -87,6 +104,9 @@ <%/if>
+ class="hidden"<%/if>> + <%= View.Post.NotDownloaded|l10n|html> +
<%foreach post.replies reply> <%include include/viewReply.html>