implement history for AJAX

This commit is contained in:
Oliver Gorwits
2012-01-28 19:56:54 +00:00
parent d9d7aad374
commit 5bd481a36a
13 changed files with 263 additions and 233 deletions

View File

@@ -1,5 +1,6 @@
<form id="[% tab.id %]_form" class="nd_sidesearchform form-stacked" method="get" action="[% uri_for('/device') %]">
<input name="tab" value="[% tab.id %]" type="hidden"/>
<input name="ip" value="[% params.ip %]" type="hidden"/>
<input name="q" value="[% params.q %]" type="hidden"/>
</form>