Home

Archive\ · FAQ · Art · Links · +Fav

Search Growth

To search for exact phrases, enclose terms in "double quotes".\
To exclude results, put a -minus -sign before the undesired\ terms.\
Separate terms with an uppercase OR to broaden your query.\
Put an asterisk* at the end of a term to search for prefixes.\
· Show full text archive\ ·\
· Add\ search engine to your browser\ ·

% # Main page body. % if {$q eq ""} { % # Do nothing if no query was given. % } elseif {$num_results == 0} { % # Gripe if the query failed to turn up any hits.

No results found.

% } else { % # Print the number of results.

Showing [+ $begin 1] - [+ $end 1] of $num_results\ result[number $num_results "" s].

% % # Output the page navigation bar. [pages [query_esc [list q $q]] $page $num_pages] % % # Print each result. % foreach {title id body} [concat {*}$results] { % # Compute some URLs. % set url http://growth.smackjeeves.com/comics/$id/ % append url [string tolower [string map {" - " - " " -} $title]]/ % set url [attr_esc $url] % set img [attr_esc http://www.smackjeeves.com/thumbnail.php?id=$id] % % # Output the title and thumbnail image.

$title

% % # Output the transcription. % foreach para $body {

\ % foreach line $para { [highlight [html_esc $line]]
% }

\ % }
% } % % # Output the page navigation bar, again. [pages [query_esc [list q $q]] $page $num_pages] % }

Return to Top



% # vim: set ts=4 sts=4 sw=4 tw=80 et ft=html indentexpr=: