当前位置: 首页>>代码示例>>PHP>>正文


PHP toba_recurso类代码示例

本文整理汇总了PHP中toba_recurso的典型用法代码示例。如果您正苦于以下问题:PHP toba_recurso类的具体用法?PHP toba_recurso怎么用?PHP toba_recurso使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


在下文中一共展示了toba_recurso类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: generar_applet

 function generar_applet()
 {
     $sesion = $this->generar_sesion();
     $cookie = session_name() . "=" . session_id();
     $url_jar = toba_recurso::url_toba() . "/firmador_pdf/firmador.jar";
     $destino = array($this->_id);
     $url_enviar = $this->get_url_enviar_pdf(true);
     $url_base = $this->get_url_base_actual();
     $url_recibir = toba::vinculador()->get_url(null, null, array('accion' => 'recibir'), array('servicio' => 'ejecutar', 'objetos_destino' => $destino), true);
     $url_recibir = $url_base . $url_recibir;
     echo "<applet  id='AppletFirmador'  code='ar/gob/onti/firmador/view/FirmaApplet' scriptable='true''\n\t\t\t\tarchive='{$url_jar}' width='{$this->_ancho}' height='{$this->_alto}' >\n";
     if (!$this->_multiple) {
         echo "<param  name='URL_DESCARGA'\t value='{$url_enviar}' />\n";
     } else {
         echo "<param  name='MULTIPLE'\t value='true' />\n";
     }
     echo "<param  name='URL_SUBIR'\tvalue='{$url_recibir}' />\n\t\t\t  <param  name='MOTIVO'  value='{$this->_motivo_firma}' />\n\t\t\t  <param  name='CODIGO'  value='{$sesion}' />\n\t\t\t  <param  name='PREGUNTAS' value='{ \"preguntasRespuestas\": []}' />\n\t\t\t  <param  name='COOKIE' value='{$cookie}' />\n\t\t\t  <param name='classloader_cache' value='false' />\n\t\t\t  <param name='codebase_lookup' value='false' />\t\t\t \n            </applet>\n\t\t";
     if ($this->_mostrar_pdf) {
         $this->_url_pdf_embebido = $this->get_url_enviar_pdf(false);
         $this->_url_pdf_embebido .= '&codigo=' . $sesion;
         if ($this->_multiple) {
             $texto_alternativo = 'Haga click en los documentos para visualizarlos.';
         } else {
             $texto_alternativo = "Parece que no tiene Adobe Reader o soporte PDF en este navegador.</br>Para configurar correctamente instale Adobe Reader y siga <a href='http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html'>estas instrucciones</a>.";
         }
         echo "<div id='pdf' style='display: none; height: {$this->_pdf_altura}; text-align: center'><div style='margin-top: 40px; color: gray'>{$texto_alternativo}</div></div>";
     }
 }
开发者ID:emma5021,项目名称:toba,代码行数:28,代码来源:toba_ei_firma.php

示例2: generar_html

    /**
     * Generación de salida HTML para el contenedor de gadgets.
     */
    function generar_html()
    {
        if (!empty($this->gadgets)) {
            $this->configurar_consumos_globales_js();
            echo toba_recurso::link_css('gadgets', 'screen');
            echo "<div id='gadgets-container' class='gadgets-container'>";
            $this->generar_html_gadgets();
            echo '</div>';
            echo toba_js::abrir();
            echo '
				var gc = document.getElementById("gadgets-container");
				var e;
				if(document.getElementsByClassName) {
				 	e = document.getElementsByClassName("encabezado")[0];
				} else {
					var divs = document.getElementsByTagName("div");
					for(var i in divs) {
						if(divs[i].className == "encabezado") {
							e = divs[i];
							break;
						}
					}
				}
				gc.style.top = (e.clientHeight + 5)+"px";
			';
            echo toba_js::cerrar();
        }
    }
开发者ID:emma5021,项目名称:toba,代码行数:31,代码来源:toba_contenedor_gadgets.php

示例3: cuadro_ayuda

