Ejemplo n.º 1
0
    echo "lable";
}
?>
" onClick="self.location='poll_set.php?action=option'"><?php 
echo $strVoteSet;
?>
</div>

<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">