Amigos, compañeros de trabajo, periodistas y otros lectores de Línea de Deporte. Descubra y artículos de parte, postes de blog, multimedia y comentarios de lector. Lea la Línea de Deporte FAQ para aprender más.
¿Ya un miembro de Línea de Deporte? Conéctese ahora. ¿No aún un miembro? Registro ahora.
g->getValue('config.offset');
}
$instance =& JFactory::getDate($date);
$instance->setOffset($offset);
return $instance->toFormat($format);
}
/**
* Creates a tooltip with an image as button
*
* @access public
* @param string $tooltip The tip string
* @param string $title The title of the tooltip
* @param string $image The image for the tip, if no text is provided
* @param string $text The text for the tip
* @param string $href An URL that will be used to create the link
* @param boolean depreciated
* @return string
* @since 1.5
*/
function tooltip($tooltip, $title='', $image='tooltip.png', $text='', $href='', $link=1)
{
$tooltip = addslashes(htmlspecialchars($tooltip));
$title = addslashes(htmlspecialchars($title));
if ( !$text ) {
$image = JURI::root(true).'/includes/js/ThemeOffice/'. $image;
$text = '';
} else {
$text = JText::_( $text, true );
}
if($title) {
$title = $title.'::';
}
$style = 'style="text-decoration: none; color: #333;"';
if ( $href ) {
$href = JRoute::_( $href );
$style = '';
$tip = ''. $text .'';
} else {
$tip = ''. $text .'';
}
return $tip;
}
/**
* Displays a calendar control field
*
* @param string The date value
* @param string The name of the text field
* @param string The id of the text field
* @param string The date format
* @param array Additional html attributes
*/
function calendar($value, $name, $id, $format = '%Y-%m-%d', $attribs = null)
{
JHTML::_('behavior.calendar'); //load the calendar behavior
if (is_array($attribs)) {
$attribs = JArrayHelper::toString( $attribs );
}
$document =& JFactory::getDocument();
$document->addScriptDeclaration('window.addEvent(\'domready\', function() {Calendar.setup({
inputField : "'.$id.'", // id of the input field
ifFormat : "'.$format.'", // format of the input field
button : "'.$id.'_img", // trigger for the calendar (button ID)
align : "Tl", // alignment (defaults to "Bl")
singleClick : true
});});');
return ''.
'';
}
/**
* Add a directory where JHTML should search for helpers. You may
* either pass a string or an array of directories.
*
* @access public
* @param string A path to search.
* @return array An array with directory elements
* @since 1.5
*/
function addIncludePath( $path='' )
{
static $paths;
if (!isset($paths)) {
$paths = array( JPATH_LIBRARIES.DS.'joomla'.DS.'html'.DS.'html' );
}
// force path to array
settype($path, 'array');
// loop through the path directories
foreach ($path as $dir)
{
if (!empty($dir) && !in_array($dir, $paths)) {
array_unshift($paths, JPath::clean( $dir ));
}
}
return $paths;
}
}
Ciclismo
EVA CASTRO COMPITE ESTE FIN DE SEMANA EN ALICANTE
Escrito por Adrian
Jueves 13 de Mayo de 2010 20:56
A pesar de que este fin de semana se disputa la segunda prueba de Copa del Mundo de 4x en tierras Eslovenas, Eva Castro competirá en Alicante, en la tercera prueba del Campeonato de España de bmx. La falta de presupuesto hace que Eva tenga que olvidarse de ir a Eslovenia.
EL XACOBEO GALICIA QUIERE CONTINUAR EN EL PODIO EN LA SUBIDA AL NARANCO Y VUELTA A ASTURIAS
Escrito por Adrian
Lunes 26 de Abril de 2010 22:47
El Xacobeo Galicia ha decidido sus equipos para esta semana de competición en Asturias, a donde acude animado por los dos podios conseguidos por su corredor Marcos García este fin de semana en Llodio y La Rioja.
VUELTA A TURQUÍA: NELSON OLIVEIRA ESTUVO EN LA ESCAPADA
Escrito por Adrian
Martes 13 de Abril de 2010 20:52
El Xacobeo Galicia busca en la Vuelta a Turquía una victoria por todos los flancos posibles. Nelson Oliveira fue uno de los animadores de la tercera etapa: Bodrum-Marmaris, de 166 kilómetros, al meterse en una fuga de cuatro corredores, que les permitió superar en cabeza de carrera los dos puertos de montaña de la jornada. Gustavo Domínguez, por su parte, acabó la etapa en séptima posición y Greipel (Columbia) cedió el liderato a Taaramae.