コード例 #1
0
ファイル: get_team.php プロジェクト: kgrayjr/ezleague
					  <span class="success_text"></span>
					 </div>
                </div>
              </div>
            </div>
           </div>
           
           <div class="col-lg-12">
            <div class="panel panel-default">
              <div class="panel-heading">
                <h3 class="panel-title text-info">Completed Matches</h3>
              </div>
              <div style="height: auto;" id="collapseOne" class="panel-collapse">
                <div class="panel-body">
                <?php 
    $matches = $ez_team->get_team_matches($team_id);
    ?>
 
                <?php 
    if (count($matches) > 0) {
        ?>
					<div class="table-responsive">
	                    <table class="table table-hover">
	                        <thead>
	                            <tr>
	                            	<th>Home</th>
	                            	<th>Away</th>
	                                <th></th>
	                            </tr>
	                        </thead>
	                        <tbody>