tag = $tag; $button = $titulo ? '' . $titulo : ''; $html = ''; return $html; } /* public function display_doc_tas($tag, $imagen_tasacion_lg) { $this->tag = $tag; $html = ''; $html .= ' '; return $html; } */ public function read_all_doc($tag, $btn_style, $texto = FALSE) { $this->tag = $tag; $texto = $texto ? '' . $texto . '' : ''; $html = ''; return $html; } public function selectTasacion($tag, $row_tag, $mensaje_sin_lg, $option_1, $option_2, $button, $square = FALSE) { $this->tag = $tag; $html = '
'; if($square) { $html .= '
'; $html .= '' . $square . ''; $html .= '
'; } if(!empty($row_tag)) { $selected_1 = $row_tag == $option_1 ? 'selected' : ''; $selected_2 = $row_tag == $option_2 ? 'selected' : ''; $html .= ''; } else { $html .= ''; } $html .= $this->upload_doc_tas($this->tag); $html .= $button; $html .= '
'; return $html; } } ?>