Ejemplo n.º 1
0
<?php

require "./header.htm";
require_once './api/OperatorVotingDB.php';
$ovdb = new OperatorVotingDB();
//获取前20名
$row20 = $ovdb->getVotesSortByCount(20);
$rowAll = $ovdb->getVotesGroupByLabel();
?>
<script language="javascript">
function checkfrom()
{
    return confirm('提交投票结果?');
}
</script>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	
	<title>CSS | Scrolling Sidebar from CSS-Tricks</title>
	
	<style type="text/css">
        #sidebar { width: 190px; position: fixed; left: 27%; top: 90%; margin: 0 0 0 110px; }

    </style>
    
    <!--[if IE 6]>
	   <style type="text/css">
	       html, body { height: 100%; overflow: auto; }
	       #sidebar { position: absolute; }
	       #page-wrap { margin-top: -5px; }
	       #ie6-wrap { position: relative; height: 100%; overflow: auto; width: 100%; }