aboutsummaryrefslogtreecommitdiff
path: root/admin/rudi/views/view.battles.list.php
blob: 573d422a12d50ba01c1f238266f68c346917dd3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

	global $db;
	
	// get all active members and members that attended the match
	// each member has a checkbox
	// -> Use AJAX oncheck to save the status of that member
	
	$battle = getBattleInfo($war_id);
	
	decho($battle);
	
	$members = getCombatSoldiers($war_id);
	
	decho($members);

?>
<h3>Engagement : <?php echo $battle['title']; ?></h3>