符合中小企业对网站设计、功能常规化式的企业展示型网站建设
本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...
商城网站建设因基本功能的需求不同费用上面也有很大的差别...
手机微信网站开发、微信官网、微信商城网站...
本来不想回答
专注于为中小企业提供成都网站设计、成都做网站服务,电脑端+手机端+微信端的三站合一,更高效的管理,为中小企业苏仙免费做网站提供优质的服务。我们立足成都,凝聚了一批互联网行业人才,有力地推动了上千多家企业的稳健成长,帮助中小企业通过网站建设实现规模扩充和转变。
去年做过项目4表联合
拿去自己改吧
不会改就没办法
不解释
[e:loop={'select *
from
(
(select id,classid,istop,title,titleurl,titlepic,newstime from phome_ecms_news where istop=1 order by newstime desc limit 13 )
Union All
(select id,classid,istop,title,titleurl,titlepic,newstime from phome_ecms_news1 where istop=1 order by newstime desc limit 13)
Union All
(select id,classid,istop,title,titleurl,titlepic,newstime from phome_ecms_news2 where istop=1 order by newstime desc limit 13)
Union All
(select id,classid,istop,title,titleurl,titlepic,newstime from phome_ecms_news3 where istop=1 order by newstime desc limit 13)
) as A order by newstime desc limit 20',0,24,0}]
?php
$fb=$empire-fetch1("select *
from
(
(select id,classid,smalltext from phome_ecms_news_data_1 where id='$bqr[id]' and classid='$bqr[classid]')
Union All
(select id,classid,smalltext from phome_ecms_news1_data_1 where id='$bqr[id]' and classid='$bqr[classid]')
Union All
(select id,classid,smalltext from phome_ecms_news2_data_1 where id='$bqr[id]' and classid='$bqr[classid]')
Union All
(select id,classid,smalltext from phome_ecms_news3_data_1 where id='$bqr[id]' and classid='$bqr[classid]')
) as A");
?
li class="clearfix"
a target='_blank' href="?=$bqr[titleurl]?" title="?=$bqr[title]?" class="index-img"img src="?=$bqr[titlepic]?$bqr[titlepic]:'404.jpg'?" alt="?=$bqr[title]?"/a
div class="index-text"
h1a target='_blank' href="?=$bqr[titleurl]?"?=$bqr[title]?/a
/h1
div class="index-con"/div
div class="index-intro"a target="_blank" href="?=$bqr[titleurl]??from=index_new_intro"?=$fb[smalltext]?/a/div
div class="index-like clearfix"
span class="time"
?php
$fr=$empire-fetch1("select *
from
(
(select id,classid,infotags from phome_ecms_news_data_1 where id='$bqr[id]' and classid='$bqr[classid]')
Union All
(select id,classid,infotags from phome_ecms_news1_data_1 where id='$bqr[id]' and classid='$bqr[classid]')
Union All
(select id,classid,infotags from phome_ecms_news2_data_1 where id='$bqr[id]' and classid='$bqr[classid]')
Union All
(select id,classid,infotags from phome_ecms_news3_data_1 where id='$bqr[id]' and classid='$bqr[classid]')
) as A");
$keyr=explode(',',$fr[infotags]);
for($i=0;$i2;$i++)
{
echo'spana href="/liaotian/tags-'.$keyr[$i].'-0.html" target=_blank'.$keyr[$i].'/a/span ';
}
?
/span
span class="time"?=format_datetime($bqr[newstime],"m-d")?/span
div class="post-ope"
a href="/e/public/digg/?classid=?=$bqr[classid]?id=?=$bqr[id]?dotop=1ajaxarea=diggnum?=$bqr[id]?" class="post-like-btn post-like" id="post-like-top-btn"
script
document.write('script src="/e/public/ViewClick/?classid=?=$bqr[classid]?id=?=$bqr[id]?down=5?t='+Math.random()+'"'+'/script');
/script
/a
/div
/div
/div
/li
[/e:loop]
功能:联合取4表数据
关联取附表简介
并取标签
附加顶功能
动态浏览量等
网站的title 如果在模板里面有定义的话,是可以在 后台 设置的
首页支持的变量:
[!--pagetitle--]:网站名称
[!--pagedes--]:页面描述
[!--pagekey--]:页面关键字
模板内写好变量后, 在后台 : 系统 - 系统设置 - 系统参数设置
网站名称 对应的就是 模板里的 [!--pagetitle--]
内容分页标题:帝国cms列表标题1与列表标题2(分页标题)如何设置
不带分页标题标签:[!--pagetitle--]
举二个调用示例:
复制代码 代码示例:
title帝国cms列表标题1与列表标题2(分页标题)如何设置_[!--class.name--]/title (带分页标题,未设置分页标题自动加页码)
title[!--pagetitle--]_[!--class.name--]/title (不调用分页标题,多页内容标题相同)
二、再来看列表分页标题。
列表分页页码:[!--list.pageno--]
复制代码 代码示例:
title[!--pagetitle--][!--list.pageno--]/title (列表标题1,列表标题2……)
直接使用列表目录页,也就是列表第一页标题就变成“列表标题1”,也带了页码。
修改:/e/class/functions.php
找到
复制代码 代码示例:
//取得分页参数
$returnpager=$thefun($num,$pagenum,$dolink,$dotype,$page,$lencord,$ok,$myoptions);
$showpage=$returnpager['showpage'];
$myoptions=$returnpager['option'];
$list1=str_replace($bereplistpage,$showpage,$list_r[0]);
$list2=str_replace($bereplistpage,$showpage,$list_r[2]);
//多余数据
if($changerow=$rownum$listtext$list_r[1])
{
$string.=$listtext;
}
$listtext=$list_r[1];
$changerow=1;
$string=$list1.$string.$list2;
//替换分页数
$string=str_replace('[!--list.pageno--]',$pagenum,$string);
WriteFiletext($path,$classlevel.$string);
$string='';
}
$no++;
}
$empire-free($sql);
}
做如下的相应修改。
将
复制代码 代码示例:
$string=str_replace('[!--list.pageno--]',$pagenum,$string);
修改为:
复制代码 代码示例:
$string=str_replace('[!--list.pageno--]',$pagenum==1?'':$pagenum,$string);
这个挺简单的,建议用DW进行修改,这样不会出现编码格式不同,
把网站根目录下面的index.php文件下载到本地,然后用工具打开编辑,在网页的顶部,你会看到一对title/title标签,里面默认的是“帝国网站管理系统 - Powered by EmpireCMS”,您可以把默认的删除,修改成你想要的网站标题;修改了标题之后,还需修改一下meta标签内的keywords(关键字)和description(网站内容描述)属性,把keywords里面的content这字段内的内容修改成你网站的关键字,把description里面的content这字段内的内容修改成你网站的内容简介;保存上传就可以了。希望楼主采纳~~~