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

52 lines
2.2KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
  5. <title><?php echo $cfg_webname?>_投票结果</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <link href="<?php echo $cfg_templets_skin; ?>/style/dedecms.css" rel="stylesheet" type="text/css" media="screen" />
  8. </head>
  9. <body class="flinkpage">
  10. <div class="header">
  11. <div class="top w960 center">
  12. <div class="title">
  13. <h1><a href="<?php echo $cfg_basehost;?>" title="<?php echo $cfg_webname;?>"><img src="<?php echo $cfg_templets_skin; ?>/images/logo.gif" height="54" width="216" alt=""/></a> </h1>
  14. </div><!-- /title -->
  15. </div><!-- /top -->
  16. </div><!-- /header -->
  17. <div class="w960 clear center mt1 cmt-box">
  18. <div class="sp-title">
  19. <h2><?php echo $voname?></h2>
  20. <span class="more">
  21. 投票开始时间:<?php echo $starttime?> 
  22. 投票结束时间:<?php echo $endtime?>
  23. 投票人数:<?php echo $totalcount?>
  24. </span> </div>
  25. <div class="formbox">
  26. <?php echo $rsmsg?>
  27. </div>
  28. <div class="formbox">
  29. <?php echo $votelist?>
  30. </div>
  31. </div>
  32. <!-- //底部模板 -->
  33. <div class="footer w960 center mt1 clear">
  34. <!--
  35. 为了支持织梦团队的发展,请您保留织梦内容管理系统的链接信息.
  36. 我们对支持织梦团队发展的朋友表示真心的感谢!织梦因您更精彩!
  37. -->
  38. <div class="footer_left"></div>
  39. <div class="footer_body">
  40. <p class="powered">
  41. Powered by <a href="http://www.dedecms.com" title="织梦内容管理系统(DedeCMS)--国内最专业的PHP网站管理系统,轻松建站的首选利器。" target="_blank"><strong>DedeCMS<?php echo $cfg_version; ?></strong></a> &copy; 2004-2020 <a href="http://www.desdev.cn/" target="_blank">DesDev</a> Inc.<br /><div class="copyright"><?php echo $cfg_powerby; ?>&nbsp;&nbsp;<?php echo $cfg_beian; ?></div></p>
  42. <!-- /powered -->
  43. </div>
  44. <div class="footer_right"></div>
  45. </div>
  46. </body>
  47. </html>