@ -89,10 +89,10 @@
< / td >
< / td >
< td class = "title-col inline" > {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}
< td class = "title-col inline" > {{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}
< a class = "external" target = "_blank" rel = "noopener" href = "{{ watch.link.replace('source:','') }}" > < / a >
< a class = "external" target = "_blank" rel = "noopener" href = "{{ watch.link.replace('source:','') }}" > < / a >
< a class = "link-spread" href = "{{url_for('form_share_put_watch', uuid=watch.uuid)}}" > < img style= "height: 1em;display:inline-block; vertical-align: middle;" src = "{{url_for('static_content', group='images', filename='spread.svg')}}" class = " icon icon-spread" title = "Create a link to share watch config with others" / > < / a >
< a class = "link-spread" href = "{{url_for('form_share_put_watch', uuid=watch.uuid)}}" > < img class= "status-icon" src = "{{url_for('static_content', group='images', filename='spread.svg')}}" class = " status-icon icon icon-spread" title = "Create a link to share watch config with others" / > < / a >
{%if watch.get_fetch_backend == "html_webdriver" %}< img style= "height: 1em; display:inline-block; " src = "{{url_for('static_content', group='images', filename='Google-Chrome-icon.png')}}" title = "Using a chrome browser" / > {% endif %}
{%if watch.get_fetch_backend == "html_webdriver" %}< img class= "status-icon " src = "{{url_for('static_content', group='images', filename='Google-Chrome-icon.png')}}" title = "Using a chrome browser" / > {% endif %}
{%if watch.is_pdf %}< img style= "height: 1.2em; vertical-align: middle; display:inline-block; " src = "{{url_for('static_content', group='images', filename='pdf-icon.svg')}}" title = "Converting PDF to text" / > {% endif %}
{%if watch.is_pdf %}< img class= "status-icon " src = "{{url_for('static_content', group='images', filename='pdf-icon.svg')}}" title = "Converting PDF to text" / > {% endif %}
{% if watch.last_error is defined and watch.last_error != False %}
{% if watch.last_error is defined and watch.last_error != False %}
< div class = "fetch-error" > {{ watch.last_error }}< / div >
< div class = "fetch-error" > {{ watch.last_error }}< / div >
{% endif %}
{% endif %}
@ -103,7 +103,7 @@
< div class = "ldjson-price-track-offer" > Embedded price data detected, follow only price data? < a href = "{{url_for('price_data_follower.accept', uuid=watch.uuid)}}" class = "pure-button button-xsmall" > Yes< / a > < a href = "{{url_for('price_data_follower.reject', uuid=watch.uuid)}}" class = "" > No< / a > < / div >
< div class = "ldjson-price-track-offer" > Embedded price data detected, follow only price data? < a href = "{{url_for('price_data_follower.accept', uuid=watch.uuid)}}" class = "pure-button button-xsmall" > Yes< / a > < a href = "{{url_for('price_data_follower.reject', uuid=watch.uuid)}}" class = "" > No< / a > < / div >
{% endif %}
{% endif %}
{% if watch['track_ldjson_price_data'] == 'accepted' %}
{% if watch['track_ldjson_price_data'] == 'accepted' %}
< span class = "tracking-ldjson-price-data" title = "Automatically following embedded price information" > < img src = "{{url_for('static_content', group='images', filename='price-tag-icon.svg')}}" class = " price-follow-tag-icon"/ > Price< / span >
< span class = "tracking-ldjson-price-data" title = "Automatically following embedded price information" > < img src = "{{url_for('static_content', group='images', filename='price-tag-icon.svg')}}" class = " status-icon price-follow-tag-icon"/ > Price< / span >
{% endif %}
{% endif %}
{% if not active_tag %}
{% if not active_tag %}
< span class = "watch-tag-list" > {{ watch.tag}}< / span >
< span class = "watch-tag-list" > {{ watch.tag}}< / span >