<div class="formzone"> <?php $cc = $_REQUEST["cc"]; $id = $_REQUEST["id"]; $vote = new Vote(); if ($cc == $strVoteNewGroup) { $vote->create_poll(); SayOk($strVoteCreatOk, $PHP_SELF . "?{$action}=new", ""); } if (!isset($action)) { $action = ''; } if ($action == "delete") { echo $vote->delete_poll($id); } if ($action == "new" || $action == "") { ?> <div class="tablezone"> <form action="" method="post" name="poll"> <table width="100%" border="0" cellpadding="5" cellspacing="0"> <tr> <td width="90" > <?php echo $strVoteTitle; ?> </td>