forked from GithubBackups/vichan
view_passwd.html: add view password template
This commit is contained in:
parent
04a9f138aa
commit
6acfbfc9b3
10
templates/mod/view_passwd.html
Normal file
10
templates/mod/view_passwd.html
Normal file
@ -0,0 +1,10 @@
|
||||
{{ include('mod/user_posts_list.html', {posts: posts}) }}
|
||||
<div class="pages" style="display:flex;justify-content:center;align-items:center;width:fit-content;margin:5px auto;">
|
||||
<a href="?/user_posts/passwd/{{ passwd }}">[Page 1]</a>
|
||||
{% if cursor_prev %}
|
||||
<a href="?/user_posts/passwd/{{ passwd }}/cursor/{{ cursor_prev }}">[Previous Page]</a>
|
||||
{% endif %}
|
||||
{% if cursor_next %}
|
||||
<a href="?/user_posts/passwd/{{ passwd }}/cursor/{{ cursor_next }}">[Next Page]</a>
|
||||
{% endif %}
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user