beginWidget('bootstrap.widgets.TbActiveForm',array( 'id'=>'search-bases-encuestas-form', 'action'=>Yii::app()->createUrl($this->route), 'method'=>'get', )); ?> textFieldRow($model,'id_encuesta_base',array('class'=>'span5')); ?> textFieldRow($model,'encuesta',array('class'=>'span5','maxlength'=>150)); ?> textFieldRow($model,'autor',array('class'=>'span5','maxlength'=>255)); ?> textAreaRow($model,'alcance',array('rows'=>6, 'cols'=>50, 'class'=>'span8')); ?> textAreaRow($model,'citacion',array('rows'=>6, 'cols'=>50, 'class'=>'span8')); ?> textAreaRow($model,'licencia_uso',array('rows'=>6, 'cols'=>50, 'class'=>'span8')); ?> textFieldRow($model,'enlace_original',array('class'=>'span5','maxlength'=>255)); ?> textAreaRow($model,'resumen',array('rows'=>6, 'cols'=>50, 'class'=>'span8')); ?> textFieldRow($model,'fecha',array('class'=>'span5')); ?> textFieldRow($model,'otros',array('class'=>'span5','maxlength'=>255)); ?> textFieldRow($model,'descargable',array('class'=>'span5')); ?> textFieldRow($model,'activo',array('class'=>'span5')); ?>
widget('bootstrap.widgets.TbButton', array('buttonType'=>'submit', 'type'=>'primary', 'icon'=>'search white', 'label'=>'Search')); ?> widget('bootstrap.widgets.TbButton', array('buttonType'=>'button', 'icon'=>'icon-remove-sign white', 'label'=>'Reset', 'htmlOptions'=>array('class'=>'btnreset btn-small'))); ?>
endWidget(); ?> getClientScript(); $cs->registerCoreScript('jquery'); $cs->registerCoreScript('jquery.ui'); $cs->registerCssFile(Yii::app()->request->baseUrl.'/css/bootstrap/jquery-ui.css'); ?>