aboutsummaryrefslogtreecommitdiff
path: root/admin/rudi/views/view.battles.list.php
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2011-04-17 20:13:07 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2011-04-17 20:13:07 -0400
commit0077cb99704fe863cf731fc5cab792af2ede96c2 (patch)
treedd68f44971aa2aee821f588d33b250dcd2fe57e3 /admin/rudi/views/view.battles.list.php
parente8b28c5e910d92cbec3d4baa6e98f025e8418d28 (diff)
downloadbayonetcms-0077cb99704fe863cf731fc5cab792af2ede96c2.tar.gz
Backporting retarded amount of changes outside of version control
Diffstat (limited to 'admin/rudi/views/view.battles.list.php')
-rw-r--r--admin/rudi/views/view.battles.list.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/admin/rudi/views/view.battles.list.php b/admin/rudi/views/view.battles.list.php
new file mode 100644
index 0000000..573d422
--- /dev/null
+++ b/admin/rudi/views/view.battles.list.php
@@ -0,0 +1,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> \ No newline at end of file