1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta name="generator" content="HTML Tidy, see www.w3.org">
5 <style type="text/css">
9 border: 1px solid black;
21 text-decoration: none;
22 border: 3px solid white;
28 border: 3px solid blue;
31 <script type="text/javascript">
32 function toggleLayer( whichLayer )
35 if( document.getElementById ) // this is the way the standards work
36 elem = document.getElementById( whichLayer );
37 else if( document.all ) // this is the way old msie versions work
38 elem = document.all[whichLayer];
39 else if( document.layers ) // this is the way nn4 works
40 elem = document.layers[whichLayer];
42 // if the style.display value is blank we try to figure it out here
43 if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined)
44 vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
45 vis.display = (vis.display==''||vis.display=='block')?'none':'block';
49 <title>Record: <%= @record %></title>
53 <%= link_to "BACK", :controller => "/search/found", :term => "#{@back}", :start => @start %>
60 <a href="javascript:toggleLayer('hidden');" title="show full record" class="plus">+/-</a>
62 <div id="hidden" style="display: none;">
63 <%= @records_string %>
65 <a href="javascript:toggleLayer('hidden');" title="show full record">-</a>