|
Umfragen
|
Go to the source code of this file.
Functions | |
| make_url ($sort, $order) | |
| make_table ($db, $poll, $editable=false) | |
Variables | |
| $db = new db( DB_USER, DB_PASS, DB_DATABASE, DB_HOST ) | |
| $config = new config($db) | |
| $edit = "" | |
| if(isset($_GET["view_csv"])) else if(isset($_GET["dl_csv"])) else if(isset($_GET["view_html"])) else if(isset($_GET["edit_html"])) else if(isset($_GET["view_count"])) else if(isset($_GET["view_charts"])) | $status_human_readable |
| $polltype_human_readable = array(POLLTYPE_SIMPLE=>"Einfache Konfiguration",POLLTYPE_ADVANCED=>"Erweiterte Konfiguration") | |
| if(($edit=="show html results") OR($edit=="edit html results")) if($edit=="show html results") else if($edit=="edit html results") else if($edit=="show count") else | if ($edit=="show charts") |
| make_table | ( | $db, | |
| $poll, | |||
$editable = false |
|||
| ) |
Definition at line 85 of file results.show.php.
| make_url | ( | $sort, | |
| $order | |||
| ) |
Definition at line 43 of file results.show.php.
Definition at line 38 of file results.show.php.
Definition at line 37 of file results.show.php.
| $edit = "" |
Definition at line 169 of file results.show.php.
| $polltype_human_readable = array(POLLTYPE_SIMPLE=>"Einfache Konfiguration",POLLTYPE_ADVANCED=>"Erweiterte Konfiguration") |
Definition at line 221 of file results.show.php.
| if (isset($_GET["view_csv"])) else if (isset($_GET["dl_csv"])) else if (isset($_GET["view_html"])) else if (isset($_GET["edit_html"])) else if (isset($_GET["view_count"])) else if (isset($_GET["view_charts"])) $status_human_readable |
Definition at line 215 of file results.show.php.
| if |
Definition at line 325 of file results.show.php.