示例#1
0
<?php

defined('IN_IA') or exit('Access Denied');
?>
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
	<meta name="apple-mobile-web-app-capable" content="yes">
	<meta name="apple-mobile-web-app-status-bar-style" content="black">
	<meta name="format-detection" content="telephone=no">
	<title>投票结束</title>
	<?php 
echo register_jssdk();
?>
	<link type="text/css" rel="stylesheet" href="../addons/ewei_vote/style/vote.css" />
	<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
</head>
<body>
<div class="wrapper" style="margin-top:-8px;">
	<img class="bg" src="../addons/ewei_vote/style/images/bg.jpg">
	<div class="top fn-clear">
		<div class="title-cont">
			<p class="title"><?php 
echo $reply['title'];
?>
</p>
			<p class="timeout" style='padding-left:15px;'><img class="clock" src="../addons/ewei_vote/style/images/clock.png"><span class="text"><?php 
echo $limits;
?>
示例#2
0
	
	<span class="cropyt" style="text-align: center;"><?php 
echo $share['copyright'];
?>
</span>
</div>
 
<div id="mcover" onclick="$(this).hide()"><img src="../addons/mon_weishare/images/guide.png"></div>

<script>require(['bootstrap']);</script>


			
			
	<?php 
echo register_jssdk(false);
?>
<script type="text/javascript">

	wx.ready(function () {
		sharedata = {
			title: "<?php 
echo $share['shareTitle'];
?>
",
			desc: "<?php 
echo $share['shareContent'];
?>
",
			link: '<?php 
echo $_W['siteroot'];
示例#3
0
} else {
    ?>
class="fa fa-thumbs-o-up"<?php 
}
?>
 ></i> 赞&nbsp;<?php 
echo $detail['dianzan'];
?>
</span>
	<span class="" > &nbsp;</span>
	<span class="" onclick="$('#mcover').show()"><i class="fa fa-share-alt"></i> 转发</span>
	<span class="" onclick="$('#mcover').show()"><i class="fa fa-group"></i> 分享</span>
</div>
<div id="mcover"  onclick="$(this).hide()"><img src="./resource/images/guide.png"></div>
<?php 
echo register_jssdk(true);
$_share = array('content' => $detail['description'], 'title' => $detail['title'], 'imgUrl' => $detail['thumb']);
?>
<script>
	require(['jquery'], function($){
		$('#category_show').click(function(){
			$('.head .order').toggleClass('hide');
		});
                
                //点赞ajax处理
                /*$('.dianzan').click(function(){
                    var url = "<?php 
echo url('site/site/dianzan/', array('id' => $detail['id'], 'zan' => $detail['dianzan']));
?>
";
                    $.post(url,function(dat){