Example #1
0
		</script>
		<?php 
if (!count($row)) {
    echo "<div id='system-message'>" . JText::_('BLBE_NOITEMS') . "</div>";
}
?>

		<form action="index.php?option=com_joomsport" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
		<div><?php 
echo $lists['seasf'];
?>
</div>
		<!-- <tab box> -->
		<ul class="tab-box">
		<?php 
echo $etabs->newTab(JText::_('BLBE_MAIN'), 'main_pl', '', 'vis');
echo $etabs->newTab(JText::_('BLBE_BONUSES'), 'bonuses_conf', '');
?>

		</ul>
		<div style="clear:both"></div>
		<div id="main_pl_div" class="tabdiv">
		<table>
			<tr>
				<td width="100">
					<?php 
echo JText::_('User');
?>

				</td>
				<td>
Example #2
0
			<span class="down"><!-- --></span>
			<?php 
echo $this->lists['tourn'];
?>

			</div>
		</div>
		<!-- </div>title box> -->
		
		<!-- <tab box> -->
		<ul class="tab-box">
			<?php 
require_once JPATH_ROOT . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_joomsport' . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'tabs.php';
$etabs = new esTabs();
echo $etabs->newTab(JText::_('BL_TAB_PLAYER'), 'etab_player', 'players', $this->lists['jscurtab'] == 'etab_player' ? 'vis' : '');
echo $etabs->newTab(JText::_('BL_TAB_STAT'), 'etab_stat', 'statistic', $this->lists['jscurtab'] == 'etab_stat' ? 'vis' : '');
//if(count($lists["matches"])){
echo $etabs->newTab(JText::_('BL_TAB_MATCHES'), 'etab_match', 'tab_flag', $this->lists['jscurtab'] == 'etab_match' ? 'vis' : '');
//}
if (count($lists["photos"])) {
    echo $etabs->newTab(JText::_('BL_TAB_PHOTOS'), 'etab_photos', 'photo', $this->lists['jscurtab'] == 'etab_photo' ? 'vis' : '');
}
?>

		</ul>
		<!-- </tab box> -->
		
	</div>
	<!-- </module middle> -->
<!-- <content module> -->
Example #3
0
        getObj('teams2').disabled = '';
        getObj('plmd').disabled = 'true';
        getObj('plmd_away').disabled = 'true';
       // var container = jQuery('#teams1_chzn');
       // container.addClass("chzn-disabled");
    }
}

//-->
</script>

<form action="index.php?option=com_joomsport" method="post" name="adminForm" id="adminForm">
<ul class="tab-box">
	<?php 
if ($lists['avail_betting']) {
    echo $etabs->newTab(JText::_('BLBE_MAIN'), 'main_conf', '', 'vis');
    echo $etabs->newTab(JText::_('BLBE_BET_OPTIONS'), 'bet_opt', '');
}
?>

</ul>
<div style="clear:both"></div>
<div id="main_conf_div" class="tabdiv">
<table>
    <tr>
        <td width="120">
			<?php 
echo JText::_('BLBE_MATCHDAYNAME');
?>

            <span class="editlinktip hasTip" title="<?php 
Example #4
0
?>

	</ul>
</div>
<!-- </control bar> -->
<?php 
if ($this->acl == 2) {
    ?>

<!-- <tab box> -->
<div class="module-middle solid">
		<ul class="tab-box">
			<?php 
    require_once JPATH_ROOT . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_joomsport' . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'tabs.php';
    $etabs = new esTabs();
    echo $etabs->newTab(JText::_('BLFA_TEAM'), 'etab_team', 'star', $this->lists['jscurtab'] == 'etab_team' ? 'vis' : "");
    if (isset($this->lists['seass_filtr']) || !empty($this->lists['is_friendly_season'])) {
        echo $etabs->newTab(JText::_('BLFA_TEAMPLAYER'), 'etab_pl', 'players', $this->lists['jscurtab'] == 'etab_pl' ? 'vis' : "");
    }
    ?>

		</ul>
</div>		
<!-- </tab box> -->
<?php 
}
?>

<!-- <content module> -->
	<div class="content-module admin-mo-co">
Example #5
0
					getObj('aet1').disabled = 'true';
					getObj('aet2').disabled = 'true';
				}
			}
		
		//-->
		</script>
		<form action="index.php?option=com_joomsport" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
		<?php 
if (!$lists['t_single']) {
    ?>

			<!-- <tab box> -->
			<ul class="tab-box">
			<?php 
    echo $etabs->newTab(JText::_('BLBE_MAIN'), 'match_conf', '', 'vis');
    echo $etabs->newTab(JText::_('BLBE_SQUARD'), 'squard_conf', '');
    ?>

			</ul>
			<?php 
}
?>

		<div style="clear:both"></div>
		<div id="match_conf_div" class="tabdiv">
		<table class="table table-striped">
			<tr>
				<td width="100">
					<?php 
echo JText::_('BLBE_MATCHDAYNAME');
Example #6
0
<span class='down'><!-- --></span><?php 
    echo $this->lists['seass_filtr'];
    ?>
