国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global name='cfg_soft_lang'/}">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title>投票结果-<?php echo $cfg_webname; ?></title>
  7. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
  10. <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script>
  11. </head>
  12. <body class="flinkpage">
  13. <?php include("plus_header.htm"); ?>
  14. <div class="container">
  15. <div class="sp-title">
  16. <h3><?php echo $voname?></h3>
  17. <p>
  18. <span class="more">
  19. 投票开始时间:<?php echo $starttime;?><br>
  20. 投票结束时间:<?php echo $endtime;?><br>
  21. 投票人数:<?php echo $totalcount;?>
  22. </span>
  23. </p>
  24. </div>
  25. <div class="formbox">
  26. <?php echo $rsmsg; ?>
  27. </div>
  28. <div class="formbox">
  29. <?php echo $votelist; ?>
  30. </div>
  31. </div>
  32. <?php include("plus_footer.htm"); ?>
  33. </body>
  34. </html>