From 48bc9d9e297d14bd549bd10513537052d7ce221c Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 16 Apr 2014 11:58:41 +0200 Subject: [PATCH] add some files missing from the previous commit --- templates/post/flag.html | 18 ++++++++++ templates/post/image.html | 45 ++++++++++++++++++++++++ templates/post/image_identification.html | 10 ++++++ 3 files changed, 73 insertions(+) create mode 100644 templates/post/flag.html create mode 100644 templates/post/image.html create mode 100644 templates/post/image_identification.html diff --git a/templates/post/flag.html b/templates/post/flag.html new file mode 100644 index 00000000..61622368 --- /dev/null +++ b/templates/post/flag.html @@ -0,0 +1,18 @@ +{% if config.display_flags and post.modifiers.flag %} + {{ post.modifiers['flag alt'] | e('html_attr') }} +{% endif %} diff --git a/templates/post/image.html b/templates/post/image.html new file mode 100644 index 00000000..5020f782 --- /dev/null +++ b/templates/post/image.html @@ -0,0 +1,45 @@ + + {% if post.thumb|extension == 'webm' %} + + {% else %} + + {% endif %} + diff --git a/templates/post/image_identification.html b/templates/post/image_identification.html new file mode 100644 index 00000000..3d3bd655 --- /dev/null +++ b/templates/post/image_identification.html @@ -0,0 +1,10 @@ +{% if post.thumb != 'file' and config.image_identification %} + , + + io + {% if post.file|extension == 'jpg' %} + e + {% endif %} + g + +{% endif %}