</div>
				</form>
			</div>
			<?php 
}
?>

	</div>		
		<ul class="tab-box">
			<?php 
require_once JPATH_ROOT . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_joomsport' . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'tabs.php';
$etabs = new esTabs();
echo $etabs->newTab(JText::_('BLFA_MAIN'), 'match_conf', 'star', 'vis');
if (!$lists['t_single']) {
    echo $etabs->newTab(JText::_('BLFA_SQUARD'), 'squard_conf', '');
}
if ($this->acl == 2) {
    if ($lists["esport_invite_match"]) {
        echo $etabs->newTab(JText::_('BLFA_INVMATCH'), 'invmatch_conf', '');
    }
}
?>

		</ul>
		<!-- </tab box> -->
	
</div>
<!-- </module middle> -->
Example #7
0
?>
<form action="<?php 
echo JRoute::_("index.php?option=com_joomsport&task=team&tid=" . $this->tid . "&sid=0&page=0&page2=0&Itemid=" . $Itemid);
?>
" method="post" name="adminForm" id="adminForm">
<!-- <module middle> -->
			<div class="module-middle solid">
				
				<!-- <back box> -->
				<div class="back dotted">
					<a href="javascript:void(0);" onclick="history.back(-1);" title="<?php 
echo JText::_("BL_BACK");
?>
">&larr; <?php 
echo JText::_("BL_BACK");
?>
</a>
					<div class="div_for_socbut">
						<?php 
echo $this->lists['socbut'];
?>
					</div>
					<div class="clear"></div>
				</div>
				<!-- </back box> -->
				
				<!-- <title box> -->
				<div class="title-box padd-bot">
					
					<h2>
						<?php 
Example #8
0
                document.getElementById('reg_end').removeAttribute('disabled');

            }else{
                document.getElementById('reg_start_img').setAttribute('disabled','');
                document.getElementById('reg_end_img').setAttribute('disabled','');
                document.getElementById('reg_start').setAttribute('disabled','');
                document.getElementById('reg_end').setAttribute('disabled','');
            }
        }
		//-->
		</script>
		<form action="index.php?option=com_joomsport" method="post" name="adminForm" id="adminForm">
		<!-- <tab box> -->
		<ul class="tab-box">
			<?php 
echo $etabs->newTab(JText::_('BLBE_MAIN'), 'main_conf', '', 'vis');
echo $etabs->newTab(JText::_('BLBE_JOOMSOPT'), 'esport_conf', '');
//if($this->lists['t_type'] == 0){
echo $etabs->newTab(JText::_('BLBE_TTCOLOR'), 'col_conf', '');
//}
if (count($lists["teams_regs"])) {
    echo $etabs->newTab(JText::_('BLBE_PARTREGFROMFE'), 'partr_conf', '');
}
if ($lists["is_betting"]) {
    echo $etabs->newTab(JText::_('BLBE_BET_OPTIONS'), 'bet_option', '');
}
?>

		</ul>	
		<div style="clear:both"></div>
		<div id="main_conf_div" class="tabdiv">
Example #9
0
}
?>

				<div class='jscontent'><span itemprop="description"><?php 
echo $lists["curseas"]->descr;
?>
</span></div>
				<div style="clear:both;"></div>
				<!-- <tab box> -->
				<ul class="tab-box">
					<?php 
if ($this->tmpl != 'component') {
    require_once JPATH_ROOT . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_joomsport' . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'tabs.php';
    $etabs = new esTabs();
    if ($lists['is_group_matches'] || !$lists['is_matches']) {
        echo $etabs->newTab(JText::_('BL_TAB_TBL'), 'etab_main', 'table', $lists["unable_reg"] && $lists['season_par']->s_rules ? 'hide' : 'vis');
    }
    if ($lists['season_par']->s_rules) {
        echo $etabs->newTab(JText::_('BL_TAB_RULES'), 'etab_rules', 'tab_flag', $lists["unable_reg"] ? 'vis' : 'hide');
    }
    if ($lists['season_par']->s_descr) {
        echo $etabs->newTab(JText::_('BL_TAB_ABOUTSEAS'), 'etab_aboutm', 'tab_flag');
    }
}
?>

				</ul>
				<!-- </tab box> -->
				
			</div>
			<!-- </module middle> -->
Example #10
0
		}
		function delete_logo(){
			getObj("logoiddiv").innerHTML = '';
		}
		</script>
		<form action="index.php?option=com_joomsport" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
		<div>
			<?php 
echo $lists['seasf'];
?>

		</div>
		<!-- <tab box> -->
		<ul class="tab-box">
			<?php 
echo $etabs->newTab(JText::_('BLBE_MAIN'), 'main_team', '', 'vis');
echo $etabs->newTab(JText::_('BLBE_TABPLAYERS'), 'players_conf', '');
echo $etabs->newTab(JText::_('BLBE_BONUSES'), 'bonuses_conf', '');
?>

		</ul>	
		<div style="clear:both"></div>
		<div id="main_team_div" class="tabdiv">
		
		<table>
			<tr>
				<td width="100">
					<?php 
