帝国cms 7.5 wap 移动端标签 (请看原文)
网站名称
<?=$public_r[sitename]?>
1
浏览(点击率):
<?=DoWapClearHtml($wapr[onclick])?>
和
<?=DoWapClearHtml($r[onclick])?>
1
2
3
详情标签:
<?=$wapr[smalltext]?>和 <?=esub($r[smalltext],120,'......')?>
1
标题标签:
<?=$wapr[title]?>和<?=esub($wapr[title],34)?>
1
自定义导航或栏目导航
<a href="cxy.php"><?=$class_r[128]['classname']?></a>
1
图片列表标签
<?php
$wapsql=ewap_eloop(2,9,0,1);
while($wapr=$empire->fetch($wapsql))
{
$wapsr=ewap_eloop_sp($wapr);
$titleurl="show.php?classid=".$r[classid]."&id=".$r[id]."&style=".$wapstyle."&bclassid=".$bclassid."&cid=".$classid."&cpage=".$page;
//截取字数
if($pr['wapsubtitle'])
{
$r[title]=sub($r[title],0,$pr['wapsubtitle'],false);
}
//时间格式
$r[newstime]=date($pr['wapshowdate'],$r[newstime]);
?>
<!--图片列表-->
<dl class="pro_con">
<dt class="pro_picture"><a href="<?=$wapsr[titleurl]?>" data-ajax="false"><img width="100%" alt="<?=$wapr[title]?>" src="<?=$wapr[titlepic]?>"></a></dt>
<dd class="pro_name">
<h4><a title="<?=$wapr[title]?>" href="<?=$wapsr[titleurl]?>" data-ajax="false"><?=$wapr[title]?></a></h4></dd>
<dd class="orange">
</dd>
</dl>
<?php
}
?>
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
文章列表标签
<?php
$wapsql=ewap_eloop(91,3,0,0);
while($wapr=$empire->fetch($wapsql))
{
$wapsr=ewap_eloop_sp($wapr);
?>
<dl>
<dt><a title="<?=$wapr[title]?>" href="<?=$wapsr[titleurl]?>" data-ajax="false"> <?=esub($wapr[title],34)?></a></dt>
<dd><?=$wapr[smalltext]?></dd>
</dl>
<?
}
?>
1
2
3
4
5
6
7
8
9
10
11
12
13
一级导航标签:
<?php
$sqld=$empire->query("select * from {$dbtbpre}enewsclass where bclassid=0 and showclass=0 order by myorder,classid limit 0,10");
while($rd=$empire->fetch($sqld))
{
$classurl="list.php?classid=".$rd[classid]."&bclassid=".$bclassid;
?>
<li><a href="<?=$classurl?>"><?=DoWapClearHtml($rd[classname])?></a></li>
<?php
}
?>
1
2
3
4
5
6
7
8
9
10
栏目简介:
<?=DoWapRepNewstext($classr[intro])?>
1
栏目名称:
<?=$class_r[$wapr[classid]][classname]?>
1
栏目别名:
<?=$wapsr[classname]?>
1
热度:
<?=DoWapClearHtml($r[onclick])?>
1
标题:
<?=DoWapClearHtml($wapr[title])?>
1
手机端去除滚动条
<meta name="viewport" content="width=device-width, initial-scale=1">
和
<meta name="viewport" id="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
1
2
3
编辑:
<?=DoWapClearHtml($wapr[writer])?>
1
调用栏目链接:
<?=$class_r[栏目ID]['classpath']?>/
1
今天就分享这些,后续会分享更多实用标签。
————————————————
|