diff --git a/website/index.php b/website/index.php index 48ec02c..2ae3497 100644 --- a/website/index.php +++ b/website/index.php @@ -29,7 +29,9 @@ $onload=""; $variable = $_GET['v']; /// e = EMPRESA * /// s= SET DE DATOS * +/// S= SET DE DATOS EMBEBIDO /// i= IDENTIFICADOR * +/// I= IDENTIFICADOR EMBEBIDO* /// d= IDENTIFICADOR EDITABLE * /// f= FORMULARIO * /// g=FORMULARIO EMBEBIDO * @@ -71,6 +73,20 @@ if ($variable !=''){ $publico = remplacetas('form_id','id',"$set",'publico',"") ; if($publico[0] =='1') {$acceso = 1;} } + elseif($v[0] =='S') { + $set =$v[1]; + /// s= SET DE DATOS + $embebido = "1"; + $onload = "".consultar_contenido_formulario("$set",'5','','contenido').""; + + } + elseif($v[0] =='I') { + $identificador =$v[1]; + /// s= SET DE DATOS + $embebido = "1"; + $onload = mostrar_identificador("$identificador","","landingpage",'simple'); + + } elseif($v[0] =='i') { /// i= IDENTIFICADOR $identificador =$v[1]; @@ -393,6 +409,7 @@ p.copyright { +
+