aboutsummaryrefslogtreecommitdiff
path: root/modules/rudi/views/view.drills.php
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2010-01-03 17:22:00 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2010-01-03 17:22:00 -0500
commitedcc2f1bd2de5602390fc7a5d313428255afd0b6 (patch)
tree9015081c412b02964e8bdaa79d668976e18f7cf0 /modules/rudi/views/view.drills.php
parenta0e57d6a4ada58e25e713882c8af4483c6734acb (diff)
downloadbayonetcms-edcc2f1bd2de5602390fc7a5d313428255afd0b6.tar.gz
- view.roster.php replaced view.current.php
- Roster generation code completed by OC (yay!). - Class RUDI_Information added to grab unit information. - Views have been added from Unit/Platoon information, however, OC decided not to use the right table so everything needs to be moved around (not so yay!) git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@442 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'modules/rudi/views/view.drills.php')
-rw-r--r--modules/rudi/views/view.drills.php28
1 files changed, 2 insertions, 26 deletions
diff --git a/modules/rudi/views/view.drills.php b/modules/rudi/views/view.drills.php
index 084be97..06fbe62 100644
--- a/modules/rudi/views/view.drills.php
+++ b/modules/rudi/views/view.drills.php
@@ -1,24 +1,3 @@
-<html>
-<head>
- <title>Drills</title>
-
-<style type="text/css">
-p {color: white; }
-body {background-color: black; }
-th.header {
- width:175px;
- background:#333;
-}
-
-td.rudi {
- text-align: center;
- vertical-align: middle;
-}
-</style>
-
-</head>
-<body>
-
<?php
function Rating($val)
@@ -45,7 +24,7 @@ OpenTable("Drills");
if(isset($_GET['id']))
{
-
+ decho($this->drills);
foreach($this->drills as $drill)
{
$name = $drill->last_name . ', ' . $drill->first_name;
@@ -93,7 +72,4 @@ foreach($this->drills as $drill)
}
CloseTable();
-?>
-
-</body>
-</html> \ No newline at end of file
+?> \ No newline at end of file