function cuadro_ayuda($titulo, $iconos, $origen_proyecto = false)
{
    foreach ($iconos as $icono) {
        echo '<li>';
        if (count($icono['url']) == 1) {
            foreach ($icono['url'] as $ayuda => $url) {
                echo "<a href='{$url}' target='{$icono['frame']}'>";
                if ($origen_proyecto) {
                    echo toba_recurso::imagen_proyecto($icono['img'], true, null, null, $ayuda);
                } else {
                    echo toba_recurso::imagen_toba($icono['img'], true, null, null, $ayuda);
                }
                echo '</a>';
            }
        } else {
            $ayuda = '<ul>';
            foreach ($icono['url'] as $desc => $url) {
                $ayuda .= "<li><a href={$url} target={$icono['frame']}>{$desc}";
                $ayuda .= '</a></li>';
            }
            $ayuda .= '</ul>';
            if ($origen_proyecto) {
                echo toba_recurso::imagen_proyecto($icono['img'], true, null, null, $ayuda);
            } else {
                echo toba_recurso::imagen_toba($icono['img'], true, null, null, $ayuda);
            }
        }
        echo "</li>\n";
    }
}
开发者ID:emma5021,项目名称:toba,代码行数:30,代码来源:ayuda.php

示例4: pre_contenido

 function pre_contenido()
 {
     echo "<div class='login-titulo'>" . toba_recurso::imagen_proyecto("logo.gif", true);
     echo "<div>versión " . toba::proyecto()->get_version() . "</div>";
     echo "</div>";
     echo "\n<div align='center' class='cuerpo'>\n";
 }
开发者ID:emma5021,项目名称:toba,代码行数:7,代码来源:toba_tp_logon.php

示例5: post_contenido

 function post_contenido()
 {
     echo "</div>";
     echo "<div class='login-pie'>";
     echo "<div style='font-size:12px;'>Desarrollado por <strong><a href='http://sti.uncoma.edu.ar/' style='text-decoration: none' target='_blank'>" . toba_recurso::imagen_proyecto('logo_sti_sin.png', true, '30', '30') . "</a></strong><br>Universidad Nacional del Comahue</div>\r\n\t\t<div >2014-" . date('Y') . "</div>";
     echo "</div>";
 }
开发者ID:andreagranados,项目名称:encuesta,代码行数:7,代码来源:tp_encuestas.php

