{% if popup %}{% include 'mini_head_include.html' %}{% endif %}{% if not popup %}{% include 'manager_head_include.html' %}{% endif %} {% if search == 'Search Posts by IP Address' %}

Searching By IP Address {{ text }}

{% include 'pagination_section.html' %} {% elif search == 'Search Posts by Text String' %}

Searching By Text "{{ text }}"

{% include 'pagination_section.html' %} {% elif search == 'Search Posts by Author' %}

Searching By Poster Name "{{ text }}"

{% include 'pagination_section.html' %} {% elif search == 'Search Posts by ID' %}{% if popup %}

{% endif %}{% if not popup %}

{% endif %}Showing Post No.{{ posts[0].num }}{% if popup %}

{% endif %}{% if not popup %}

{% endif %} {% endif %} {% if not popup %}
{% endif %}
{% for post in posts %}
{% if search == 'ip' %}{{ post_number }}{% endif %}{% if search != 'ip' %}>>{% endif %} No.{{ post.num }}  {% if post.parent %}Response to Thread No.{{ post.parent }}{% endif %}{% if not post.parent %}Thread Opener{% endif %}  [Delete & {{ strings.MPBAN }}]  [Edit] {% if post.image %}
{{ strings.PICNAME }}{{ (post.image)|basename }} -({{ post.size }} B, {{ post.width }}x{{ post.height }}) {{ strings.THUMB }}
{% if post.thumbnail %} {{ post.size }} {% endif %} {% if not post.thumbnail %} {% if board.options.DELETED_THUMBNAIL %} {% endif %} {% if not (board.options.DELETED_THUMBNAIL) %} {% endif %} {% endif %} {% endif %}
{% if omit %}{{ post.comment|redirect_reply_links(min_res) }}{% else %}{{ post.comment }}{% endif %} {% if post.lastedit %}

Last edited{% if post.admin_post %} by moderator{% endif %} {{ post.lastedit }}.

{% endif %}
{% if not popup %}
{% endif %} {% endfor %} {% if not popup %}
[]
{% endif %}

{% if not popup %}

Return to Panel

{% endif %} {% if popup %}{% include 'mini_foot_include.html' %}{% endif %}{% if not popup %}{% include 'normal_foot_include.html' %}{% endif %}