version 1.67.2.2, 2008/01/02 11:25:38
|
version 1.70, 2008/01/20 00:15:02
|
Line 452 $multelement
|
Line 452 $multelement
|
if ($domainselectform) { |
if ($domainselectform) { |
$output .= $lt{'cdo'}.': '.$domainselectform.'<br />'."\n"; |
$output .= $lt{'cdo'}.': '.$domainselectform.'<br />'."\n"; |
} |
} |
# if ($typeselectform) { |
if ($typeselectform) { |
# $output .= $lt{'cog'}.': '.$typeselectform.'<br />'."\n"; |
$output .= $lt{'cog'}.': '.$typeselectform.'<br />'."\n"; |
# } |
} |
if ($instcodeform) { |
if ($instcodeform) { |
$output .= $lt{'cin'}.': '.$instcodeform.'<br />'."\n"; |
$output .= $lt{'cin'}.': '.$instcodeform.'<br />'."\n"; |
} |
} |
Line 474 $multelement
|
Line 474 $multelement
|
'<input type="text" name="descriptfilter" size="40" value="'. |
'<input type="text" name="descriptfilter" size="40" value="'. |
$list->{'descriptfilter'}.'" />'."\n"; |
$list->{'descriptfilter'}.'" />'."\n"; |
} |
} |
$output .= qq| |
$output .= '<p><input type="submit" name="gosearch" value="'. |
<p><input type="submit" name="gosearch" value="Search" /></p> |
&mt('Search').'" /></p>'."\n".'</form>'."\n".'<hr />'."\n"; |
</form> |
|
<hr /> |
|
|; |
|
return $output; |
return $output; |
} |
} |
|
|