1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 12:57:35 +01:00

post_thread.html: add hover suggestions

This commit is contained in:
Zankaria 2024-12-29 16:41:59 +01:00
parent f7e92d3967
commit b991657b0a

View File

@ -9,7 +9,7 @@
<div class="post op" id="op_{{ post.id }}" {%if post.num_files > 1%}style='clear:both'{%endif%}><p class="intro"> <div class="post op" id="op_{{ post.id }}" {%if post.num_files > 1%}style='clear:both'{%endif%}><p class="intro">
<input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" /> <input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" />
<label for="delete_{{ post.id }}"> <label for="delete_{{ post.id }}">
{% include 'post/subject.html' %} {% include 'post/subject.html' %}
{% include 'post/name.html' %} {% include 'post/name.html' %}
{% include 'post/ip.html' %} {% include 'post/ip.html' %}
@ -18,8 +18,8 @@
</label> </label>
{% apply spaceless %} {% apply spaceless %}
{% include 'post/poster_id.html' %}&nbsp; {% include 'post/poster_id.html' %}&nbsp;
<a class="post_no" id="post_no_{{ post.id }}" onclick="highlightReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('', '50') }}{% else %}{{ post.link }}{% endif %}">No.</a> <a class="post_no" id="post_no_{{ post.id }}" title="Link to this post" o onclick="highlightReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('', '50') }}{% else %}{{ post.link }}{% endif %}">No.</a>
<a class="post_no" onclick="citeReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('q', '50') }}{% else %}{{ post.link('q') }}{% endif %}">{{ post.id }}</a> <a class="post_no" title="Reply to this post" onclick="citeReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('q', '50') }}{% else %}{{ post.link('q') }}{% endif %}">{{ post.id }}</a>
{% if post.sticky %} {% if post.sticky %}
{% if config.font_awesome %} {% if config.font_awesome %}
<i class="fa fa-thumb-tack" title="Sticky"></i> <i class="fa fa-thumb-tack" title="Sticky"></i>
@ -75,7 +75,7 @@
{{ count }} posts {{ count }} posts
{% endtrans %} {% endtrans %}
{% if post.omitted_images %} {% if post.omitted_images %}
{% trans %}and{% endtrans %} {% trans %}and{% endtrans %}
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if post.omitted_images %} {% if post.omitted_images %}