V Diploma Fiestas de Hogueras de San Juan

{source}
<?php
$session =JFactory::getSession();
$session_final=$session->getId();
$posted=»;
/*
ESTACIONES NACIONALES
EA
EB
EC
ED
LAS OTRAS EXTRANJERAS
*/
$db = JFactory::getDbo();
//$dir_articulo=’/index.php/dce-actividades/dce-actividades-anunciadas’;
//$dir_articulo_directorio=’/index.php/dce-buscar-referencia’;
$dir_imagenes_corto=’/images/’;
$dir_imagenes=$dir_imagenes_corto.’bancomu/’;
$dir_imagenes_web=$dir_imagenes_corto.’stories/imagenes_web/’;
$dir_imagenes_diplomas=$dir_imagenes_corto.’trofeos/’;
$dir_iframe_mas_info=’/app/ultimas_actividades_mas_info.php’;
$dir_imagenes_trofeos=$dir_imagenes_corto.’trofeos/’;
$dir_rankings=’/index.php?option=com_content&view=article&id=832′;
$dir_logs=’/index.php?option=com_content&view=article&id=831′;
$cuantas_actividades=99999;
$cuantos_ranking=999999;
$tipo_diploma=’5′
?>
<script language=»javascript» type=»text/javascript»>
function ir_articulo_rankings()
{
var url='<?php echo $dir_rankings; ?>&query=<?php echo $tipo_diploma; ?>’;
window.location.href=url;
}
function ir_articulo_logs()
{
var url='<?php echo $dir_logs;?>&query=<?php echo $tipo_diploma;?>’;
window.location.href=url;
}
function actividades_mas_info(query)
{
var j = jQuery.noConflict();
j.fancybox({![]()
‘width’ : 600,![]()
‘height’ : 230,![]()
‘autoScale’ : false,![]()
‘transitionIn’ : ‘none’,![]()
‘transitionOut’ : ‘none’,![]()
‘type’ : ‘iframe’,![]()
‘href’ : ‘<?php echo $dir_iframe_mas_info;?>?query=’+query+’&modo=info’
});
}
function actividades_ver_comentario(query)
{
var j = jQuery.noConflict();
j.fancybox({![]()
‘width’ : 600,![]()
‘height’ : 200,![]()
‘autoScale’ : false,![]()
‘transitionIn’ : ‘none’,![]()
‘transitionOut’ : ‘none’,![]()
‘type’ : ‘iframe’,![]()
‘href’ : ‘<?php echo $dir_iframe_mas_info;?>?query=’+query+’&modo=coment’
});
}
function zoom_video_fancybox(ruta)
{
var j = jQuery.noConflict();
j.fancybox({![]()
![]()
‘padding’ : 10,![]()
![]()
‘transitionIn’ : ‘elastic’,![]()
![]()
‘transitionOut’ : ‘elastic’, ![]()
![]()
‘href’ : ruta.replace(new RegExp(«watch\\?v=», «i»), ‘v/’),![]()
![]()
‘type’ : ‘swf’,![]()
![]()
‘swf’ : {‘wmode’:’transparent’,’allowfullscreen’:’true’}![]()
});
}
function zoom_fancybox(ruta)
{ ![]()
var j = jQuery.noConflict();![]()
j.fancybox({![]()
![]()
‘padding’ : 10,![]()
![]()
‘transitionIn’ : ‘elastic’,![]()
![]()
‘transitionOut’ : ‘elastic’, ![]()
![]()
‘href’ : ruta![]()
});
}
</script>
<script language=»javascript» type=»text/javascript»>
var acracb_logs_diplomas = jQuery.noConflict(); ![]()
![]()
function llamar_procedimiento_ajax(parametros) { ![]()
var param={«param1″:»valor1″,»param2″:»valor2»};
![]()
acracb_logs_diplomas.ajax({![]()
![]()
![]()
data: parametros,![]()
![]()
![]()
url: ‘/app/ajax.php’,![]()
![]()
![]()
type: ‘post’, ![]()
![]()
![]()
success: function (response) {
![]()
![]()
![]()
![]()
var funcion=parametros[«ajax_funcion»];![]()
![]()
![]()
![]()
var datos = acracb_logs_diplomas.parseJSON(response); ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
var diploma=parametros[«ajax_diploma_codigo»]; ![]()
![]()
![]()
![]()
var tipo_diploma=diploma.indexOf(«pdf»);![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (tipo_diploma>=0) { ![]()
![]()
![]()
![]()
![]()
var url_pdf=datos[0];![]()
![]()
![]()
![]()
![]()
var numero_pdf=datos[1]; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ((url_pdf.length>0)) {![]()
![]()
![]()
![]()
![]()
![]()
acracb_logs_diplomas(«#acracb_enlace_diploma_pdf»).attr(«href»,url_pdf); ![]()
![]()
![]()
![]()
![]()
![]()
acracb_logs_diplomas(«#acracb_enlace_diploma_pdf»).fancybox({![]()
![]()
![]()
![]()
![]()
![]()
![]()
width : 800,![]()
![]()
![]()
![]()
![]()
![]()
![]()
height : 600,![]()
![]()
![]()
![]()
![]()
![]()
![]()
autoScale : false,![]()
![]()
![]()
![]()
![]()
![]()
![]()
transitionIn : ‘none’,![]()
![]()
![]()
![]()
![]()
![]()
![]()
transitionOut : ‘none’,![]()
![]()
![]()
![]()
![]()
![]()
![]()
type : ‘iframe’, ![]()
![]()
![]()
![]()
![]()
![]()
}); ![]()
![]()
![]()
![]()
![]()
![]()
acracb_logs_diplomas(«#acracb_enlace_diploma_pdf»)[0].click(); ![]()
![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
},![]()
![]()
![]()
error: function(response) {![]()
![]()
![]()
![]()
alert(‘error->’+datos);![]()
![]()
![]()
} ![]()
![]()
![]()
![]()
![]()
});
}
function exportar_diploma_pdf(codigo,usuario)
{ ![]()
llamar_procedimiento_ajax({«ajax_funcion»:»exportar_diploma_pdf»,»ajax_actividad»:»<?php echo uniqid();?>»,»ajax_usuario»:»<?php echo $posted;?>»,»ajax_session»:»<?php echo $session_final?>»,»ajax_diploma_codigo»:codigo,»ajax_diploma_usuario»:usuario,»ajax_diploma_tipo»:'<?php echo $tipo_diploma;?>’});
}
</script>
<?php
?>
<center>
<p align=’center’>
<table align=’center’ border=’0′ width=’90%’>
<tr>![]()
![]()
<td width=»30%» valign=»top»><a href=»javascript:zoom_fancybox(‘<?php echo $dir_imagenes_diplomas.’HoguerasV_bronce_pdf.jpg’;?>’);»><img alt=»» src=»<?php echo $dir_imagenes_diplomas.’HoguerasV_bronce_pdf_min.jpg’;?>» border=»0″></a></td>![]()
<td width=»30%» valign=»top»><a href=»javascript:zoom_fancybox(‘<?php echo $dir_imagenes_diplomas.’HoguerasV_plata_pdf.jpg’;?>’);»><img alt=»» src=»<?php echo $dir_imagenes_diplomas.’HoguerasV_plata_pdf_min.jpg’;?>» border=»0″></a></td>![]()
<td width=»30%» valign=»top»><a href=»javascript:zoom_fancybox(‘<?php echo $dir_imagenes_diplomas.’HoguerasV_oro_pdf.jpg’;?>’);»><img alt=»» src=»<?php echo $dir_imagenes_diplomas.’HoguerasV_oro_pdf_min.jpg’;?>» border=»0″></a></td>
</tr>
</table>
</p>
</center>
<?php
$varcode=1;
$registros=20;
?>
<?php
$pagina=1;
$inicio = ($pagina – 1) * $registros;
?>
<p><h2>Diplomas para el modo HF</h2></p>
<table width=»90%» align=’center’ border=»0″>
<tr>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_hf where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%v_hf%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_hf_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_hf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_hf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
<?php
$pagina=2;
$inicio = ($pagina – 1) * $registros;
?>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_hf where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%v_hf%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_hf_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_hf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_hf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
<?php
$pagina=3;
$inicio = ($pagina – 1) * $registros;
?>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_hf where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%v_hf%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_hf_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_hf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_hf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
</td>
</tr>
</table>
<?php
$varcode=1;
$registros=20;
?>
<?php
$pagina=1;
$inicio = ($pagina – 1) * $registros;
?>
<br>
<p><h2>Diplomas para el modo VHF</h2></p>
<table width=»90%» align=’center’ border=»0″>
<tr>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_vhf where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%v_vhf%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_vhf_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_vhf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_vhf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
<?php
$pagina=2;
$inicio = ($pagina – 1) * $registros;
?>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_vhf where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%v_vhf%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_vhf_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_vhf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_vhf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
<?php
$pagina=3;
$inicio = ($pagina – 1) * $registros;
?>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_vhf where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%v_vhf%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_vhf_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_vhf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_vhf_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
</td>
</tr>
</table>
<br>
<?php
$varcode=1;
$registros=20;
?>
<?php
$pagina=1;
$inicio = ($pagina – 1) * $registros;
?>
<p><h2>Diplomas para el modo CB</h2></p>
<table width=»90%» align=’center’ border=»0″>
<tr>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_cb where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%_cb%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_cb_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_cb_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_cb_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
<?php
$pagina=2;
$inicio = ($pagina – 1) * $registros;
?>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_cb where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%_cb%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_cb_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_cb_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_cb_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
<?php
$pagina=3;
$inicio = ($pagina – 1) * $registros;
?>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_cb where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%_cb%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_cb_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_cb_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_cb_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
</td>
</tr>
</table>
<br>
<?php
$varcode=1;
$registros=20;
?>
<?php
$pagina=1;
$inicio = ($pagina – 1) * $registros;
?>
<p><h2>Diplomas para el modo DMR</h2></p>
<table width=»90%» align=’center’ border=»0″>
<tr>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_dmr where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%_dmr%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_dmr_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_dmr_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_dmr_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
<?php
$pagina=2;
$inicio = ($pagina – 1) * $registros;
?>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_dmr where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%_dmr%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_dmr_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_dmr_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_dmr_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
<?php
$pagina=3;
$inicio = ($pagina – 1) * $registros;
?>
<td width=»30%» valign=»top»>
<table id=»acracb_form_rankingpob_ref13_tabla_todos» style=»font-size:11px» border=»0″ width=»100%» align=’center’ class=’tabla_acracb’ style=»»>
<tr class=’tr_cab_acracb’>
<td align=’left’><b># Qrz</b></td>
<td align=’left’><b>Ref</b></td>
<td align=’left’> </td>
</tr>
<?php
$i=0;
$tr_impar=’tr_impar_acracb’;
$tr_par=’tr_par_acracb’; ![]()
$db = JFactory::getDbo();
$sql = «SELECT Qrz,c_ref from logs_ranking_participantes_puntos_dmr where tipo_diploma=’$tipo_diploma’ ORDER BY c_ref DESC LIMIT $inicio,$registros»; ![]()
$db->setQuery($sql);
$rows = $db->loadObjectList();
foreach ( $rows as $row )
{![]()
$Qrz = $row->Qrz;![]()
$c_ref = $row->c_ref;
![]()
$imagen_tipo=»; ![]()
$imagen_alt=»;
![]()
$sql_trofeos=»select distinct d.cod_diploma,d.precio,d.descripcion,d.imagen,» numero,d.tipo,d.orden![]()
from acracb_diplomas d join acracb_diplomas_conseguidos dc on (dc.cod_diploma=d.cod_diploma and dc.tipo_diploma=d.tipo)![]()
where d.tipo='».$tipo_diploma.»‘ and dc.indicativo like ‘».$Qrz.»‘ and d.cod_diploma like ‘%pdf%_dmr%’ order by d.tipo,d.orden ASC»;
![]()
$tr_class = ($i % 2) ? $tr_impar : $tr_par;![]()
$i++;![]()
?>![]()
<tr width=»100%» class='<?php echo $tr_class;?>’>![]()
![]()
<td align=’left’ width=»45%»><?php echo $varcode.» – «.$Qrz;?></td>![]()
![]()
<td align=’left’ width=»15%»><?php echo $c_ref;?></td>![]()
![]()
<td align=’center’ width=»40%»>![]()
![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
$db->setQuery($sql_trofeos);![]()
![]()
![]()
$rows_trofeos = $db->loadObjectList();![]()
![]()
![]()
$diplomas_contador=0;![]()
![]()
![]()
foreach ( $rows_trofeos as $row_trofeos )![]()
![]()
![]()
{![]()
![]()
![]()
![]()
$diplomas_cod_diploma = $row_trofeos->cod_diploma;![]()
![]()
![]()
![]()
$diplomas_precio = $row_trofeos->precio; ![]()
![]()
![]()
![]()
$diplomas_descripcion = $row_trofeos->descripcion; ![]()
![]()
![]()
![]()
$diplomas_imagen = $row_trofeos->imagen;![]()
![]()
![]()
![]()
$diplomas_numero = $row_trofeos->numero;![]()
![]()
![]()
![]()
$diplomas_tipo = $row_trofeos->tipo;![]()
![]()
![]()
![]()
$diplomas_orden = $row_trofeos->orden; ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if ($diplomas_imagen==’HoguerasV_bronce_dmr_pdf’) { ![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_bronce’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de bronce !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_plata_dmr_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_plata’;![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de plata !!’;![]()
![]()
![]()
![]()
} elseif ($diplomas_imagen==’HoguerasV_oro_dmr_pdf’) {![]()
![]()
![]()
![]()
![]()
$imagen_tipo=’diploma_oro’; ![]()
![]()
![]()
![]()
![]()
$imagen_alt=’Trofeo de oro !!’;![]()
![]()
![]()
![]()
}![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
if (strlen($imagen_tipo)>0) {![]()
![]()
![]()
![]()
?>![]()
![]()
![]()
![]()
![]()
<img style=»cursor: pointer;» src=»<?php echo $dir_imagenes_trofeos.$imagen_tipo.’.png’;?>» width=»22″ height=»19″ border=0 title=»<?php echo $imagen_alt;?>» onclick=»exportar_diploma_pdf(‘<?php echo $diplomas_cod_diploma;?>’,'<?php echo $Qrz;?>’)»>![]()
![]()
![]()
![]()
<?php![]()
![]()
![]()
![]()
} ![]()
![]()
![]()
} ![]()
![]()
?>![]()
![]()
</td>![]()
![]()
![]()
![]()
![]()
![]()
</tr>![]()
<?php![]()
$varcode++;
}
?>
</table>
</td>
</td>
</tr>
</table>
<p align=’center’>
<a href=»javascript:ir_articulo_rankings()»><b>Ir al Ranking</b></a>
<a href=»javascript:ir_articulo_logs()»><b>Ir a los Logs del diploma</b></a>
</p>
</center>
<div style=»display:none;»>
<a id=»acracb_enlace_diploma_pdf» href=»http://www.google.es/» target=»_blank»>XXX</a>
</div>
{/source}
V Diploma Fiestas de Hogueras de San Juan
Organizado por la Asociación Cultural Radioaficionados Costa Blanca, con el objeto de fomentar la radioafición y seguir conociendo nuestra ciudad, se organiza este concurso con arreglo a las siguientes bases:
Fecha y hora: Desde las 8:00 horas EA del 19 de junio hasta las 22:00 horas EA del día 29 de junio de 2018.
Ámbito: Todas las estaciones del mundo en posesión de la correspondiente licencia de radioaficionado y SWL.
Bandas:
HF – 40 y 80 m. Se podrá realizar un contacto por banda y día, uno 7 Mhz y otro en 3.5 Mhz.
VHF – 145.425
DMR – TG – 21403 Provincial Alicante
CB Canal 20, en los segmentos recomendados por la IARU.
Llamada: “CQ, V Diploma Fiestas de Hogueras de San Juan”
Concurso: Cada estación colaboradora, otorgará dos puntos.
Excepto en CB que serán 5 puntos.
HF:
1 QSO: 2 Puntos
Diploma Bronce: 10 puntos
Diploma Plata: 20 puntos
Diploma Oro: 30 puntos
VHF:
1 QSO: 2 Puntos
Diploma Bronce: 10 puntos
Diploma Plata: 20 puntos
Diploma Oro: 30 puntos
DMR:
1 QSO: 2 Puntos
Diploma Bronce: 10 puntos
Diploma Plata: 20 puntos
Diploma Oro: 30 puntos
CB:
1 QSO: 5 Puntos
Diploma Bronce: 10 puntos
Diploma Plata: 20 puntos
Diploma Oro: 30 puntos
Para la obtención del diploma será obligatorio contactar con la EG5HSJ, que se podrá utilizar también como comodín, 2 veces durante el concurso.
La EG5HSJ estará activa en todas las bandas y modos posibles. Excepto en CB.
Los diplomas se descargarán desde la web de ACRACB en formato PDF, si alguien está interesado en recibirlo en Cartón Pluma tendrá que enviar 8€ en sellos para gastos de impresión y envío.
Asociación Cultural Radioaficionados Costa Blanca.
Apdo. correos 2117-03080 Alicante
Contacto: hogueras2018@acracb.org
Web: http://acracb.org
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
V Diploma festa dei Fuochi di San Juan
Organizzato dall’ Associazione Culturale Radioamatori della Costa Blanca, con il fine di diffondere la passione per la radio e seguirci conoscendo la nostra città, si organizza questo diploma con il seguente regolamento:
Durata: dalle 06.00 UTC del 19 giugno 2017 alle ore 20.00 UTC del 29 giugno 2018
Patecipazione: aperto ai radioamatori di tutto il mondo in possesso della licenza di radioamatore, vigente nel loro paese e SWL.
Bande: HF 40 E 80 m. in tutti i modi. Si potrà effettuare un solo contatto per banda al giorno, uno in 40 metri e l’altro in 80 m.
VHF: 145.425
DMR: TG – 21403 Provinciale di Alicante
CB: Canale 20, nei segmenti raccomandati dalla IARU e secondo le autorizzazioni vigenti nel proprio paese.
Chiamata: “CQ, V Diploma Fiestas de Hogueras de San Juan”
Punteggio: ciascuna stazione collaboratrice, rilascerà 2 punti. Tranne in CB che sarà 5 punti.
HF:
1 QSO: 2 Punti
Diploma Bronzo: 10 punti
Diploma Argento: 20 punti
Diploma Oro: 30 punti
VHF:
1 QSO: 2 Punti
Diploma Bronzo: 10 punti
Diploma Argento: 20 punti
Diploma Oro: 30 punti
DMR:
1 QSO: 2 Punti
Diploma Bronzo: 10 punti
Diploma Argento: 20 punti
Diploma Oro: 30 punti
CB:
1 QSO: 5 Punti
Diploma Bronzo: 10 punti
Diploma Argento: 20 punti
Diploma Oro: 30 punti
Per ottenere il diploma sarà obbligatorio collegare la stazione EG5HSJ, che si potrà utilizzare anche come stazione Jolly,2 volte durante il concorso.
La EG5HSJ sarà attiva in tutte le bande e modi possibili, tranne nella banda CB
I diplomi si scaricheranno dal sito web della ACRACB in formato PDF.
Associazione Culturale Radioamatori della Costa Blanca.
Apdo. correos 2117 -03080 Alicante
contatto: hogueras2018@acracb.org
sito web: http://acracb.org





