Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
corby committed Mar 7, 2023
1 parent 56341e0 commit 5d0344e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- Edit and submit a query with html select -->
<form class='center' method='post' id='form' action='%s' >
<input type='hidden' name='profile' value='%s' />
<textarea id='tmp' class='hidden'>%s</textarea>
Expand All @@ -6,7 +7,7 @@
<!-- query title -->
%s
<br/>
<!-- parameter selector list -->
<!-- parameter html select list -->
%s
<!-- AND/OR button place holder -->
%s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<!-- select a query in a query list -->
<h3 class='center'>Select a query</h3>

<form class='center' method='get' id ='select' action='%s'>
<input type='hidden' name='profile' value='%s' />
%s
<!--
if (! st:get(st:protocol, st:ajax))
<select class='form-control select' id='uri' name='uri' onChange='submit();'>
-->
<select class='select' id='uri' name='uri' onChange='trans(this.form); return false;'>
%s
</select>
Expand Down

0 comments on commit 5d0344e

Please sign in to comment.