phpcms:八、show.html
标题:{$title}
来源:{$copyfrom}
评论:<a href="#comment_iframe" id="comment">0</a>【js】
点击:<span id="hits"></span>【带上js】 <script language="JavaScript"
src="{APP_PATH}api.php?op=count&id={$id}&modelid={$modelid}"></script>
描述:{if $description}<div class="summary" >{$description}</div>{/if}
如果有权限:{if $allow_visitor==1},显示内容:{$content}。
如果有投票:{if $voteid}<script language="javascript" src="{APP_PATH}
index.php?m=vote&c=index&a=show&action=js&subjectid={$voteid}
&type=2"></script>{/if}
投票的id:{$voteid}
阅读花费点数:{$readpoint}
支付类型:{if $paytype}元{else}点{/if}(如果有支付类型显示‘元’,否则显
示点‘数’)
子标题:{if $titles}(如果存在子标题)
显示子标题列表:
-----------------------------------------------------------------------
{if $titles}
<fieldset>
<legend class="f14">本文导航</legend><ul class="list blue row-2">
{loop $titles $r}
<li>{$n}、<a href="{$r[url]}">{$r[title]}</a></li>
{/loop}
</ul>
</fieldset>
{/if}
---------------------------------------------------------------------
分页:{$pages}
关键词:{loop $keywords $keyword}<a href="{APP_PATH}index.php?
m=content&c=tag&a=lists&tag={urlencode($keyword)}" class="blue">
{$keyword}</a> {/loop}
上一篇:<a href="{$previous_page[url]}">{$previous_page[title]}</a>
下一篇:<a href="{$next_page[url]}">{$next_page[title]}</a>
----------------------------------------------------------------------
相关文章:{pc:content action="relation" relation="$relation" id="$id"
catid="$catid" num="5" keywords="$rs[keywords]"}
{if $data}
<div class="related">
<h5 class="blue">延伸阅读:</h5>
<ul class="list blue lh24 f14">
{loop $data $r}
<li>·<a href="{$r[url]}" target="_blank">
{$r[title]}</a><span>({date('Y-m-d',$r[inputtime])})</span></li>
{/loop}
</ul>
</div>
{/if}
{/pc}
-------------------------------------------------------------------------
心情: {if module_exists('mood')}<script type="text/javascript"
src="{APP_PATH}index.php?m=mood&c=index&a=init&id={id_encode($catid,$id,
$siteid)}"></script>{/if}
-------------------------------------------------------------------------
分享到:
<div class="Article-Tool">
分享到:
<img
src="http://v.t.qq.com/share/images/s/weiboicon16.png" style="padding-
bottom:3px;" onclick="postToWb();" class="cu" title="分享到腾讯微
博"/><script type="text/javascript">
function postToWb(){
var _t = encodeURI(document.title);
var _url = encodeURIComponent(document.location);
var _appkey = encodeURI
("cba3558104094dbaa4148d8caa436a0b");
var _pic = encodeURI('{$thumb}');
var _site = '';
var _u = 'http://v.t.qq.com/share/share.php?url='+_url
+'&appkey='+_appkey+'&site='+_site+'&pic='+_pic+'&title='+_t;
window.open( _u,'', 'width=700, height=680, top=0,
left=0, toolbar=no, menubar=no, scrollbars=no, location=yes,
resizable=no, status=no' );
}
</script>
<script type="text/javascript">document.write('<a
href="http://v.t.sina.com.cn/share/share.php?url='+encodeURIComponent
(location.href)+'&appkey=3172366919&title='+encodeURIComponent
('{new_addslashes($title)}')+'" title="分享到新浪微博" class="t1"
target="_blank"> </a>');</script>
<script type="text/javascript">document.write('<a
href="http://www.douban.com/recommend/?url='+encodeURIComponent
(location.href)+'&title='+encodeURIComponent('{new_addslashes
($title)}')+'" title="分享到豆瓣" class="t2"
target="_blank"> </a>');</script>
<script type="text/javascript">document.write('<a
href="http://share.renren.com/share/buttonshare.do?
link='+encodeURIComponent(location.href)+'&title='+encodeURIComponent
('{new_addslashes($title)}')+'" title="分享到人人" class="t3"
target="_blank"> </a>');</script>
<script type="text/javascript">document.write('<a
href="http://www.kaixin001.com/repaste/share.php?
rtitle='+encodeURIComponent('{new_addslashes
($title)}')+'&rurl='+encodeURIComponent(location.href)+'&rcontent="
title="分享到开心网" class="t4" target="_blank"> </a>');</script>
<script type="text/javascript">document.write('<a
href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?
url='+encodeURIComponent(location.href)+'" title="分享到QQ空间"
class="t5" target="_blank"> </a>');</script>
<span id='favorite'>
<a href="javascript:;" onclick="add_favorite
('{addslashes($title)}');" class="t6">收藏</a>
</span>
</div>
===================================================================
评论:
{if $allow_comment && module_exists('comment')}
<iframe src="{APP_PATH}index.php?
m=comment&c=index&a=init&commentid={id_encode("content_$catid",$id,
$siteid)}&iframe=1" width="100%" height="100%" id="comment_iframe"
frameborder="0" scrolling="no"></iframe>
<div class="box">
<h5>评论排行</h5>
{pc:comment action="bang"
siteid="$siteid" cache="3600"}
<ul class="content list blue f14 row-2">
{loop $data $r}
<li>·<a href="{$r[url]}" target="_blank">
{str_cut($r[title], 40)}</a><span>({$r[total]})</span></li>
{/loop}
</ul>
{/pc}
</div>
{/if}
-------------------------------------------------------
是否允许评论:$allow_comment
是否存在评论模块:module_exists('comment')
评论排行: {pc:comment action="bang" siteid="$siteid" cache="3600"}
<ul class="content list blue f14 row-2">
{loop $data $r}
<li>·<a href="{$r[url]}" target="_blank">
{str_cut($r[title], 40)}</a><span>({$r[total]})</span></li>
{/loop}
</ul>
{/pc}
======================================================================
在内容页获取他的栏目id:{$catid}
在js中可以直接写入phpcms标签,格式如下:
{APP_PATH}
例如:$.getJSON('{APP_PATH}api.php?
op=add_favorite&title='+encodeURIComponent
(title)+'&url='+encodeURIComponent(location.href)+'&'+Math.random
()+'&callback=?'
phpcms:八、show.html的更多相关文章
- 织梦cms、帝国cms、PHPcms优缺点解析
php才是建站的主流,cms这类程序又是用的最多的,占据主流的cms主要就是织梦,帝国,phpcms这三种的,这三个程序都是开源程序.国内用户众多. 一.从美观性来说(以官方默认模版为准 ph ...
- phpcms v9二次开发笔记
phpcms是基于MVC结构的. 安装: 下载phpcms_v9.5.9_UTF8.zip:新建目录phpcms,将压缩包里install_package目录下所有文件复制到phpcms目录.浏览器输 ...
- 织梦cms PHPcms 帝国cms比较
现在建网站不需要请程序员从基础的程序开发做起了,有专业的建站工具,CMS是使用最广泛的建站工具.CMS是Content Management System 现在建网站不需要请程序员从基础的程序开发做起 ...
- 主流的phpcms分析
小型网站适合wordpress,onethink,joomla(囧啦) wordpress(免费开源) 优点:1.样式丰富,模板重多 2. 安全性 3. 对搜索引擎友好,收录快. ...
- phpcms笔记
一.建立虚拟站点 1.先更改www目录下的站点名称,再找到apache, 打开"Apache2\conf\extra"下的"httpd-vhosts.conf" ...
- Phpcms·二次开发
PHPCMS V9产品介绍 PHPCMS V9(简称V9)采用PHP5+MYSQL做为技术基础进行开发.V9采用OOP(面向对象)方式进行基础运行框架搭建.模块化开发方式做为功能开发形式.框架易于功能 ...
- 邓_ Phpcms·二次开发
PHPCMS V9产品介绍 PHPCMS V9(简称V9)采用PHP5+MYSQL做为技术基础进行开发.V9采用OOP(面向对象)方式进行基础运行框架搭建.模块化开发方式做为功能开发形式.框架易于功能 ...
- phpcms开发使用
二次开发入口文件: 1.dirname(__FILE___) 函数返回的是脚本所在在的路径 2.__FILE__ 当前运行文件的完整路径和文件名.如果用在被包含文件中,则返回被包含的文件名. 3.DI ...
- 如何一步一步用DDD设计一个电商网站(八)—— 会员价的集成
阅读目录 前言 建模 实现 结语 一.前言 前面几篇已经实现了一个基本的购买+售价计算的过程,这次再让售价丰满一些,增加一个会员价的概念.会员价在现在的主流电商中,是一个不大常见的模式,其带来的问题是 ...
随机推荐
- PHPSTORM实用快捷键
alt + F7 find usages 功能,可以很方便的找到函数在哪里调用了 Ctrl + E 可查看最近打开文件或项目 项目名右键选择"Local History | Show His ...
- lesson8:AtomicInteger源码解析及性能分析
AtomicInteger等对象出现的目的主要是为了解决在多线程环境下变量计数的问题,例如常用的i++,i--操作,它们不是线程安全的,AtomicInteger引入后,就不必在进行i++和i--操作 ...
- java.util.Map.Entry接口
java.util.Map.Entry接口主要就是在遍历map的时候用到,给你个例子:package test;import java.util.*;import java.util.Map.Entr ...
- c# WPF 项目优化
业务流程图 优化前后对比: 优化过程: 1. 界面刷新,特别是表格刷新 把ListView.DataContext = DataSet 这些代码替换成以下: public static void S ...
- VirtualBox虚拟机网络设置
VirtualBox虚拟机网络设置 测试环境:物理机win10企业版本,VirtaulBox版本5.0.14,虚拟机安装Windows XP及linux系统 想实现虚拟机上网的最简单方式,修改虚拟机网 ...
- input事件以及中文输入法的处理
在项目的开发过程中,相信大家都处理过监听用户输入的事情,一般我们会用到onkeyup.onkeydown.onkeypress.onchange.oninput事件,虽然都很熟悉了,但是还是有必要巩固 ...
- HTML与CSS入门——第六章 使用字体
知识点: 1.粗体.斜体和特殊文本格式的使用 2.字体的调整方法 3.特殊字符的使用方法 6.1 粗体.斜体和特殊文本格式: font-weight控制粗细 加粗<strong> font ...
- 百度前端笔试题目--css 实现一个带尖角的正方形
今天在牛客网上看到这道题,发现自己并不会,看来自己css都没怎么学习,也不怎么会用.看了下答案,不是很明白,也在网上搜集了一些资料和解法,感觉一些同学博客上也写了一些解法和拓展,所以就在这里借鉴一下咯 ...
- spring 配置文件 引入外部的property文件的两种方法
spring 的配置文件 引入外部的property文件的两种方法 <!-- 引入jdbc配置文件 方法一 --> <bean id="propertyConfig ...
- 读书笔记_Effective_C++_条款十五:在资源类管理类中提供对原始资源的访问
void f(int* a) { cout <<* a << endl; } int main() { shared_ptr<int> p(new int(3)); ...