summaryrefslogtreecommitdiff
path: root/httemplate/search/sql.html
blob: 7d7fc0890070f6a96a88e6caa2617825af73cf09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<%= include( '/elements/header.html', 'Query Results',
               include( '/elements/menubar.html', 'Main Menu' => $p )
    )
%>

<%= include( 'elements/search.html',
               'name'  => 'rows',
               'query' => 'SELECT '. ( $cgi->param('sql')
                                       || eidiot('Empty query') ),
    )
%>