CGI-Application-Search
view release on metacpan or search on metacpan
templates/ajax_search_results.tmpl view on Meta::CPAN
But for the example templates, we'll just include it in there
-->
<tmpl_include prototype_javascript.tmpl>
<!--
auto_complete styles needed for AUTO_SUGGEST functionality
-->
<style>
label {
font-weight: bold;
}
div.pagination {
background: #eff7e9;
border: 1px solid #888888;
}
div.auto_complete {
width: 350px;
background: #fff;
}
div.auto_complete ul {
templates/ajax_search_results.tt view on Meta::CPAN
But for the example templates, we'll just include it in there
-->
[% INCLUDE 'prototype_javascript.tmpl' %]
<!--
auto_complete styles needed for AUTO_SUGGEST functionality
-->
<style>
label {
font-weight: bold;
}
div.pagination {
background: #eff7e9;
border: 1px solid #888888;
}
div.auto_complete {
width: 350px;
background: #fff;
}
div.auto_complete ul {
( run in 2.290 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )