|
Not Found
The requested URL /data/attachment/album/201610/14/171047jiomwy70nd1oea5m.png\"+target=\"_blank\"+target=\"_blank\"+target=\"_blank\"+target=\"_blank was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Not Found
The requested URL /data/attachment/album/201610/14/171047jiomwy70nd1oea5m.png\"+target=\"_blank\"+target=\"_blank\"+target=\"_blank\"+target=\"_blank was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
teplete--default-conmmon中moudel.css文件
/** home::space,formu,viewthead,group.....前面添加home::space,teplete--default-home中
space_blog_view尾部添加脚本
<script type="text/javascript">
var zoomgroup = {};
var aimgcount = [];
aimgcount[1] = [];
var imgs = $('blog_article').getElementsByTagName('img'); // 选取日志正文里的所有图片
for(var i = 0; i < imgs.length; i++) {
var img = imgs;
if (!img.src.match(/\/static\/image\/smiley\/comcom\/\d+.gif$/)) { // 忽略表情图片
img.setAttribute('style', 'cursor: pointer;');
// 给图片加上支持弹出窗口所需的属性
img.setAttribute('onclick', 'zoom(this, this.src, 0, 0, 0)');
// 给图片加上支持弹出窗口里上下图转换所需的属性
img.setAttribute('zoomfile', img.src);
img.setAttribute('id', 'aimg_' + i);
zoomgroup['aimg_' + i] = 1;
aimgcount[1].push(i);
// 如果图片是裹在超链里的,要让超链无法点击,不然它会影响图片点击
var pn = img.parentNode;
if (pn.nodeName=='A') pn.setAttribute('onclick', 'return false');
}
}
</script> |
|