diff --git a/main/template/default/blog/post.tpl b/main/template/default/blog/post.tpl index b132ef0617..ef8b97c621 100644 --- a/main/template/default/blog/post.tpl +++ b/main/template/default/blog/post.tpl @@ -39,84 +39,96 @@
-
+
+
+
+
+ {{ post.actions }} +
+
+
-
-
-
- {{ post.actions }} +
+
+
+

{{ post.title }}

-
-
-

{{ post.title }}

-
-
- {{ post.post_date }} - {{ post.n_comments }} {{ 'Comments' | get_lang }} - - - {{ post.author }} - - -
+
    +
  • + {{ post.post_date }} +
  • +
  • + {{ 'XComments'|get_lang|format(post.n_comments) }} +
  • +
  • + + {{ post.author }} +
  • +
+
{{ post.content }}
{% if post.files %} - + {% endif %} -
-

{{ post.n_comments }} {{ 'Comments' | get_lang }}

-
- {% for item in post.comments %} -
-
- - {{ item.name_author }} - + +
+

{{ post.n_comments }} {{ 'Comments' | get_lang }}

+
    + {% for item in post.comments %} +
  • +
    + + {{ item.name_author }} + +
    +
    +
    + {{ item.actions }}
    -
    -
    - {{ item.actions }} -
    -

    {{ item.title }}

    -
    - {{ item.comment_date }} - +

    {{ item.title }}

    +
    +
  • +
  • + {{ item.score_ranking }} +
  • +
+
{{ item.content }} +
+ {% if item.files %} + + {% endif %} - {% if item.files %} -
- {{ item.files.filename }} -

{{ item.files.comment }}

-
- {% endif %} - -
- {{ item.form_ranking }} -
+
+ {{ item.form_ranking }}
- {% endfor %} -
-
-
- {{ post.form_html }} -
+ + {% endfor %} + +
+
+ {{ post.form_html }}