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.
48 lines
1.6 KiB
48 lines
1.6 KiB
{if $share_icon == 'auto'}<div class="share_icon"><img src="{DT_PATH}apple-touch-icon-precomposed.png"/></div>{/if}
|
|
<div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div>
|
|
{if $foot}
|
|
<div class="foot-bar-fix"></div>
|
|
<div class="foot-bar">
|
|
<ul>
|
|
<li class="icon-channel{if $foot=='home'}-on{/if}"><a href="{$COM[linkurl]}"><span>产品</span></a></li>
|
|
<li class="icon-time{if $foot=='news'}-on{/if}"><a href="{userurl($username, 'file=news', $domain)}"><span>动态</span></a></li>
|
|
<li class="icon-message{if $foot=='contact'}-on{/if}"><a href="{userurl($username, 'file=contact', $domain)}"><span>联系</span></a></li>
|
|
<li class="icon-more{if $foot=='honor'}-on{/if}"><a href="{userurl($username, 'file=honor', $domain)}"><span>资质</span></a></li>
|
|
<li class="icon-my{if $foot=='introduce'}-on{/if}"><a href="{userurl($username, 'file=introduce', $domain)}"><span>关于</span></a></li>
|
|
</ul>
|
|
</div>
|
|
{/if}
|
|
{if $api_stats && $stats}
|
|
{php include DT_ROOT.'/api/stats/'.$HOME['stats_type'].'/show.inc.php';}
|
|
{/if}
|
|
{if $api_kf && $kf}
|
|
{php include DT_ROOT.'/api/kf/'.$HOME['kf_type'].'/show.inc.php';}
|
|
{/if}
|
|
<script type="text/javascript">
|
|
var js_page = {$page},js_pageid = '{$js_pageid}';
|
|
$(function(){
|
|
Dhistory(js_pageid);
|
|
{if $js_pull}
|
|
Dpull(js_pageid);
|
|
{/if}
|
|
{if $js_load}
|
|
Dload(js_pageid, '{$js_load}');
|
|
{/if}
|
|
{if $js_album}
|
|
Dalbum(js_pageid);
|
|
{/if}
|
|
{if $js_item}
|
|
Ditem(js_pageid);
|
|
{/if}
|
|
{if $destoon_task}
|
|
Dtask('{$destoon_task}', {$DT[stats]});
|
|
{else}
|
|
{if $DT[stats]}
|
|
{php include DT_ROOT.'/api/stats.inc.php';}
|
|
{/if}
|
|
{/if}
|
|
});
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|