* @package search
* @version $Id: select.html.php 942 2010-07-06 10:03:51Z jajacn@126.com $
* @link http://www.zentao.net
*/
?>
$param)
{
echo "";
if($param['control'] == 'select') echo html::select($fieldName, $param['values'], '', 'class=select-4');
if($param['control'] == 'input') echo html::input($fieldName, '', 'class=text-4');
echo '';
}
?>