closeVotes(); $page = is_numeric($_REQUEST['page'])?$_REQUEST['page']:1; ?> CAcert Board Decisions getStatement("close decision"); $status = -2; $stmt->bindParam(":status",$status); $stmt->bindParam(":decision",$_REQUEST['id']); $stmt->execute(); } if ($_REQUEST['motion']) { $stmt = $db->getStatement("list decision"); $stmt->execute(array($_REQUEST['motion'])); } else { $stmt = $db->getStatement("list decisions"); $stmt->execute(array($page)); } $items = 0; $id = -1; while ($row = $stmt->fetch()) { $items++; $id = $row['id']; ?>
Status Motion Actions
"> ".$row['due']." UTC"; break; case 1: echo "Approved
".$row['modified']." UTC"; break; case -1: echo "Declined
".$row['modified']." UTC"; break; case -2: echo "Withdrawn
".$row['modified']." UTC"; break; } ?>
'.$row['tag']; ?>


Due: UTC
Proposed: ( UTC)
Required Votes:
Majority: %
Aye|Naye|Abstain: ||
getStatement("list votes"); $vstmt->execute(array($row['id'])); echo "Votes:
"; while ($vrow = $vstmt->fetch()) { echo "".$vrow['name']." ".$state[$vrow['vote']+1]."
"; } } else { echo 'Show Votes
'; } ?>
 
Motion Withdrawn