} echo '</td>'; ?> <?php } else { echo '<td align="center"></td>'; } echo '</tr>'; } } // tl_ok? Haken anzeigen! if ($this->displayTlOK and $this->round->tl_ok > 0) { echo '<tr><td colspan="9">'; echo '<div style="float:right; padding-right:1%;"><label for="name" class="hasTip" title="' . JText::_('TOURNAMENT_ROUNDOK') . '"><img src="' . CLMImage::imageURL('accept.png') . '" /></label></div>'; echo '</td></tr>'; } echo '</table>'; ?> <!--Bereich für pgn-Viewer--> <span id="pgnArea"></span> <?php if ($this->round->bemerkungen != '') { echo "<div id='desc'>"; echo CLMText::formatNote($this->round->bemerkungen); echo "</div>"; } } require_once JPATH_COMPONENT . DS . 'includes' . DS . 'copy.php'; echo '</div></div>';
echo JText::_('TOURNAMENT_WINSDEFAULT'); ?> :</td> <td> <?php echo $this->matchStats['default']; ?> </td> </tr> <?php } } ?> </table> <?php } ?> <br /> <?php if ($this->turnier->bemerkungen != '') { echo CLMText::formatNote($this->turnier->bemerkungen); } } require_once JPATH_COMPONENT . DS . 'includes' . DS . 'copy.php'; echo '</div></div>';