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;
}
}
';
}
/**
* 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;
}
}
| O AZKAR LUGO RETOMA OS ADESTRAMENTOS NUNHA NOVA SEMANA DE PARON LIGUEIRO |
|
|
|
| Escrito por Adrian | |||||||||
| Lunes 08 de Febrero de 2010 22:10 | |||||||||
|
Tra-la derrota en Murcia e do descanso da fin de semana, onte tocou volver porse o mono de traballo e regresar así as sesións de adestramento. Esta semana será novamente un tanto atípica debido á disputa da Copa de España en Santiago polo que a liga paralízase. É polo tanto unha nova semana para o Azkar Lugo para seguir limando detalles no equipo e sobor de todo seguir axustando aos súas tres novas incorporacións ao equipo.Para non perder o ritmo de competición este mércores o Azkar Lugo disputará o “I Trofeo Entroido de fútbol sala” ante o Burela FS e que se xogará no Pavillón Municipal de Viveiro a partir das 20:30 horas, partido que será benéfico posto que o 50% do diñeiro que se recade coa venda de entradas irá destinado á axuda en Haití. Estes serán os adestramentos previstos para esta semana: Luns 8: 11:00 horas: técnico-táctico (Palacio Municipal). 17:30 horas: técnico-táctico (Palacio Municipal). Martes 9: 11:00 horas: técnico-táctico e específico de porteiros (Palacio Municipal). 17:30 horas: técnico-táctico (Palacio Municipal). Mércores 10: 20:30 horas: partido amigable: Burela FS – Azkar Lugo FS (Pavillón Municipal de Viveiro). Xoves 11: 10:30 horas: técnico-táctico (Palacio Municipal). Venres 12: 10:00 horas: físico (Palacio Municipal). Sábado 13 e Domingo 14: Descanso. Prensa do Azkar Lugo FS
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."
|
|||||||||
| Ultima actualización ( Lunes 08 de Febrero de 2010 22:32 ) |













