-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvote.htm
executable file
·38 lines (34 loc) · 1.29 KB
/
vote.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
<title><?php echo $cfg_webname?>_投票结果</title>
<link href="<?php echo $cfg_templets_skin; ?>/style/dedecms.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body class="flinkpage">
<div class="header">
<div class="top w960 center">
<div class="title">
<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>
</div><!-- /title -->
</div><!-- /top -->
</div><!-- /header -->
<div class="w960 clear center mt1 cmt-box">
<div class="sp-title">
<h2><?php echo $voname?></h2>
<span class="more">
投票开始时间:<?php echo $starttime?>
投票结束时间:<?php echo $endtime?>
投票人数:<?php echo $totalcount?>
</span> </div>
<div class="formbox">
<?php echo $rsmsg?>
</div>
<div class="formbox">
<?php echo $votelist?>
</div>
</div>
<!-- //底部模板 -->
{dede:include filename="footer.htm"/}
</body>
</html>