Add "Main Menu" and "Back" buttons.
- Legacy-Id: 629
This commit is contained in:
parent
e7f957ec02
commit
4c312f87de
|
@ -83,5 +83,11 @@ Document States: <a href="/images/state_diagram.gif">State Diagram</a> and
|
|||
<p>No matches to your query.</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if matches or searching %}
|
||||
<form action="." method="POST">
|
||||
<input type="submit" value="Main Menu">
|
||||
<input type="button" name="back_button" value="BACK" onClick="history.go(-1);return true">
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue