%@ $Language=JScript /* PARA COLORES PHP */ %><% include("../includes/DB_Conectar.php"); include("../includes/funciones.php"); if(!isset($var_idioma)){$var_idioma="";} else if($var_idioma==""){$var_idioma="_IA";} else if($var_idioma=="_IA"){$var_idioma="";} //aca veo que template va a usar, podria mandarlo a cookies por performance $sqtemp = "select * from cssTemplates where temActivo = 'S'"; $qrtemp = $conn->execute($sqtemp); $templateID = $qrtemp->field(temID); $templateNombre = $qrtemp->field(temNombre); /******************************************************************************/ //aca busco la imagen default $sqdef = "select * from Custom A, ADVF B where cusVariable = 'alt_image' and A.cusValor = B.advID"; $rsdef = $conn->execute($sqdef); $defImage = $rsdef->field("advLink"); %>
| <%=$I_compactview%> <% if(strpos($REQUEST_URI,"&var_idioma=")!=false){$link=substr($REQUEST_URI,0,strpos($REQUEST_URI,"&var_idioma="));} else{$link=$REQUEST_URI;} %> <%if($var_idioma=="_IA"){echo $I_english;}else{echo $I_spanish;}%> | ||||||||||||||||||||
<% if(!$id) { showError("Error XM32659, Parameters lost","javascript: window.history.back()","Back",1); } else { //aca recupero la evicia en cuestion $sqev = "select * from evEventos where evID = '$id'"; $qrev = $conn->execute($sqev); if(!$qrev->numrows) { if($var_idioma=="_IA") { showError("No se encontro el evento solicitado","javascript: window.history.back()","Volver",0); } else { showError("Event not Found","javascript: window.history.back()","back",0); } } $evTitulo = campo_ia2("qrev","evTitulo",1); $evCuerpo = campo_ia2("qrev","evCuerpo",0); $evResumen = campo_ia2("qrev","evResumen",0); $evFecha = $qrev->field(evFecha); $evUrl = $qrev->field(evUrl); $evLayout = $qrev->field(evLayout); $tabID = $qrev->field(tabID); } %>
|
||||||||||||||||||||
| <%=$I_close%> | ||||||||||||||||||||