Hello,
In links 1.11, I modified the site_html.pl so that when there is an url, it makes the title a link. Otherwise, it prints the title alone, like this:
if ($rec{'URL'})
{ $output = qq|
<ul><li><b><a href="$build_jump_url?$db_key=$rec{$db_key}">$rec{'Title'}</a></b>|; }
else
{ $output = qq|
<ul><li><b>$rec{'Title'}</b>|; }
Is this possible with links.html template? If so, how?
Thanks
------------------
Jian Liu
Indiana University Libraries
In links 1.11, I modified the site_html.pl so that when there is an url, it makes the title a link. Otherwise, it prints the title alone, like this:
if ($rec{'URL'})
{ $output = qq|
<ul><li><b><a href="$build_jump_url?$db_key=$rec{$db_key}">$rec{'Title'}</a></b>|; }
else
{ $output = qq|
<ul><li><b>$rec{'Title'}</b>|; }
Is this possible with links.html template? If so, how?
Thanks
------------------
Jian Liu
Indiana University Libraries

