'?> '?>
CreaArbolVistaXML(); // Muestra árbol en pantalla // Crea contextual de las imágenes $flotante=new MenuContextual(); $XMLcontextual=CreaContextualXMLTiposImagenes($AMBITO_GRUPOSIMAGENESMONOLITICAS, $LITAMBITO_GRUPOSIMAGENESMONOLITICAS, $AMBITO_IMAGENESMONOLITICAS, $LITAMBITO_IMAGENESMONOLITICAS, $IMAGENES_MONOLITICAS); echo $flotante->CreaMenuContextual($XMLcontextual); $XMLcontextual=CreaContextualXMLTiposImagenes($AMBITO_GRUPOSIMAGENESBASICAS, $LITAMBITO_GRUPOSIMAGENESBASICAS, $AMBITO_IMAGENESBASICAS, $LITAMBITO_IMAGENESBASICAS, $IMAGENES_BASICAS); echo $flotante->CreaMenuContextual($XMLcontextual); $XMLcontextual=CreaContextualXMLTiposImagenes($AMBITO_GRUPOSIMAGENESINCREMENTALES, $LITAMBITO_GRUPOSIMAGENESINCREMENTALES, $AMBITO_IMAGENESINCREMENTALES, $LITAMBITO_IMAGENESINCREMENTALES, $IMAGENES_INCREMENTALES); echo $flotante->CreaMenuContextual($XMLcontextual); $XMLcontextual=CreaContextualXMLGruposImagenes($AMBITO_GRUPOSIMAGENESMONOLITICAS, $LITAMBITO_GRUPOSIMAGENESMONOLITICAS, $AMBITO_IMAGENESMONOLITICAS, $LITAMBITO_IMAGENESMONOLITICAS, $IMAGENES_MONOLITICAS); echo $flotante->CreaMenuContextual($XMLcontextual); $XMLcontextual=CreaContextualXMLGruposImagenes($AMBITO_GRUPOSIMAGENESBASICAS, $LITAMBITO_GRUPOSIMAGENESBASICAS, $AMBITO_IMAGENESBASICAS, $LITAMBITO_IMAGENESBASICAS, $IMAGENES_BASICAS); echo $flotante->CreaMenuContextual($XMLcontextual); $XMLcontextual=CreaContextualXMLGruposImagenes($AMBITO_GRUPOSIMAGENESINCREMENTALES, $LITAMBITO_GRUPOSIMAGENESINCREMENTALES, $AMBITO_IMAGENESINCREMENTALES, $LITAMBITO_IMAGENESINCREMENTALES, $IMAGENES_INCREMENTALES); echo $flotante->CreaMenuContextual($XMLcontextual); $XMLcontextual=CreacontextualXMLImagen($AMBITO_IMAGENESMONOLITICAS, $LITAMBITO_IMAGENESMONOLITICAS, $IMAGENES_MONOLITICAS); echo $flotante->CreaMenuContextual($XMLcontextual); $XMLcontextual=CreacontextualXMLImagen($AMBITO_IMAGENESBASICAS, $LITAMBITO_IMAGENESBASICAS, $IMAGENES_BASICAS); echo $flotante->CreaMenuContextual($XMLcontextual); $XMLcontextual=CreacontextualXMLImagen($AMBITO_IMAGENESINCREMENTALES, $LITAMBITO_IMAGENESINCREMENTALES, $IMAGENES_INCREMENTALES); echo $flotante->CreaMenuContextual($XMLcontextual); // Tipos de menús contextuales: // id="TipoImagen_1" // id="TipoImagen_2" // id="TipoImagen_3" // id="flo_gruposimagenesmonoliticas" // id="flo_gruposimagenesbasicas" // id="flo_gruposimagenesincrementales" // id="flo_imagenesmonoliticas" // id="flo_imagenesbasicas" // id="flo_imagenesincrementales" // En realidas son tres : tipos imagenes, grupos e imagenes. ?>