j = ws.bootstrap_client("/pines/conf/bootstrap.conf");
rank_threshold = 5000;
-base_url = 'http://fw1/';
+base_url = 'http://dev.gapines.org/';
pagesize = 10;
IF CGI.param('pagesize');
style="padding: 3px; border: none;"
width="45"
height="50"
- src="http://images.amazon.com/images/P/[% mods.isbn().replace('\s+','') %].01.MZZZZZZZ.jpg">
+ src="http://images.amazon.com/images/P/[% mods.isbn().split('\s+').0 %].01.MZZZZZZZ.jpg">
</a>
</div>
[%-
sub _log {
my $string = shift;
OpenSRF::Utils::Logger->debug( $string, INFO );
- print $string . "\n";
+ #print $string . "\n";
}
# ----------------------------------------------