echo CLMContent::componentheading($heading);
    echo CLMContent::clmWarning(JText::_('TOURNAMENT_ROUNDNOTPUBLISHED'));
    // Turnier/Runde kann ausgegeben werden
} else {
    $turParams = new JParameter($this->turnier->params);
    $heading .= ": " . JText::_('TOURNAMENT_ROUND') . " " . $this->round->nr;
    if ($this->round->datum != "0000-00-00" and $turParams->get('displayRoundDate', 1) == 1) {
        $heading .= ', ' . JHTML::_('date', $this->round->datum, JText::_('%d. %B %Y'));
    }
    if ($this->turnier->dg > 1 and $this->round->dg == 1) {
        $heading .= " (" . JText::_('TOURNAMENT_STAGE_1') . ")";
    }
    if ($this->turnier->dg > 1 and $this->round->dg == 2) {
        $heading .= " (" . JText::_('TOURNAMENT_STAGE_2') . ")";
    }
    echo CLMContent::componentheading($heading);
    // Navigationsmenu
    require_once JPATH_COMPONENT . DS . 'includes' . DS . 'submenu_t.php';
    // Table aufziehen
    echo '<table cellpadding="0" cellspacing="0" class="runde">';
    // Kopfzeile
    echo '<tr><td colspan="9">';
    echo '<div style="text-align:left; padding-left:1%">';
    echo '<b>' . $this->round->name . '</b>';
    echo '</div>';
    echo '</td></tr>';
    // Ende Kopfzeile
    // headers
    ?>

	<tr>
$sid = JRequest::getInt('saison', '1');
$lid = JRequest::getInt('liga', '1');
$item = JRequest::getInt('Itemid', '1');
// Stylesheet laden
require_once JPATH_COMPONENT . DS . 'includes' . DS . 'css_path.php';
require_once JPATH_COMPONENT . DS . 'includes' . DS . 'image_path.php';
// Browsertitelzeile setzen
$doc =& JFactory::getDocument();
$daten['title'] = JText::_('DWZ_LIGA') . ' ' . $dwz[0]->name;
$doc->setHeadData($daten);
?>

<div id="clm">
<div id="dwz_liga">
<?php 
echo CLMContent::componentheading(JText::_('DWZ_LIGA') . '&nbsp;' . $dwz[0]->name);
?>

<?php 
require_once JPATH_COMPONENT . DS . 'includes' . DS . 'submenu.php';
?>

<?php 
$dwz_date_new = $this->dwz_date_new;
if ($dwz_date_new[0]->nr_aktion == 101) {
    $hint_dwznew = JText::_('DWZ_COMMENT_RUN') . ' ' . utf8_decode(JText::_('ON_DAY')) . ' ' . JHTML::_('date', $dwz_date_new[0]->datum, JText::_('%d. %B %Y ,  %H %M'));
}
if ($dwz_date_new[0]->nr_aktion == 102) {
    $hint_dwznew = JText::_('DWZ_COMMENT_DEL') . ' ' . utf8_decode(JText::_('ON_DAY')) . ' ' . JHTML::_('date', $dwz_date_new[0]->datum, JText::_('%d. %B %Y ,  %H %M'));
}
if (!isset($dwz_date_new[0]->nr_aktion)) {
Example #3
0
$dwz = $this->dwz;
$spieler = $this->spieler;
$sid = JRequest::getInt('saison', '1');
$lid = JRequest::getInt('liga', '1');
$item = JRequest::getInt('Itemid', '1');
// Stylesheet laden
require_once JPATH_COMPONENT . DS . 'includes' . DS . 'css_path.php';
// Browsertitelzeile setzen
$doc = JFactory::getDocument();
$doc->setTitle(JText::_('DWZ_LIGA') . ' ' . (isset($dwz[0]) ? $dwz[0]->name : ""));
?>

<div >
<div id="dwz_liga">
<?php 
echo CLMContent::componentheading(JText::_('DWZ_LIGA') . '&nbsp;' . (isset($dwz[0]) ? $dwz[0]->name : ""));
?>

<?php 
require_once JPATH_COMPONENT . DS . 'includes' . DS . 'submenu.php';
?>

<?php 
if (!isset($dwz_date) || $params[$dwz_date] == '0000-00-00') {
    if (isset($dwz[0]) && $dwz[0]->dsb_datum > 0) {
        $hint_dwzdsb = JText::_('DWZ_DSB_COMMENT_RUN') . ' ' . utf8_decode(JText::_('ON_DAY')) . ' ' . JHTML::_('date', $dwz[0]->dsb_datum, JText::_('DATE_FORMAT_CLM_F'));
    }
    if (!isset($dwz[0]) || $dwz[0]->dsb_datum == 0) {
        $hint_dwzdsb = JText::_('DWZ_DSB_COMMENT_UNCLEAR');
    }
} else {
Example #4
0
<Script language="JavaScript">

function tableOrdering( order, dir, task )
{
	var form = document.adminForm;
 
	form.filter_order.value = order;
	form.filter_order_Dir.value = dir;
	document.adminForm.submit( task );
}
</SCRIPT>

<div >
<div id="statistik">
<?php 
echo CLMContent::componentheading(JText::_('LEAGUE_STATISTIK') . '&nbsp;' . $liga[0]->name);
?>

<?php 
require_once JPATH_COMPONENT . DS . 'includes' . DS . 'submenu.php';
?>

<?php 
if (!$liga or $liga[0]->published == "0") {
    echo '<br>' . CLMContent::clmWarning(JText::_('NOT_PUBLISHED') . '<br>' . JText::_('GEDULD'));
} else {
    if (!$bestenliste or !$liga) {
        echo '<br>' . CLMContent::clmWarning(JText::_('LEAGUE_NO_GAMES'));
    } else {
        ?>