Lines 58-63
$(document).ready(function(){
Link Here
|
58 |
} else |
58 |
} else |
59 |
return true; |
59 |
return true; |
60 |
}); |
60 |
}); |
|
|
61 |
$("#resetZ3950Search").click(function() { |
62 |
$("form[name='f']").find("input[type=text]").val(""); |
63 |
}); |
61 |
}); |
64 |
}); |
62 |
|
65 |
|
63 |
[% IF ( total_pages ) %] |
66 |
[% IF ( total_pages ) %] |
Lines 100-106
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
100 |
[% END %] |
103 |
[% END %] |
101 |
<div id="bd"> |
104 |
<div id="bd"> |
102 |
[% IF ( opsearch ) %] |
105 |
[% IF ( opsearch ) %] |
103 |
<h2>Z39.50 Authority search points</h2> |
106 |
<h2>Z39.50 Authority search points<span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="clearsearch"><a id="resetZ3950Search" href="#">Clear Search Form</a></span></span></h2> |
104 |
<form method="post" action="z3950_auth_search.pl" name="f" class="checkboxed"> |
107 |
<form method="post" action="z3950_auth_search.pl" name="f" class="checkboxed"> |
105 |
<input type="hidden" name="op" id="op" value="do_search" /> |
108 |
<input type="hidden" name="op" id="op" value="do_search" /> |
106 |
<div class="yui-g"> |
109 |
<div class="yui-g"> |