mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
image identification: add imgops.com button
This commit is contained in:
parent
4787328281
commit
7be36592d2
@ -74,6 +74,7 @@
|
|||||||
{% if post.thumb != 'file' and config.image_identification %}
|
{% if post.thumb != 'file' and config.image_identification %}
|
||||||
,
|
,
|
||||||
<span class='image_id'>
|
<span class='image_id'>
|
||||||
|
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ post.file }}">io</a>
|
||||||
{% if post.file|extension == 'jpg' %}
|
{% if post.file|extension == 'jpg' %}
|
||||||
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">e</a>
|
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">e</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
{% if post.thumb != 'file' and config.image_identification %}
|
{% if post.thumb != 'file' and config.image_identification %}
|
||||||
,
|
,
|
||||||
<span class='image_id'>
|
<span class='image_id'>
|
||||||
|
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ post.file }}">io</a>
|
||||||
{% if post.file|extension == 'jpg' %}
|
{% if post.file|extension == 'jpg' %}
|
||||||
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">e</a>
|
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">e</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user