% if ($config->{search_dbi_args}) {
Enter keywords (e.g.: dawn pablo)
% if ($words) {
% if (@bad) {
The following keywords are not present in the database and were ignored:
<% join(', ', @bad) |h %>
% }
% if (@paths) {
% for (@paths) {
% $view = "../$_.html";
% ($thumb = $_) =~ s/\.[^.]+$/.jpg/;
 |
<% basename($_) |h %>
|
% }
% } else {
No results found. Try removing keywords or checking "any".
% }
% }
% } else {
Search is not configured. Please read the README and edit the "config"
component.
% }