コード例 #1
0
<?php

defined('_JEXEC') or die('Restricted access');
?>
<!-- matchdays pageNav -->
<br />
<table width="96%" align="center" cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td>
			<?php 
if (!empty($this->rounds)) {
    $pageNavigation = "<div class='pagenav'>";
    $pageNavigation .= JoomleaguePagination::pagenav($this->project);
    $pageNavigation .= "</div>";
    echo $pageNavigation;
}
?>
		</td>
	</tr>
</table>
<!-- matchdays pageNav END -->
コード例 #2
0
/**
* @copyright	Copyright (C) 2007-2012 JoomLeague.net. All rights reserved.
* @license		GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
defined('_JEXEC') or die('Restricted access');
//echo 'results<br /><pre>~' . print_r($this->model->predictionProject,true) . '~</pre><br />';
//echo 'rounds<br /><pre>~' . print_r($this->model->_projectRoundsCount,true) . '~</pre><br />';
if (!empty($this->model->_projectRoundsCount)) {
    ?>
<br />
  <table width='96%' align='center' cellpadding='0' cellspacing='0' border='0'>
  <tr>
  <td>
  <div class='pagenav'>
  <?php 
    $pageNavigation = "<div class='pagenav'>";
    $pageNavigation .= JoomleaguePagination::pagenav($this->model->getPredictionProject($this->model->predictionProject->project_id));
    $pageNavigation .= "</div>";
    echo $pageNavigation;
    ?>
  </div>
  </td>
  </tr>
  </table>
  <?php 
}
コード例 #3
0
echo JText::_('JSAVE');
?>
' />
		<?php 
echo JHTML::_('form.token');
?>
		<!-- Main END -->
	</form>
</div>
<!-- matchdays pageNav -->
<br />
<div class='pagenav'>
<table width='96%' align='center' cellpadding='0' cellspacing='0'>
	<tr>
		<?php 
echo JoomleaguePagination::pagenav($this->project);
?>
	</tr>
</table>
<!-- matchdays pageNav END -->
</div>

<table class="not-playing" width='96%' align='center' cellpadding='0' cellspacing='0'>
	<tr>
		<td style='text-align:center; '>
			<?php 
echo $this->showNotPlayingTeams($this->matches, $this->teams, $this->config, $this->favteams, $this->project);
?>
		</td>
	</tr>
</table>