-
DYCMS[后台调用]调用数据字典(单项)
<td class="radiolist"> <?php $dictsql="select id,mingcheng from dict_item where dictid=3 order by paixu asc,id asc&qu...
DYCMS / 2024-10-13
-
DYCMS[插件]系统自带插件
/inc/bootstrap/ bootstrap前端框架/inc/checkboxstyle/ 单选、多选按钮美化/inc/font-awesome/ font-awesome字体图标/inc/kindeditor/ kindeditor富文本编辑器/inc/laydate/ laydate...
DYCMS / 2020-09-02
-
DYCMS[后台调用]调用数据字典(下拉列表)
<select class="input_select" name="xitong" id="xitong"><?php$dictsql="select id,mingcheng from dict_item where dictid=3 order by paixu asc,id asc&...
DYCMS / 2020-08-23
-
DYCMS[插件]自适应全屏BANNER焦点图
演示效果: 使用说明: 1、引入 jQuery库 2、安装插件: 点击下载 下载附件解压并上传到/Skin/目录下面 3、调用代码: <div class="f...
DYCMS / 2020-04-28
-
DYCMS[前台调用]列表页根据不同分类显示不同内容
<?php if($sortid==1 or $sortinfo["pid"]==1){ ?> 显示内容... <?php } } ?>...
DYCMS / 2019-08-16
-
DYCMS[前台调用]设为首页、加入收藏代码
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://<?php block(2)?>');">设为首页</a> <a href="javascript:window.external.AddFavorite('http...
DYCMS / 2019-08-13
-
DYCMS[前台调用]上一篇、下一篇
调用代码: <div class="prev_next"> <p class="prev">上一篇:<?php echo previnfo(36);?></p> <p class="next">下一篇:<?php echo nextinfo(36);?></p> </di...
DYCMS / 2019-07-18
-
DYCMS[前台调用]评论调用
评论显示代码: <!--评论开始--> <div class="comment_03"><h1>我要评论</h1></div> <form name="commentfrm" id...
DYCMS / 2019-07-16