DedeCMS后台怎样添加网站地图

DedeCMS后台怎样添加网站地图,第1张

漂浮广告用如下代码

<html xmlns="http://wwww3org/1999/xhtml">

<head>

<title>js实现可关闭的自由漂浮广告代码_js特效_特效代码_wwwxunmzycom</title>

<meta http-equiv="content-type" content="text/html;charset=utf-8">

<style type="text/css">

#img1{width:auto;position:absolute;top:43px;left:2px;z-index:10;}

#img1 div{width:auto;text-align:right;font-size:12px;}

#img1 div a:link{text-decoration:none;}

#img1 div a:hover{color:red;text-decoration:none;}

#img1 img{width:auto;border:1px solid black;}

p{margin-top:50px;text-align:center;}

</style>

</head>

<body>

<div id="img1" onmouseover="pause_resume()" onmouseout="pause_resume()">

<div><a href="javascript:void(0);" onclick="closediv()" title="点击关闭">关闭</a></div>

<a href="https://wwwxunmzycom/" target="_blank"><img src="images/logo_pngpng" alt="js实现可关闭的自由漂浮广告代码"></a>

</div>

<p>js代码可关闭的自由漂浮的广告特效</p>

<script type="text/javascript">

var xPos = 300;

var yPos = 200; 

var step = 1;

var delay = 30; 

var height = 0;

var Hoffset = 0;

var Woffset = 0;

var yon = 0;

var xon = 0;

var pause = true;

var interval;

var divid = img1; //浮动DIV的ID

dividstyletop = yPos;

function changePos(){

   width = documentbodyclientWidth;

   height = documentbodyclientHeight;

   Hoffset = dividoffsetHeight;

   Woffset = dividoffsetWidth;

   dividstyleleft = xPos + documentbodyscrollLeft;

   dividstyletop = yPos + documentbodyscrollTop;

   if(yon){yPos = yPos + step;}else{yPos = yPos - step;}

   if(yPos < 0){yon = 1;yPos = 0;}

   if(yPos >= (height - Hoffset)){yon = 0; yPos = (height - Hoffset);}

   if(xon){xPos = xPos + step;}else{xPos = xPos - step;}

   if(xPos < 0){xon = 1;xPos = 0;}

   if(xPos >= (width - Woffset)){xon = 0; xPos = (width - Woffset);}

}

function start(){

   dividvisibility = "visible";

   interval = setInterval('changePos()',delay);

}

function pause_resume(){

   if(pause){

   clearInterval(interval);

   pause = false;}

   else{

   interval = setInterval('changePos()',delay);

   pause = true; 

   }

}

function closediv(){

   clearInterval(interval);

   dividstyledisplay = "none";

}

start();

</script>

</body>

</html>

把需要改的地方改了就可以了,

你好,织梦dedecms程序发布文章的时候,上传是可以添加alt标签的,具体操作方法很简单只需要

首先进入发布文章对话框编辑处,点击图像按钮,上传,有两种方式

1、超链接,说白了就是外部链接的地址,如果你需要外部链接那么你需要注意是否选择下载远程和资源,如果你选择勾选上,那么就是把外部链接的本地化,就是直接保存到你那的服务器空间里,添加alt标签就是在属性下面如下图所示

2、从本地上传

从本地上传添加alt也是一样的在替换文本哪里直接输入标签alt即可

默认的情况下,网址地图是放在如下路径下的。

站点地图的模板:templets/plus/sitemaphtm

rss地图的模板:templets/plus/rssmaphtm

通过ftp进入网站,将dede文件下makehtml_mapphp中的$cfg_cmspath"/data/sitemaphtml";和$cfg_cmspath"/data/rssmaphtml";里的/data去掉。

然后,再将根目录下include文件中的arcrssviewclassphp里$murl = $GLOBALS['cfg_cmspath']"/data/rss/"$this->TypeID"xml";的/data去掉。同时,还将sitemapclassphp里的$typelink = $GLOBALS['cfg_cmsurl']"/data/rss/"$row->id"xml";和$typelink = $GLOBALS['cfg_cmsurl']"/data/rss/"$row->id"xml";的/data也去掉。

然后,进入织梦后,点击生成,地图和RRS生成即可。

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » DedeCMS后台怎样添加网站地图

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情