From 1441d972ab1b1e1488b7f4a028a6b4d260ade7e0 Mon Sep 17 00:00:00 2001 From: rmontanana Date: Wed, 26 Feb 2014 14:26:40 +0100 Subject: [PATCH] =?UTF-8?q?ref=20#13=20Comenzado=20a=20hacer=20la=20config?= =?UTF-8?q?uraci=C3=B3n=20del=20color=20lateral=20y=20de=20la=20zona=20cen?= =?UTF-8?q?tral?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configuracion.php | 122 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) diff --git a/Configuracion.php b/Configuracion.php index b2dfaeb..fb31718 100644 --- a/Configuracion.php +++ b/Configuracion.php @@ -30,6 +30,8 @@ private $confNueva="inc/configuracion.new"; private $confAnterior="inc/configuracion.ant"; private $plantilla; + private $colorLat; + private $colorCen; public function ejecuta() { @@ -103,6 +105,18 @@ $this->clave=$_POST['clave']; } break; + case 'COLORLAT': + $this->colorLat=$valor; + if ($grabar) { + $linea=str_replace($valor,$POST['COLORLAT'],$linea); + $this->colorLat=$_POST['COLORLAT']; + } + case 'COLORCEN': + $this->colorCen=$valor; + if ($grabar) { + $linea=str_replace($valor,$POST['COLORCEN'],$linea); + $this->colorCen=$_POST['COLORCEN']; + } } } if ($grabar) { @@ -141,6 +155,20 @@ $salida.=''; $salida.=''; $salida.=''; + $salida.='' $salida.='
Base de datos
'; $salida.='Servidor'; $salida.='Base de datos'; @@ -152,3 +180,97 @@ } } ?> +

Bootstrap 3 form

+
+
+ +
+ +
+
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + +
+
+
+ + + + + + + + + + +