This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(function() { | |
| tbody = $("tbody"); | |
| $.ajax({ | |
| dataType: "json", | |
| type: "POST", | |
| data: { action: "select" }, | |
| url: "./php/events_table.php", | |
| beforeSend: function() { tbody.html("<td colspan=\"4\" style=\"text-align: center; padding: 50px 0px;\">Loading events...</td>"); }, | |
| success: function(data) { | |
| getEventsTable(data); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>textarea problem</title> | |
| <link rel="stylesheet" type="text/css" href="main.css"> | |
| <script src="post-box.js" language="javascript" type="text/javascript"></script> | |
| </head> | |
| <body> | |
| <div class="post-coment-status"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Recorredor: | |
| def __init__(self, lista): | |
| self.__lista=lista | |
| self.__actual=0 | |
| def __comenzar(self): | |
| self.__actual=0 | |
| def elemento(self): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*------------------------------------------------*/ | |
| /*-----------------[RESET]------------------------*/ | |
| /*------------------------------------------------*/ | |
| /* http://meyerweb.com/eric/tools/css/reset/ */ | |
| /* v1.0 | 20080212 */ | |
| html, body, div, span, applet, object, iframe, | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
| a, abbr, acronym, address, big, cite, code, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Start Featured --> | |
| <div id="featured"> | |
| <?php | |
| $arr = array(); | |
| $i=1; | |
| $featured_cat = get_option('thesource_feat_cat'); | |
| $featured_num = (int) get_option('thesource_featured_num'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ALTER PROCEDURE [dbo].[mostrarArchivos] (@Id_Usuario int, @Id_Carpeta int) | |
| As | |
| set nocount on | |
| SELECT Id_Elemento = C.Id_Carpeta, | |
| Elemento_Nombre = C.Carp_Nombre, | |
| Tipo = 'Carpeta', | |
| Modificado = '---' | |
| FROM dbo.Usuario_Carpetas C | |
| WHERE Id_Carpeta = @Id_Carpeta | |
| AND Id_Usuario = @Id_Usuario |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| session_start(); | |
| include('acceso_db.php'); | |
| if(isset($_POST['enviar'])) { // comprobamos que se hayan enviado los datos del formulario | |
| // comprobamos que los campos usuarios_nombre y usuario_clave no estén vacíos | |
| if(empty($_POST['usuario_nombre']) || empty($_POST['usuario_clave'])) { | |
| echo "El usuario o la contraseña no han sido ingresados. <a href='javascript:history.back();'>Reintentar</a>"; | |
| }else { | |
| // "limpiamos" los campos del formulario de posibles códigos maliciosos | |
| $usuario_nombre = mysql_real_escape_string($_POST['usuario_nombre']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section class="contenedorlat inicio"> | |
| <aside class="columna latbanner"> | |
| <div> | |
| <script type="text/javascript"> | |
| AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/indoorkart','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/indoorkart' ); //end AC code | |
| </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5"> | |
| <param name="movie" value="images/indoorkart.swf"> | |
| <param name="quality" value="high"> | |
| <embed src="images/indoorkart.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed> | |
| </object></noscript> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="shortcut icon" href="Imagenes/abolskyicon.ico" > | |
| <meta charset=utf-8" /> | |
| <title>a&a Intranet</title> | |
| <link href="Imagenes/twoColLiqLtHdr.css" rel="stylesheet" type="text/css" /> |