示例6: extender_objeto_js

 function extender_objeto_js()
 {
     parent::extender_objeto_js();
     $id_js = $this->objeto_js;
     $id_gral = $this->_submit;
     $img_acceso = toba_recurso::imagen_toba('aplicar.png', false);
     $img_sin_acceso = toba_recurso::imagen_toba('prohibido.png', false);
     //Busco el estado de cada uno de los hijos involucrados en el pedido de pagina
     $estado = array('activos' => array(), 'inactivos' => array());
     if (isset($this->_nodos_inicial) && !empty($this->_nodos_inicial)) {
         $raiz = $this->_nodos_inicial[0];
         if ($raiz->tiene_hijos_cargados()) {
             foreach ($raiz->get_hijos() as $nodo) {
                 $aux = $nodo->recuperar_estado_recursivo();
                 $estado['activos'] = array_merge($estado['activos'], $aux['activos']);
                 $estado['inactivos'] = array_merge($estado['inactivos'], $aux['inactivos']);
             }
         }
     }
     //Genero un par de arreglos que van a servir como lista en js
     $ids_activos = !empty($estado['activos']) ? array_fill_keys($estado['activos'], true) : array();
     $ids_desactivados = !empty($estado['inactivos']) ? array_fill_keys($estado['inactivos'], true) : array();
     echo ' var ' . $id_js . '_items_activos = ' . toba_js::arreglo($ids_activos, true) . "; \n";
     echo ' var ' . $id_js . '_items_desactivados = ' . toba_js::arreglo($ids_desactivados, true) . "; \n";
     echo "\t\t\t\n\t\t\t{$id_js}.cambiar_acceso = function(id_input)\n\t\t\t{\n\t\t\t\tvar id_elemento = '{$id_gral}' + '_' + id_input; \t\t\t\t\t\n\t\t\t\tif (isset({$this->objeto_js}_items_activos[id_input])) {\t\t\t//Esta visible, hay que ocultarlo\t\t\t\t\t\n\t\t\t\t\tdelete({$this->objeto_js}_items_activos[id_input]);\n\t\t\t\t\t{$this->objeto_js}_items_desactivados[id_input] = true;\n\t\t\t\t\t\$\$(id_elemento + '_acceso_img').src = '{$img_sin_acceso}';\t\t\t\t\t\t\n\t\t\t\t} else if (isset({$this->objeto_js}_items_desactivados[id_input])) {\t\t//Esta oculto, hay que mostrarlo\t\t\t\t\t\n\t\t\t\t\tdelete({$this->objeto_js}_items_desactivados[id_input]);\n\t\t\t\t\t{$this->objeto_js}_items_activos[id_input] = true;\n\t\t\t\t\t\$\$(id_elemento + '_acceso_img').src = '{$img_acceso}';\t\t\t\t\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t{$id_js}.marcar = function(id_input, valor)\n\t\t\t{\t\t\t\t\n\t\t\t\tvar id_final = '{$id_gral}' + '_' + id_input + '_carpeta';\n\t\t\t\tvar padre = \$\$(id_final).parentNode.parentNode;\t\t\n\t\t\t\tvar nodo = this.buscar_primer_marca(padre, 'UL');\n\t\t\t\tif (nodo) {\t\t\n\t\t\t\t\tfor (var i=0; i < nodo.childNodes.length; i++) {\n\t\t\t\t\t\tvar hijo = nodo.childNodes[i];\n\t\t\t\t\t\tif (hijo.tagName && (hijo.tagName == 'LI')) {\n\t\t\t\t\t\t\tif (! this.buscar_primer_marca(hijo, 'UL')) {\n\t\t\t\t\t\t\t\tthis.cambiar_estado_acceso(hijo, valor);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.marcar_recursivo(hijo, valor);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\t\t\t\n\t\t\t{$id_js}.marcar_recursivo = function(carpeta, valor) \n\t\t\t{\n\t\t\t\tvar marca_carpeta = this.buscar_primer_marca(carpeta, 'SPAN');\n\t\t\t\tif (marca_carpeta) {\n\t\t\t\t\tfor (var i=0; i < marca_carpeta.childNodes.length; i++) {\n\t\t\t\t\t\tvar hc = marca_carpeta.childNodes[i];\n\t\t\t\t\t\tif (hc.tagName && (hc.tagName == 'INPUT')) {\n\t\t\t\t\t\t\t\$\$(hc.id).value = valor;\n\t\t\t\t\t\t\t\$\$(hc.id).checked = (valor == 0) ? true : false;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tvar nodo = this.buscar_primer_marca(carpeta, 'UL');\t\t\n\t\t\t\tfor (var i=0; i < nodo.childNodes.length; i++) {\n\t\t\t\t\tvar hijo = nodo.childNodes[i];\n\t\t\t\t\tif (hijo.tagName && (hijo.tagName == 'LI')) {\n\t\t\t\t\t\tif (!this.buscar_primer_marca(hijo, 'UL')) {\n\t\t\t\t\t\t\tthis.cambiar_estado_acceso(hijo, valor);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tthis.marcar_recursivo(hijo, valor);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t{$id_js}.cambiar_estado_acceso = function(nodo, valor)\n\t\t\t{\n\t\t\t\tfor (var i=0; i < nodo.childNodes.length; i++) {\n\t\t\t\t\tif (nodo.childNodes[i].tagName == 'SPAN') {\n\t\t\t\t\t\tvar hijo = nodo.childNodes[i];\n\t\t\t\t\t\tfor (var j=0; j < hijo.childNodes.length; j++) {\n\t\t\t\t\t\t\tif (hijo.childNodes[j].tagName == 'IMG') {\t\n\t\t\t\t\t\t\t\thijo.childNodes[j].onclick();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t{$id_js}.buscar_primer_marca = function (nodo, marca) {\n\t\t\t\tfor (var i=0; i < nodo.childNodes.length; i++) {\n\t\t\t\t\tif (nodo.childNodes[i].tagName == marca) {\n\t\t\t\t\t\treturn nodo.childNodes[i];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t\n\t\t\t{$id_js}.submit = function()\n\t\t\t{\t\t\t\t\n\t\t\t\tvar padre_esta_en_proceso = this.controlador && !this.controlador.en_submit();\n\t\t\t\tif (padre_esta_en_proceso) {\n\t\t\t\t\treturn this.controlador.submit();\n\t\t\t\t}\n\t\t\t\tif (this._evento) {\n\t\t\t\t\t//Si es la selección de una semana marco la semana\n\t\t\t\t\tif (this._evento.id == 'ver_propiedades') {\n\t\t\t\t\t\tdocument.getElementById(this._input_submit + '__seleccion').value = this._evento.parametros;\n\t\t\t\t\t}\n\t\t\t\t\t//Marco la ejecucion del evento para que la clase PHP lo reconozca\n\t\t\t\t\tdocument.getElementById(this._input_submit).value = this._evento.id;\t\t\t\n\t\t\t\t}\n\t\t\t\tdocument.getElementById(this._input_submit + '__apertura_datos').value = this.datos_apertura();\t\t\t\t\n\n\t\t\t\t//Agrego como lista los nodos seleccionados y deseleccionados\n\t\t\t\tvar claves = [];\n\t\t\t\tfor (var i in {$id_js}_items_activos) {\n\t\t\t\t\tclaves.push(i);\n\t\t\t\t}\n\t\t\t\tdocument.getElementById('{$id_gral}__nodos_seleccionados').value = claves.join(toba_hilo_separador_interno);\n\n\t\t\t\tvar claves = [];\t\t\t\t\n\t\t\t\tfor (var i in {$id_js}_items_desactivados) {\n\t\t\t\t\tclaves.push(i);\n\t\t\t\t}\n\t\t\t\tdocument.getElementById('{$id_gral}__nodos_deseleccionados').value = claves.join(toba_hilo_separador_interno);\t\t\t\t\n\t\t\t\t\n\t\t\t}\n\t\t";
 }
