首页 >

织梦DedeCMS模板中增加图集内容图片下载功能

织梦DedeCMS模板中增加图集内容图片下载功能。
打开 /templets/default/images/photo/heiphoto.js

织梦DedeCMS模板中增加图集内容图片下载功能

查找 if(sina.isIE)

if(sina.isIE){

this.ImgObj1.src = ‘https://liuzhongwei2023.oss-cn-shanghai.aliyuncs.com/uploads/dede/370.jpg’;

this.ImgObj1.filters[0].Apply();

this.ImgObj1.src = this.filmstrips[num].src;

this.ImgObj1.filters[0].Play();

}else{

this.ImgObj1.src = this.filmstrips[num].src;

for(i = 0;i <= 3;i ++){

this._timeOut[i] = setTimeout(“epidiascope.ImgObj1.style.opacity = ” + i * 0.3,i * 100);

};

this._timeOut[i] = setTimeout(“epidiascope.ImgObj1.style.opacity = 1;”,4 * 100);

};

下面增加一行

document.all.imgsrcs.href=(this.ImgObj1.src); //by yvsm

然后在图片内容页找个合适的放方增加一行

[右键另存为下载]


织梦DedeCMS模板中增加图集内容图片下载功能
  • 织梦DedeCMS采集文档审核后生成文档以采集时间显示
  • 织梦DedeCMS采集文档审核后生成文档以采集时间显示 | 织梦DedeCMS采集文档审核后生成文档以采集时间显示 ...

    织梦DedeCMS模板中增加图集内容图片下载功能
  • 织梦DedeCMS后台网站系统设置在PHP5.4环境中不能保存中文参数的搞定方式
  • 织梦DedeCMS后台网站系统设置在PHP5.4环境中不能保存中文参数的搞定方式 | 织梦DedeCMS后台网站系统设置在PHP5.4环境中不能保存中文参数的搞定方式 ...

    织梦DedeCMS模板中增加图集内容图片下载功能
  • 织梦DedeCMS列表页调用tag的方法 并带连接
  • 织梦DedeCMS列表页调用tag的方法 并带连接 | 织梦DedeCMS列表页调用tag的方法 并带连接 ...