IF mods.author();
-%]
<b>Author:</b> <a href="http://gapines.org/opac/?sub_frame=1&target=mr_result&mr_search_type=author&mr_search_query=[% mods.author() | uri | html %]&page=0&mr_search_depth=[% depth %]&mr_search_location=[% location %]">[% mods.author() | html %]</a><br>
-[%-
+[%
END;
IF mods.subject();
--%]
+%]
<b>Subjects:</b>
-[%-
+[%
FOREACH sub IN mods.subject();
IF loop.count() > 3;
', ...';
IF loop.index;
', ';
END;
- -%]<a href="http://gapines.org/opac/?sub_frame=1&target=mr_result&mr_search_type=subject&mr_search_query=[% sub.list.0 | uri | html %]&page=0&mr_search_depth=[% depth %]&mr_search_location=[% location %]">[% sub.list.0 | html %]</a>[%-
+ -%]
+<a href="http://gapines.org/opac/?sub_frame=1&target=mr_result&mr_search_type=subject&mr_search_query=[% sub.list.0 | uri | html %]&page=0&mr_search_depth=[% depth %]&mr_search_location=[% location %]">[% sub.list.0 | html %]</a>[%
END;
--%]<br>
-[%-
+%]
+<br>
+
+[%
+ l = mods.online_loc();
+ IF l.size;
+ '<b>Other Resources:</b>';
+ x = l.size / 2;
+ i = 0;
+ saw = { 'no' => 'no' };
+%][%
+ WHILE i <= x;
+
+ h = i * 2;
+ t = h + 1;
+
+ h = l.list.$h | uri | html;
+ t = l.list.$t | html;
+
+%][%
+ IF saw.exists(t);
+ i = i + 1;
+ NEXT;
+ END
+
+%][%
+ saw.$t = t;
+
+ '<a href="' _ h _ '">' _ t _ '</a>&nbsp;';
+
+ i = i + 1;
+ END;
+ '<br>';
+ END;
+
END;
--%]
+%]
<b>Copies Available:</b> [% mr_id.2 %]
</description>
</item>