开发者ID:emma5021,项目名称:toba,代码行数:26,代码来源:arbol_perfiles_funcionales.php

示例7: get_utilerias

 function get_utilerias($icono_nuevo = true)
 {
     //ei_arbol($this->datos);
     $iconos = array();
     if ($icono_nuevo) {
         $iconos[] = array('imagen' => toba_recurso::imagen_toba("objetos/objeto_nuevo.gif", false), 'ayuda' => "Crear una nueva tabla asociada a la relación", 'vinculo' => toba::vinculador()->get_url(toba_editor::get_id(), "1000247", array('destino_tipo' => 'toba_datos_relacion', 'destino_proyecto' => $this->proyecto, 'destino_id' => $this->id), array('menu' => true, 'celda_memoria' => 'central')), 'plegado' => true);
     }
     //--- Mejora para el caso de que la query sea una unica
     if (isset($this->datos['_info']['punto_montaje'])) {
         $this->datos['_info_estructura']['punto_montaje'] = $this->datos['_info']['punto_montaje'];
     }
     if (isset($this->datos['_info']['ap_clase'])) {
         $this->datos['_info_estructura']['ap_clase'] = $this->datos['_info']['ap_clase'];
     }
     if (isset($this->datos['_info']['ap_archivo'])) {
         $this->datos['_info_estructura']['ap_archivo'] = $this->datos['_info']['ap_archivo'];
     }
     if (isset($this->datos['_info_estructura']['ap_clase'])) {
         // Hay PHP asociado
         if (admin_util::existe_archivo_subclase($this->datos['_info_estructura']['ap_archivo'], $this->datos['_info_estructura']['punto_montaje'])) {
             $iconos[] = toba_componente_info::get_utileria_editor_abrir_php(array('proyecto' => $this->proyecto, 'componente' => $this->id), 'ap', 'reflexion/abrir_ap.gif');
             $iconos[] = toba_componente_info::get_utileria_editor_ver_php(array('proyecto' => $this->proyecto, 'componente' => $this->id), 'ap', 'nucleo/php_ap.gif');
         } else {
             $iconos[] = toba_componente_info::get_utileria_editor_ver_php(array('proyecto' => $this->proyecto, 'componente' => $this->id), 'ap', 'nucleo/php_ap_inexistente.gif', false);
         }
     }
     return array_merge($iconos, parent::get_utilerias());
 }
开发者ID:emma5021,项目名称:toba,代码行数:28,代码来源:toba_datos_relacion_info.php

