Ejemplo n.º 1
0
    ?>
">
										<?php 
    echo htmlspecialchars($game['name']);
    ?>
									</a>
								</td>
								<td class="hidden-xs"><?php 
    echo (isset($game['members']) ? $game['members'] : '0') . ' Teilnehmer';
    ?>
 </td>
								<td class="hidden-xs"><?php 
    echo isset($game['starttime']) ? htmlspecialchars($game['starttime']) : 'Game nicht gestartet';
    ?>
</td>
								<td class="hidden-xs"><?php 
    echo htmlspecialchars(FormatUtility::formatTime($game['duration']));
    ?>
</td>
							</tr>
							<?php 
}
?>
						</tbody>
					</table>
					</div>
				</div>
			</div>
		</div> <!-- panel -->
	</div> <!-- panel-group -->
</div>