closeVotes(); $page = is_numeric($_REQUEST['page'])?$_REQUEST['page']:1; ?> CAcert Board Decisions getStatement("list decisions"); $stmt->execute(array($page)); $items = 0; while ($row = $stmt->fetch()) { $items++; ?>
Status Motion Actions
"> ".$row['due']." UTC"; break; case 1: echo "Approved
".$row['modified']." UTC"; break; case -1: echo "Declined
".$row['modified']." UTC"; break; } ?>



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]."
"; } } ?>