diff --git a/index.php b/index.php index 711c76d..55e17b5 100644 --- a/index.php +++ b/index.php @@ -52,19 +52,28 @@ $cols_interior ="12"; $menu=""; $orden=""; $cantidad_registros ="10"; -/// e = EMPRESA * -/// s= SET DE DATOS * -/// S= SET DE DATOS EMBEBIDO -/// i= IDENTIFICADOR * -/// I= IDENTIFICADOR EMBEBIDO* +$librerias_cabeza =""; +$librerias_pie =""; + + + + +/// a= Aplicacion +/// b = libro +/// c= Presentacion /// d= IDENTIFICADOR EDITABLE * +/// e = EMPRESA * /// f= FORMULARIO * /// g=FORMULARIO EMBEBIDO * /// h=ADDON * +/// i= IDENTIFICADOR * +/// I= IDENTIFICADOR EMBEBIDO* /// j=ADDON EMBEBIDO * -/// a= Aplicacion -/// p= Planilla /// l= Listado +/// p= Planilla +/// s= SET DE DATOS * +/// S= SET DE DATOS EMBEBIDO + //$destacados = mas_visto("ultimos","6","6"); //$aleatorios = mas_visto("aleatorios","6","6"); @@ -275,6 +284,72 @@ if ($variable !=''){ $form =$v[1]; $onload =" "; } + elseif($v[0] =='c') { + /// f= FORMULARIO + $form =$v[1]; + $presentacion = contenido_presentacion("$form"); + $embebido = "1"; + $no_mostrar ="display:none; "; + if($_REQUEST['tema'] !="") { $tema= "$_REQUEST[tema]";} + else {$tema="moon";} + $librerias_cabeza = " + + + + + + + + + + + + "; + + $librerias_pie=" + + + + + "; + + $onload=" +
+
+ $presentacion +
+
"; + } elseif($v[0] =='a') { $form =$v[1]; $plantilla="carousel"; @@ -305,12 +380,8 @@ if ($variable !=''){ }else {$mapa = "";} $estadisticas = portal_listado_campos("$form"); $acciones= formulario_acciones("$form","aplicacion"); - $footer=" + $no_mostrar="display:none; "; + $footer="