Skip to content

Commit 4c312f8

Browse files
committed
Add "Main Menu" and "Back" buttons.
- Legacy-Id: 629
1 parent e7f957e commit 4c312f8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/templates/idtracker/idtracker_search.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,11 @@ <h1>IETF I-D TRACKER</h1>
8383
<p>No matches to your query.</p>
8484
{% endif %}
8585
{% endif %}
86+
{% if matches or searching %}
87+
<form action="." method="POST">
88+
<input type="submit" value="Main Menu">
89+
<input type="button" name="back_button" value="BACK" onClick="history.go(-1);return true">
90+
</form>
91+
{% endif %}
8692

8793
{% endblock %}

0 commit comments

Comments
 (0)