|
@ -240,6 +240,14 @@ |
|
|
</div> |
|
|
</div> |
|
|
{% for c in pagination.items %} |
|
|
{% for c in pagination.items %} |
|
|
<div class="qbox"> |
|
|
<div class="qbox"> |
|
|
|
|
|
{% if showPrivate %} |
|
|
|
|
|
<form action="{{c.id}}/delete" method="post"> |
|
|
|
|
|
<input type="hidden" name="key" value="{{key}}"> |
|
|
|
|
|
<button type="submit" class="close" aria-label="Close"> |
|
|
|
|
|
<span>×</span> |
|
|
|
|
|
</button> |
|
|
|
|
|
</form> |
|
|
|
|
|
{% endif %} |
|
|
<small>No. {{c.id}}</small> |
|
|
<small>No. {{c.id}}</small> |
|
|
<pre class="inner">{{c.content}}</pre> |
|
|
<pre class="inner">{{c.content}}</pre> |
|
|
{% if showPrivate %} |
|
|
{% if showPrivate %} |
|
|