示例8: get_html

 function get_html(toba_ef $ef)
 {
     $objeto_js = $ef->objeto_js();
     if ($this->es_abrir) {
         $img = toba_recurso::imagen_proyecto('reflexion/abrir.gif', true);
     } else {
         $img = toba_recurso::imagen_toba('nucleo/php.gif', true);
     }
     if (!$this->_sin_archivo) {
         $salida = "<a href='#' onclick=\"if ({$objeto_js}.get_estado() == ''){return;}\n\t\t\t\t\t\t\t\t\t\t\tvinculador.agregar_parametros({$this->id_vinculo}, {archivo: {$objeto_js}.get_estado()});\n\t\t\t\t\t\t\t\t\t\t\tvinculador.invocar({$this->id_vinculo})\">{$img}</a>";
     } else {
         if (!$ef->tiene_estado()) {
             $img = toba_recurso::imagen_toba('nucleo/extender.gif', true);
             $objeto_js = $ef->controlador()->get_id_objeto_js();
             //Imita el metodo de modificacion de vinculos usado por los eis
             $nombre = 'modificar_vinculo__ef_' . $ef->get_id();
             //de otro modo se hace imposible agregarle parametros en runtime
             $codigo = " if (!existe_funcion({$objeto_js}, '{$nombre}')){return;}\n\t\t\t\t\t\t\t{$objeto_js}.{$nombre}({$this->id_vinculo});\n\t\t\t\t\t\t\tvinculador.invocar({$this->id_vinculo});";
             $salida = "<a href='#' onclick=\"{$codigo}\">{$img}</a>";
         } else {
             $salida = "<a href='#' onclick=\"vinculador.invocar({$this->id_vinculo})\">{$img}</a>";
         }
     }
     return $salida;
 }
开发者ID:emma5021,项目名称:toba,代码行数:25,代码来源:ef_popup_utileria_php.php

示例9: info_version

 protected function info_version()
 {
     $version = toba::proyecto()->get_parametro('version');
     if ($version && !(toba::proyecto()->get_id() == 'toba_editor')) {
         $info = '';
         $version_fecha = toba::proyecto()->get_parametro('version_fecha');
         if ($version_fecha) {
             $info .= "Lanzamiento: <strong>{$version_fecha}</strong> <br />";
         }
         $version_detalle = toba::proyecto()->get_parametro('version_detalle');
         if ($version_detalle) {
             $info .= "<hr />{$version_detalle}<br>";
         }
         $version_link = toba::proyecto()->get_parametro('version_link');
         if ($version_link) {
             $info .= "<hr /><a href=\\'http://{$version_link}\\' target=\"_bank\">Más información</a><br>";
         }
         if ($info) {
             $info = "Versión: <strong>{$version}</strong><br>" . $info;
             $info = toba_recurso::ayuda(null, $info, 'enc-version');
         } else {
             $info = "class='enc-version'";
         }
         echo "<div {$info} >";
         echo 'Versión <strong>' . $version . '</strong>';
         echo '</div>';
     }
 }
开发者ID:emma5021,项目名称:toba,代码行数:28,代码来源:toba_tp_basico_titulo.php

示例10: set_abrir_nueva_ventana

 function set_abrir_nueva_ventana($imagen = 'nucleo/abrir_nueva_ventana.gif')
 {
     if (toba::memoria()->get_celda_memoria_actual_id() != $this->celda_memoria) {
         $this->abrir_nueva_ventana = true;
         $this->imagen_nueva_ventana = toba_recurso::imagen_toba($imagen, false);
     }
 }
开发者ID:emma5021,项目名称:toba,代码行数:7,代码来源:toba_menu.php

示例11: extender_objeto_js

 function extender_objeto_js()
 {
     $img_oculto = toba_recurso::imagen_toba('no-visible.png', false);
     $img_visible = toba_recurso::imagen_toba('visible.png', false);
     $img_solo_lectura = toba_recurso::imagen_toba('no-editable.gif', false);
     $img_editable = toba_recurso::imagen_toba('editable.gif', false);
     echo "\n\t\t\tfunction cambiar_oculto(id_input) {\n\t\t\t\tvar valor_actual = \$(id_input).value;\n\t\t\t\tif (valor_actual == 1) {\n\t\t\t\t\t//Esta oculto, hay que mostrarlo\n\t\t\t\t\t\$\$(id_input + '_img').src = '{$img_visible}';\n\t\t\t\t\t\$\$(id_input).value = 0;\n\t\t\t\t} else {\n\t\t\t\t\t//Esta visible, hay que ocultarlo\n\t\t\t\t\t\$\$(id_input + '_img').src = '{$img_oculto}';\n\t\t\t\t\t\$\$(id_input).value = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tfunction cambiar_editable(id_input) {\n\t\t\t\tvar valor_actual = \$\$(id_input).value;\n\t\t\t\tif (valor_actual == 1) {\n\t\t\t\t\t//Esta oculto, hay que mostrarlo\n\t\t\t\t\t\$\$(id_input + '_img').src = '{$img_editable}';\n\t\t\t\t\t\$\$(id_input).value = 0;\n\t\t\t\t} else {\n\t\t\t\t\t//Esta visible, hay que ocultarlo\n\t\t\t\t\t\$\$(id_input + '_img').src = '{$img_solo_lectura}';\n\t\t\t\t\t\$\$(id_input).value = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t";
 }
