From 127690d3563777313dda224adf420e88e0f25668 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 5 Nov 2010 09:59:24 +0100 Subject: [PATCH] Reformatting, no structural changes. --- src/main/resources/templates/include/viewPost.html | 164 ++++++++++----------- 1 file changed, 82 insertions(+), 82 deletions(-) diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index c5df1f0..58b0786 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -3,91 +3,91 @@ Avatar Image
-
- -
<% post.text|html>
-
-
- -
⬆
- <%ifnull ! currentSone> -
- - - - - -
-
- - - - - -
- <%/if> - <%if post.sone.current> -
- - - - -
- <%/if> -
-
- <%foreach post.replies reply> -
-
- Avatar Image -
-
-
- -
<% reply.text|html>
-
-
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
-
⬆
- <%ifnull ! currentSone> -
- - - - - -
-
- - - - - -
- <%/if> - <%if reply.sone.current> -
- - - - -
- <%/if> -
-
-
- <%/foreach> - <%ifnull ! currentSone> -
-
+
+ +
<% post.text|html>
+
+
+ +
⬆
+ <%ifnull ! currentSone> + + - - + -
- <%/if> -
+
+ + + + + +
+ <%/if> + <%if post.sone.current> +
+ + + + +
+ <%/if> +
+
+ <%foreach post.replies reply> +
+
+ Avatar Image +
+
+
+ +
<% reply.text|html>
+
+
+
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
⬆
+ <%ifnull ! currentSone> +
+ + + + + +
+
+ + + + + +
+ <%/if> + <%if reply.sone.current> +
+ + + + +
+ <%/if> +
+
+
+ <%/foreach> + <%ifnull ! currentSone> +
+
+ + + + + +
+
+ <%/if> +
-- 2.7.4