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

51 lines
2.1KB

  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. <link href="<?php echo $cfg_templets_skin; ?>/style/dedecms.css" rel="stylesheet" type="text/css" media="screen" />
  7. </head>
  8. <body class="flinkpage">
  9. <div class="header">
  10. <div class="top w960 center">
  11. <div class="title">
  12. <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>
  13. </div><!-- /title -->
  14. </div><!-- /top -->
  15. </div><!-- /header -->
  16. <div class="w960 clear center mt1 cmt-box">
  17. <div class="sp-title">
  18. <h2><?php echo $voname?></h2>
  19. <span class="more">
  20. 投票开始时间:<?php echo $starttime?> 
  21. 投票结束时间:<?php echo $endtime?>
  22. 投票人数:<?php echo $totalcount?>
  23. </span> </div>
  24. <div class="formbox">
  25. <?php echo $rsmsg?>
  26. </div>
  27. <div class="formbox">
  28. <?php echo $votelist?>
  29. </div>
  30. </div>
  31. <!-- //底部模板 -->
  32. <div class="footer w960 center mt1 clear">
  33. <!--
  34. 为了支持织梦团队的发展,请您保留织梦内容管理系统的链接信息.
  35. 我们对支持织梦团队发展的朋友表示真心的感谢!织梦因您更精彩!
  36. -->
  37. <div class="footer_left"></div>
  38. <div class="footer_body">
  39. <p class="powered">
  40. Powered by <a href="http://www.dedecms.com" title="织梦内容管理系统(DedeCMS)--国内最专业的PHP网站管理系统,轻松建站的首选利器。" target="_blank"><strong>DedeCMS<?php echo $cfg_version; ?></strong></a> &copy; 2004-2019 <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>
  41. <!-- /powered -->
  42. </div>
  43. <div class="footer_right"></div>
  44. </div>
  45. </body>
  46. </html>