开发者ID:emma5021,项目名称:toba,代码行数:8,代码来源:arbol_restricciones_funcionales.php

示例12: comienzo_cuerpo

 protected function comienzo_cuerpo()
 {
     $this->cabecera_aplicacion();
     $wait = toba_recurso::imagen_toba('wait.gif');
     echo "<div id='div_toba_esperar' class='div-esperar' style='display:none'>";
     echo "<img src='{$wait}' style='vertical-align: middle;' alt='' /> Procesando...";
     echo "</div>\n";
 }
开发者ID:emma5021,项目名称:toba,代码行数:8,代码来源:toba_sin_menu.php

示例13: generar_layout

 function generar_layout()
 {
     $operacion = toba_recurso::imagen_proyecto('tutorial/abms-operacion.png');
     $arbol = toba_recurso::imagen_proyecto('tutorial/abms-arbol.png');
     echo "\n\t\t\t<p>\n\t\t\t\tYa se han presentado los componentes principales en forma individual, resta\n\t\t\t\tmostrar cómo integrarlos para formar una operación completa. El tipo de operación\n\t\t\t\tque se va a usar de ejemplo es de los llamados ABMs (Altas-Bajas y Modificaciones de una o varias\n\t\t\t\tentidades), comenzando por los llamados <strong>simples</strong>\n\t\t\t</p>\n\t\t\t<p>\n\t\t\t\tUn ABM simple contiene las operaciones de alta, baja y modificación de una única tabla.\n\t\t\t\tLa idea es utilizar un <strong>cuadro</strong> para listar los datos existentes en la tabla y un\n\t\t\t\t<strong>formulario</strong> para poder agregar, modificar o eliminar los registros individualmente.\n\t\t\t\tEstos dos componentes se encontrarán en una <strong>pantalla</strong> de un <strong>ci</strong>. Finalmente\n\t\t\t\tpara transaccionar con la base de datos se utilizará un <strong>datos_tabla</strong>.\n\t\t\t</p>\n\t\t\t<table>\n\t\t\t\t<tr>\n\t\t\t\t\t<td valign=top><img src='{$arbol}'><br>\n\t\t\t\t\t\t<span class='caption'>Arbol de componentes en el editor</span></td>\n\t\t\t\t\t<td> </td>\n\t\t\t\t\t<td><img src='{$operacion}'><br>\n\t\t\t\t\t<span class='caption'>Captura de la operación en ejecución</span></td>\n\t\t\t\t</tr>\n\t\t\t</table>\n\t\t";
     $vinculo = toba::vinculador()->get_url(null, 2654, array(), array('celda_memoria' => 'ejemplo'));
     echo "<p style='font-size:150%;text-align:center;'>\n\t\t\t\t<a target='_blank' href='{$vinculo}'>Ejecutar Operación</a></p>";
 }
开发者ID:emma5021,项目名称:toba,代码行数:8,代码来源:pant_abm_simple.php

示例14: generar_layout

 function generar_layout()
 {
     echo toba_recurso::link_css('tree');
     $param = array('ajax-metodo' => 'get_estructura_arbol', 'ajax-modo' => 'D');
     $opciones = array('servicio' => 'ajax', 'objetos_destino' => array($this->controlador()->get_id()));
     $this->url = toba::vinculador()->get_url(null, null, $param, $opciones, true);
     echo "<ul id='desc_tree' class=\"easyui-tree\"></ul>";
 }
开发者ID:emma5021,项目名称:toba,代码行数:8,代码来源:pant_descripciones.php

示例15: generar_layout

 function generar_layout()
 {
     $estilo = $this->menu->plantilla_css();
     if ($estilo != '') {
         echo toba_recurso::link_css($estilo, 'screen', false);
     }
     $this->menu->mostrar();
 }
开发者ID:emma5021,项目名称:toba,代码行数:8,代码来源:pant_final.php


注:本文中的toba_recurso类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。