コード例 #1
0
<?php

/**
 * @copyright	@copyright	Copyright (c) 2016 knvbapi. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
// no direct access
defined('_JEXEC') or die;
// include the syndicate functions only once
if (!class_exists('modiCcalendarHelper')) {
    require_once dirname(__FILE__) . '/helper.php';
}
$class_sfx = htmlspecialchars($params->get('class_sfx'));
$json = modKNVBAPI2Helper::SetUrl($params);
$selectie = Selectie::getSelectie();
$getteams = Teams::getTeams();
$getcompetities = Competities::getCompetitie();
$getheader = Headers::getHeaders();
$getsize = Image::getLogoSize($params);
echo $getsize;
// Show Columns of program view
$matchid = $params->get('MatchID');
$wedstijdnummer = $params->get('WedstrijdNummer');
$datum = $params->get('Datum');
$tijd = $params->get('Tijd');
$verzameltijd = $params->get('Verzameltijd');
$thuisclub = $params->get('ThuisClub');
$thuislogo = $params->get('ThuisLogo');
$thuisteamid = $params->get('ThuisTeamID');
$uitclub = $params->get('UitClub');
$uitlogo = $params->get('UitLogo');
コード例 #2
0
ファイル: teams.php プロジェクト: jacquesbagui/ofuz
 * Task to refer : http://www.ofuz.net/Task/8993
 * The team concept is on hold
*/
exit;
/**COPYRIGHTS**/
// Copyrights 2008 - 2010 all rights reserved, SQLFusion LLC, info@sqlfusion.com
$pageTitle = 'Ofuz :: ' . _('Team');
$Author = 'SQLFusion LLC';
$Keywords = 'Keywords for search engine';
$Description = 'Description for search engine';
$background_color = 'white';
include_once 'config.php';
include_once 'includes/ofuz_check_access.script.inc.php';
include_once 'includes/header.inc.php';
$do_teams = new Teams();
$do_teams->getTeams();
$teams_count = $do_teams->getNumRows();
?>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
	
	//'Create New' link clicked
    $('#AncCreateNewTeam').click(function() {
		$("#OfuzSuccessMessage").hide('slow');
		$("#OfuzSuccessMessage")[0].innerHTML = "";
		$('#DivTeamsList').hide('slow');
		$('#DivCreateNewTeam').show('slow');
    });
    
    //button clicked, to add a team