closeVotes(); $page = is_numeric($_REQUEST['page'])?$_REQUEST['page']:1; ?> CAcert Board Decisions getStatement("list decision"); $stmt->execute(array($_REQUEST['id'])); } else { $stmt = $db->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; } ?>
'.$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
'; } ?>