国内流行的内容管理系统(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.

36 lines
1.3KB

  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. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css">
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
  11. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/index.css">
  12. <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script>
  13. </head>
  14. <body class="flinkpage">
  15. <?php include("plus_header.htm") ; ?>
  16. <div class="container">
  17. <div class="sp-title">
  18. <h3><?php echo $voname?></h3>
  19. <p>
  20. <span class="more">
  21. 投票开始时间:<?php echo $starttime;?> 
  22. 投票结束时间:<?php echo $endtime;?>
  23. 投票人数:<?php echo $totalcount;?>
  24. </span>
  25. </p>
  26. </div>
  27. <div class="formbox">
  28. <?php echo $rsmsg; ?>
  29. </div>
  30. <div class="formbox">
  31. <?php echo $votelist; ?>
  32. </div>
  33. </div>
  34. <?php include("plus_footer.htm") ; ?>
  35. </body>
  36. </html>