Browse Source

image identification: add imgops.com button

pull/40/head
Marcin Łabanowski 11 years ago
parent
commit
7be36592d2
  1. 1
      templates/post_reply.html
  2. 1
      templates/post_thread.html

1
templates/post_reply.html

@ -74,6 +74,7 @@
{% if post.thumb != 'file' and config.image_identification %}
,
<span class='image_id'>
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ post.file }}">io</a>
{% if post.file|extension == 'jpg' %}
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">e</a>
{% endif %}

1
templates/post_thread.html

@ -31,6 +31,7 @@
{% if post.thumb != 'file' and config.image_identification %}
,
<span class='image_id'>
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ post.file }}">io</a>
{% if post.file|extension == 'jpg' %}
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">e</a>
{% endif %}

Loading…
Cancel
Save