From: Leandro Lucarella Date: Fri, 29 Apr 2005 04:01:52 +0000 (+0000) Subject: Se ponen los fin de linea a formato nativo para no tener dramas con win/lin. X-Git-Tag: svn_import~151 X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/commitdiff_plain/ee0c90be5a8f20ae5b6f3bd210523d0c13731357?ds=inline Se ponen los fin de linea a formato nativo para no tener dramas con win/lin. --- diff --git a/temp/ClassFaq.inc b/temp/ClassFaq.inc index 7b6ef3f..fd64370 100644 --- a/temp/ClassFaq.inc +++ b/temp/ClassFaq.inc @@ -1,20 +1,20 @@ -require_once 'ClassFaq.inc'; - -class Pregunta -{ - var $id; - var $activa; - var $autor; - var $respuesta; - var $fecha; - var $texto -} - -class Respuesta -{ - var $idPregunta; - var $autor; - var $fecha; - var $texto; - var $rankin; +require_once 'ClassFaq.inc'; + +class Pregunta +{ + var $id; + var $activa; + var $autor; + var $respuesta; + var $fecha; + var $texto +} + +class Respuesta +{ + var $idPregunta; + var $autor; + var $fecha; + var $texto; + var $rankin; } \ No newline at end of file diff --git a/temp/FunctionsFAQ.php b/temp/FunctionsFAQ.php index 0864e53..00992e0 100644 --- a/temp/FunctionsFAQ.php +++ b/temp/FunctionsFAQ.php @@ -1,46 +1,46 @@ -id = $rowDiv[0]; - $objPregunta->activa = $rowDiv[1]; - $objPregunta->autor = $rowDiv[2]; - $objPregunta->fecha = date('d/m/y H:i:s', $rowDiv[3]); - $objPregunta->texto = $rowDiv[4]; - - $Preguntas[] = $objPregunta; -} - -return $Preguntas; -} - - +id = $rowDiv[0]; + $objPregunta->activa = $rowDiv[1]; + $objPregunta->autor = $rowDiv[2]; + $objPregunta->fecha = date('d/m/y H:i:s', $rowDiv[3]); + $objPregunta->texto = $rowDiv[4]; + + $Preguntas[] = $objPregunta; +} + +return $Preguntas; +} + + ?> \ No newline at end of file diff --git a/temp/IngresarPregunta.html b/temp/IngresarPregunta.html index 10e73d1..bf1a007 100644 --- a/temp/IngresarPregunta.html +++ b/temp/IngresarPregunta.html @@ -1,14 +1,14 @@ - - - - -Ingresa Preguntas - - -
-
-
- -
- - + + + + +Ingresa Preguntas + + +
+
+
+ +
+ + diff --git a/temp/ListarPreguntas.php b/temp/ListarPreguntas.php index 0f69b7f..013d72a 100644 --- a/temp/ListarPreguntas.php +++ b/temp/ListarPreguntas.php @@ -1,30 +1,30 @@ - - - - -Preguntas Realizadas - - -activa ) - { - echo "-------------------------------------
"; - echo $ObjPregunta->id."
"; - echo $ObjPregunta->autor."
"; - echo $ObjPregunta->fecha."
"; - echo $ObjPregunta->texto."
"; - echo "-------------------------------------
"; - - } - -} - ?> - - + + + + +Preguntas Realizadas + + +activa ) + { + echo "-------------------------------------
"; + echo $ObjPregunta->id."
"; + echo $ObjPregunta->autor."
"; + echo $ObjPregunta->fecha."
"; + echo $ObjPregunta->texto."
"; + echo "-------------------------------------
"; + + } + +} + ?> + + diff --git a/temp/TMPB5.htm b/temp/TMPB5.htm index 10e73d1..bf1a007 100644 --- a/temp/TMPB5.htm +++ b/temp/TMPB5.htm @@ -1,14 +1,14 @@ - - - - -Ingresa Preguntas - - -
-
-
- -
- - + + + + +Ingresa Preguntas + + +
+
+
+ +
+ + diff --git a/temp/ingresarPregunta.php b/temp/ingresarPregunta.php index fe345cc..ac1cabe 100644 --- a/temp/ingresarPregunta.php +++ b/temp/ingresarPregunta.php @@ -1,39 +1,39 @@ - - - - -Pregunta Guardada - - -id; - $NuevoId = $NuevoId + 1; -} - -$Linea = $NuevoId."|"."1|".$UserId."|".$Fecha."|".$Texto."\r\n"; -$fp = fopen("preguntas.txt","a"); -if(!$fp) -{ - echo "Error en el archivo"; - exit; -} -fwrite($fp, $Linea); -fclose($fp); -echo "La pregunta fue dada de alta correctamente"; - ?> - - + + + + +Pregunta Guardada + + +id; + $NuevoId = $NuevoId + 1; +} + +$Linea = $NuevoId."|"."1|".$UserId."|".$Fecha."|".$Texto."\r\n"; +$fp = fopen("preguntas.txt","a"); +if(!$fp) +{ + echo "Error en el archivo"; + exit; +} +fwrite($fp, $Linea); +fclose($fp); +echo "La pregunta fue dada de alta correctamente"; + ?> + + diff --git a/temp/preguntas.txt b/temp/preguntas.txt index 1f2a962..9560914 100644 --- a/temp/preguntas.txt +++ b/temp/preguntas.txt @@ -1,3 +1,3 @@ -0|1|1|1114660481|Hola, esto anda? -1|1|1|1114661699|pepe? +0|1|1|1114660481|Hola, esto anda? +1|1|1|1114661699|pepe? 2|1|1|1114662049|otra pregunta \ No newline at end of file