style login and logout after other pages
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div id=index_menu>
|
||||
<div id=index_enter>
|
||||
<input id="index_form_name" type=text name=name title="Hidden share name"
|
||||
onkeydown="index_form_enter(event)">
|
||||
onkeydown="index_form_enter(event)" autofocus>
|
||||
<input type=submit value=Go onclick="index_form_submit()">
|
||||
</div>
|
||||
</div>
|
||||
@@ -20,8 +20,8 @@
|
||||
<tbody>
|
||||
{% for entry in entries %}
|
||||
<tr>
|
||||
<td><a
|
||||
href="{{ url_for('list_view',name=entry.name) }}"
|
||||
<td><a
|
||||
href="{{ url_for('list_view',name=entry.name) }}"
|
||||
title="{{ entry.description | safe }}"
|
||||
>{{ entry.name }}</a>
|
||||
{% if entry.password_set %}(Logged in){% endif %}
|
||||
|
||||
Reference in New Issue
Block a user