echo JText::_('BLBE_TEAMNAME');
?>
Example #11
0
require_once JPATH_ROOT . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_joomsport' . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'tabs.php';
$etabs = new esTabs();
?>

		
		<script type="text/javascript" src="components/com_joomsport/color_piker/201a.js"></script>
		<script type="text/javascript">
		function delete_logo(){
			getObj("logoiddiv").innerHTML = '';
		}
		</script>
		<form action="index.php?option=com_joomsport" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
		<!-- <tab box> -->
		<ul class="tab-box">
			<?php 
echo $etabs->newTab(JText::_('BLBE_GENERAL'), 'main_cfg', '', 'vis');
echo $etabs->newTab(JText::_('BLBE_REGISTR'), 'reg_cfg', '');
echo $etabs->newTab(JText::_('BLBE_ADMRIGHTS'), 'admrigh_cfg', '');
echo $etabs->newTab(JText::_('BLBE_ESPORTCONF'), 'esport_cfg', '');
echo $etabs->newTab(JText::_('BLBE_SOCIALCONF'), 'social_cfg', '');
?>

		</ul>
		<div style="clear:both"></div>
		<div id="main_cfg_div" class="tabdiv">
		<table class="adminlists">
			<tr>
				<td>
					<?php 
echo JText::_('BLBE_DATECONFIG');
?>
			row.appendChild(cell2);
			
			getObj('maps_id').value =  0;
		
		}
		
		function Delete_tbl_row(element) {
			var del_index = element.parentNode.parentNode.sectionRowIndex;
			var tbl_id = element.parentNode.parentNode.parentNode.parentNode.id;
			element.parentNode.parentNode.parentNode.deleteRow(del_index);
		}
		//-->
		</script>
		<form action="index.php?option=com_joomsport" method="post" name="adminForm" id="adminForm">
		<?php 
echo $etabs->newTab(JText::_('BLBE_MAIN'), 'main_conf', '', 'vis');
echo $etabs->newTab(JText::_('BLBE_JOOMSOPT'), 'esport_conf', '');
if ($this->lists['t_type'] == 0) {
    echo $etabs->newTab(JText::_('BLBE_TTCOLOR'), 'col_conf', '');
}
?>

		<div style="clear:both"></div>
		<div id="main_conf_div" class="tabdiv">
		<table>
			<tr>
				<td width="150">
					<?php 
echo JText::_('BLBE_SEASONNAME');
?>
Example #13
0
if (isset($this->message)) {
    $this->display('message');
}
global $Itemid;
$Itemid = JRequest::getInt('Itemid');
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
echo $this->lists["panel"];
?>
<!-- <module middle> -->
	<div class="module-middle dotted">
		
		<!-- <back box> -->
		<div class="back dotted">
			<a href="javascript:void(0);" onclick="history.back(-1);" title="<?php 
echo JText::_("BL_BACK");
?>
">&larr; <?php 
echo JText::_("BL_BACK");
?>
</a>
			<div class="div_for_socbut">
				<?php 
echo $this->lists['socbut'];
?>
			</div>
			<div class="clear"></div>
		</div>
		<!-- </back box> -->
		
		<!-- <title box> -->
		<div class="title-box">
Example #14
0
		<div class="title-box">

			<h2><span itemprop="name"><?php 
echo $this->escape($this->ptitle);
?>
</span></h2>
			
		</div>
		<!-- </title box> -->
		<!-- <tab box> -->

		<ul class="tab-box">
			<?php 
require_once JPATH_ROOT . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_joomsport' . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'tabs.php';
$etabs = new esTabs();
echo $etabs->newTab(JText::_('BLFA_CLUB'), 'etab_team', 'tab_star', 'vis');
if (count($this->lists["teams"])) {
    echo $etabs->newTab(JText::_('BLFA_ADMIN_TEAM'), 'etab_pl', 'players');
}
if (count($this->lists["photos"])) {
    echo $etabs->newTab(JText::_('BL_TAB_PHOTOS'), 'etab_photos', 'photo');
}
?>

		</ul>


	<!-- </tab box> -->
	</div>
	<!-- </module middle> -->
Example #15
0
    echo '<h3 class="result-box-stadium">';
    echo getJS_Location($match->id);
    echo '</h3>';
}
?>

					
				</div>
				<!-- </div>title box> -->
				
				<!-- <tab box> -->
				<ul class="tab-box">
					<?php 
require_once JPATH_ROOT . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_joomsport' . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'tabs.php';
$etabs = new esTabs();
echo $etabs->newTab(JText::_('BL_TAB_MATCH'), 'etab_match', 'star', 'vis');
$how_rowst_k = count($this->lists['squard1']) > count($this->lists['squard2']) ? count($this->lists['squard1']) : count($this->lists['squard2']);
if ($how_rowst_k) {
    echo $etabs->newTab(JText::_('BL_TAB_SQUAD'), 'etab_squad', 'players');
}
if ($match->match_descr) {
    echo $etabs->newTab(JText::_('BL_TAB_ABOUT'), 'etab_descr');
}
if (count($this->lists["photos"])) {
    echo $etabs->newTab(JText::_('BL_TAB_PHOTOS'), 'etab_photos', 'photo');
}
?>

				</ul>
				<!-- </tab box> -->