Example #1
0
}
?>
       <div class="gsub1"><img src="<?php 
echo RESOURCE_DIR;
?>
img/hcar_1.gif" width="19" height="28" /></div>
        <div class="gsub2">热门标签</div>
        <div class="gsub3"><img src="<?php 
echo RESOURCE_DIR;
?>
img/hcar_4.gif" width="7" height="28" /></div>
        <div class="gsub4_2">
        	<?php 
if (!HOT_TOPIC_URL) {
    echo hg_show_null(" ", "暂未标注地点!", 1);
} else {
    ?>
        	 <script src="<?php 
    echo HOT_TOPIC_URL;
    ?>
" type="text/javascript"></script> 
        	<?php 
}
?>
        </div>
    </div>
</div>
<?php 
include hg_load_template('status_pub');
echo hg_advert('play_1');
include hg_load_template('foot');
Example #2
0
?>
</a>
	    		</span>
    			<span class="u-show4">
	    			<a href="<?php 
echo hg_build_link(SNS_VIDEO . 'my_video.php', $user_param);
?>
"><?php 
echo $user_info['video_count'];
?>
</a>
	    		</span>
		</div>
		</div>
		<?php 
echo hg_advert('left_1');
?>
		<div class="bk-top1">点滴导航</div>
		<div class="wb-block1">
			<div class="menu">
			<?php 
foreach ($this->settings['nav'] as $k => $v) {
    if ($k == $gScriptName) {
        ?>
				<a class="<?php 
        echo $v['class'];
        ?>
_click" href="<?php 
        echo hg_build_link($v['filename']);
        ?>
"></a>
Example #3
0
<div class="pop" id="pop">
<span style="font-size:12px;color:#0082CB;width:auto;" onclick="closevideo()">关闭</span>
<div id="pop_s"></div>
</div>	
<div class="news-latest">
<?php 
echo hg_advert('index_1');
?>
	<div class="tp"></div>
	<div class="md"><img style="display:none;" id="new_img" src="./res/img/loading.gif"/><a style="display:none;" id="new_st" href="javascript:void(0);" onclick="new_status(<?php 
echo hg_get_cookie('since_id');
?>
);">有新点滴,点击查看</a></div>
</div>
<ul id="list" class="list clear">
<?php 
foreach ($statusline as $key => $value) {
    $user_url = hg_build_link('user.php', array('user_id' => $value['member_id']));
    $text = hg_verify($value['text']);
    $text_show = ':' . ($value['text'] ? $value['text'] : $this->lang['forward_null']);
    if ($value['reply_status_id']) {
        $forward_show = '//@' . $value['user']['username'] . ' ' . $text_show;
        $title = $this->lang['forward_one'] . $value['retweeted_status']['text'];
        $status_id = $value['reply_user_id'];
    } else {
        $forward_show = '';
        $title = $this->lang['forward_one'] . $value['text'];
        $status_id = $value['member_id'];
    }
    $text_show = hg_verify($text_show);
    $transmit_info = $value['retweeted_status'];