blob: 2573c0ce87bd2e1ed87b5a6d8d19420f6ffa06aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<td>
<form action="sql.php" method="post"{{ onsubmit|raw }}>
{{ get_hidden_inputs(db, table) }}
<input type="hidden" name="sql_query" value="{{ sql_query|raw }}">
<input type="hidden" name="pos" value="{{ pos }}">
<input type="hidden" name="is_browse_distinct" value="{{ is_browse_distinct }}">
<input type="hidden" name="goto" value="{{ goto }}">
{{ input_for_real_end|raw }}
<input type="submit" name="navig" class="btn btn-secondary ajax" value="{{ caption_output|raw }}" title="{{ title }}"
{{- onclick|raw }}>
</form>
</td>
|