blob: 47c430f1a0803377118384585e1910ff1bdebbe4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<form action="<% $RT::URI::freeside::URL %>/search/svc_Smart.html" STYLE="margin:0">
<SCRIPT TYPE="text/javascript">
function clearhint_search_svc (what) {
if ( what.value = '(user, user@domain or domain)' )
what.value = '';
}
</SCRIPT>
<input name="search_svc" accesskey="0" VALUE="(user, user@domain or domain)" SIZE="27" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" STYLE="text-align:right">
<input type="submit" value="<&|/l&>Search services</&>">
</form>
|