die; } $registro = $resultado->fetch(PDO::FETCH_ASSOC); $DrawFreq = $registro[DrawFreq]; $Model = $registro[Model]; $Length = $registro[Length]; $Weight = $registro[Weight]; $Amperes = $registro[Amperes]; $Elements = $registro[Elements]; } ?> <div id="form_container_ancho"> <?php Cabecera("Registro Piloto"); ?> <form id="PilotEntryFrm" class="appnitro" method="post" action=""> <div id='PilotEntryFrm_errorloc' class='error_strings'></div> <ul > <li> <span> <label class="description" for="element_4">Piloto</label> <input id="Nombre" name="Nombre" type="text" class="element textdisabled" size="20" value="<?php echo $fila['FirstName'] . " " . $fila['LastName']; ?> " /> </span> <span> <label class="description">Licencia</label> <input class="element textdisabled" size="12" value="<?php
<title>Scores</title> <link rel="stylesheet" type="text/css" href="../Common/view.css" media="all"> </head> <body id="main_body" > <div id="form_container_ancho"> <?php OpenDB(); $query = "SELECT `CompName` FROM `comps` WHERE `CompNo` = " . $_REQUEST["CompNo"] . ";"; $resultado = $mysqliDB->query($query); if (!$resultado) { echo "Error in " . __FILE__ . " " . $query . "<BR>(" . $mysqliDB->errorInfo()[2] . ")"; die; } $registro = $resultado->fetch(PDO::FETCH_ASSOC); Cabecera("Clasificación "); ?> <div class="FAMCentral"> <span> <a href=<?php echo "\"./ScoresToExcel.php?CompNo=" . $_REQUEST["CompNo"] . "\""; ?> > <img border="0" alt="Export to Excel" title="Export to Excel" src="../Common/ExcelIcon.png" width="50" height="50" align="right"> </a> <h1> <?php echo $registro['CompName']; ?> </h1>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Datos Piloto</title> <link rel="stylesheet" type="text/css" href="../Common/view.css" media="all"> <script type="text/javascript" src="../Common/view.js"></script> <script language="JavaScript" src="../Common/gen_validatorv4.js" type="text/javascript" xml:space="preserve"></script> </head> <body id="main_body" > <div id="form_container_ancho"> <?php Cabecera("Registro Concurso"); ?> <div class="FAMCentral"> <form id="PilotEntryFrm" class="appnitro" method="post" action=""> <div id='PilotEntryFrm_errorloc' class='error_strings'></div> <ul > <li id="li_4" > <span> <label class="description" for="element_4">Piloto</label> <input id="Nombre" name="Nombre" type="text" class="element textdisabled" size="20" value="<?php echo $fila['FirstName'] . " " . $fila['LastName']; ?> " /> </span>
</div> </div> </body> </html> <?php die; } } ?> <body id="main_body" > <div id="form_container"> <?php Cabecera("Alta Piloto"); ?> <div id="FAMCentral"> <form id="PilotEntryFrm" class="appnitro" method="post" action=""> <div class="form_description"> <p>Formulario para el Registro de Pilotos: Todos los campos son obligatorios</p> </div> <div id='PilotEntryFrm_errorloc' class='error_strings'> <?php if ($ErrorSQL) { echo "Error al insertar piloto, identificador ya existente"; } ?> </div> <ul >
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Registro competiciones FAM</title> <link rel="stylesheet" type="text/css" href="../Common/view.css" media="all"> <script type="text/javascript" src="../Common/view.js"></script> <script language="JavaScript" src="../Common/gen_validatorv4.js" type="text/javascript" xml:space="preserve"></script> </head> <body id="main_body" > <div id="form_container"> <?php Cabecera("Login Piloto"); ?> <div class="FAMCentral"> <form id="PilotEntryFrm" class="appnitro" method="post" action=""> <p>Si ya estás dado de alta, solo tienes que identificarte para registrarte en un concurso</p> <div id='PilotEntryFrm_errorloc' class='error_strings'> <?php if (!$usuarioencontrado) { echo "Piloto no registrado"; } ?> </div> <ul> <li id="li_8" > <label class="description" for="dni">Identificación</label> <div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Datos Piloto</title> <link rel="stylesheet" type="text/css" href="../Common/view.css" media="all"> <script type="text/javascript" src="../Common/view.js"></script> </head> <body id="main_body" > <div id="form_container_ancho"> <?php Cabecera("Calendario"); ?> <div class="FAMCentral"> <div class="CSSTableGenerator" > <table > <tr> <td style="width:10%;"> Fecha Convocatoria </td> <td style="width:20%;"> Limite Inscripción </td> <td style="width:35%;"> Concurso </td>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Datos Piloto</title> <link rel="stylesheet" type="text/css" href="../Common/view.css" media="all"> <script type="text/javascript" src="../Common/view.js"></script> <script language="JavaScript" src="../Common/gen_validatorv4.js" type="text/javascript" xml:space="preserve"></script> </head> <body id="main_body" > <div id="form_container_ancho"> <?php Cabecera("Relación de Inscritos"); OpenDB(); $query = "SELECT `CompName` FROM `comps` WHERE `CompNo` = " . $_REQUEST["CompNo"] . ";"; $resultado = $mysqliDB->query($query); if (!$resultado) { echo "Error in " . $query . " (" . $mysqliDB->errno . ") " . $mysqliDB->error; die; } $registro = $resultado->fetch(PDO::FETCH_ASSOC); ?> <div class="FAMCentral"> <span><h1> <?php echo $registro['CompName']; ?> </h1></span>