コード例 #1
0
ファイル: result.php プロジェクト: jonhy005/nobressart
            echo $results[$i]->getNom();
            ?>
</td>
				<td class="listing" align="center"><?php 
            echo $results[$i]->getPrenom();
            ?>
</td>
				<td class="listing" align="center"><?php 
            echo $results[$i]->getChallengeTotal();
            ?>
</td>
				<td class="listing" align="left"><?php 
            echo $results[$i]->info;
            ?>
</td>
			</tr>
		
			<?php 
        }
    }
    ?>
		</table>
		</td></tr>
		</table>
	<?php 
} else {
    if ($tabRequest != 0) {
        $tool->listQuery($tabRequest, "Résultats", $courseToShow);
    }
}
$obj_utils->close();
コード例 #2
0
ファイル: timer.php プロジェクト: jonhy005/nobressart
						<input type="submit" name="Submit" value="Submit">
					</td>
					
				</tr>	
			</table>	
		</td>
		<?php 
if ($tabRequest != 0) {
    ?>
		<td width="100%" align="right">
		
			<table>
				<tr>
					<td class="style1">
					<?php 
    $tool->listQuery($tabRequest, "10 Derniéres arrivées", $courseToShow);
    ?>
					</td>
				</tr>	
			</table>	
		</td>
		<?php 
}
?>
	</tr>
</table>
</form>
<?php 
$obj_utils->close();
?>
</body>