Browse Source

Merge pull request #20 from dedetech/dev

目录结构调整
tags/6.0.0
llgoer GitHub 4 years ago
parent
commit
df60108c17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
42 changed files with 58 additions and 56 deletions
  1. +2
    -0
      .gitignore
  2. +4
    -4
      README.md
  3. +1
    -1
      src/dede/article_template_rand.php
  4. +3
    -3
      src/dede/dialog/select_images.php
  5. +1
    -1
      src/dede/imagecut.php
  6. +5
    -5
      src/dede/js/main.js
  7. +1
    -1
      src/dede/media_main.php
  8. +1
    -1
      src/dede/templets/group_edit.htm
  9. +3
    -3
      src/dede/templets/makehtml_homepage.htm
  10. +3
    -3
      src/dede/templets/makeremote_all.htm
  11. +2
    -2
      src/dede/templets/media_main.htm
  12. +1
    -1
      src/dede/templets/module_main.htm
  13. +1
    -1
      src/dede/templets/spec_add.htm
  14. +1
    -1
      src/dede/templets/story_edit.htm
  15. +1
    -1
      src/dede/templets/sys_data_replace.htm
  16. +1
    -1
      src/member/ajax_feedback.php
  17. +1
    -1
      src/member/space/coffee/blog.htm
  18. +1
    -1
      src/member/space/coffee/guestbook.htm
  19. +1
    -1
      src/member/space/company/blog.htm
  20. +1
    -1
      src/member/space/company/guestbook.htm
  21. +1
    -1
      src/member/space/flower/blog.htm
  22. +1
    -1
      src/member/space/flower/guestbook.htm
  23. +1
    -1
      src/member/space/gray/blog.htm
  24. +1
    -1
      src/member/space/gray/guestbook.htm
  25. +1
    -1
      src/member/space/lxblog/blog.htm
  26. +1
    -1
      src/member/space/lxblog/guestbook.htm
  27. +1
    -1
      src/member/space/lxbrown/blog.htm
  28. +1
    -1
      src/member/space/lxbrown/guestbook.htm
  29. +1
    -1
      src/member/space/lxvista/blog.htm
  30. +1
    -1
      src/member/space/lxvista/guestbook.htm
  31. +1
    -1
      src/member/space/person/blog.htm
  32. +1
    -1
      src/member/space/person/guestbook.htm
  33. +1
    -1
      src/member/space/pwblue/blog.htm
  34. +1
    -1
      src/member/space/pwblue/guestbook.htm
  35. +1
    -1
      src/member/space/pwglight/blog.htm
  36. +1
    -1
      src/member/space/pwglight/guestbook.htm
  37. +1
    -1
      src/member/space/pwlake/blog.htm
  38. +1
    -1
      src/member/space/pwlake/guestbook.htm
  39. +1
    -1
      src/member/space/pwpink/blog.htm
  40. +1
    -1
      src/member/space/pwpink/guestbook.htm
  41. +2
    -2
      src/templets/default/ajaxfeedback2.htm
  42. +1
    -1
      src/templets/plus/feedback_templet.htm

+ 2
- 0
.gitignore View File

@@ -20,3 +20,5 @@ src/uploads/*.php
src/data/time.lock.inc
src/m/index.html
src/uploads/userup
src/uploads/20*
src/data/mysqli_error_trace.inc

+ 4
- 4
README.md View File

@@ -12,9 +12,9 @@ DedeCMS v5.x是一个LTS版本,支持将到2022年6月截止,目前最新版

项目开发可以到[织梦开发问题管理](https://github.com/dedetech/issues)中进行交流反馈。

- 🔨 调整DedeCMS目录结构,将原有include中外部访问的内容迁移出去;
- 调整DedeCMS目录结构,将原有include中外部访问的内容迁移出去;

- 🔨 修正已知存在的安全问题;
- 修正已知存在的安全问题;

- ✅ 升级内置编辑器ckeditor4为最新版本;

@@ -24,9 +24,9 @@ DedeCMS v5.x是一个LTS版本,支持将到2022年6月截止,目前最新版

- ✅ 后台界面样式调整;

- 会员中心移除对文件上传的支持,增加系统安全性;
- 🔨 会员中心移除对文件上传的支持,增加系统安全性;

- 移除对Flash的依赖支持,今后版本采用HTML5相关特性;
- 🔨 移除对Flash的依赖支持,今后版本采用HTML5相关特性;

- ❌ 调整v5.8版本程序升级相关功能;



+ 1
- 1
src/dede/article_template_rand.php View File

@@ -86,7 +86,7 @@ make_hash();
$msg = "
<link href='images/base.css' rel='stylesheet' type='text/css' />
<script language='javascript' src='js/main.js'></script>
<script language='javascript' src='../include/dedeajax2.js'></script>
<script language='javascript' src='../static/js/dedeajax2.js'></script>
<script language='javascript'>
function DoRand(jobname)
{


+ 3
- 3
src/dede/dialog/select_images.php View File

@@ -62,7 +62,7 @@ if (!empty($noeditor))
<head>
<meta http-equiv='Content-Type' content='text/html; charset=<?php echo $cfg_soft_lang; ?>'>
<title>图片浏览器</title>
<link href='../../images/img/base.css' rel='stylesheet' type='text/css'>
<link href='../../static/img/base.css' rel='stylesheet' type='text/css'>
<style>
.linerow {border-bottom: 1px solid #CBD8AC;}
.napisdiv {left:40;top:3;width:150px;height:100px;position:absolute;z-index:3;display:none;}
@@ -76,7 +76,7 @@ function ChangeImage(surl){ document.getElementById('picview').src = surl; }
<div id="floater" class="napisdiv">
<a href="javascript:nullLink();" onClick="document.getElementById('floater').style.display='none';"><img src='img/picviewnone.gif' id='picview' border='0' alt='单击关闭预览'></a>
</div>
<SCRIPT language=JavaScript src="js/float.js"></SCRIPT>
<SCRIPT language=JavaScript src="../js/float.js"></SCRIPT>
<SCRIPT language=JavaScript>
function nullLink(){ return; }
function ChangeImage(surl){ document.getElementById('floater').style.display='block';document.getElementById('picview').src = surl; }
@@ -191,7 +191,7 @@ while($file = $dh->read()) {
</tr>";
echo "$line";
}
else if(preg_match("#\.(gif|png)#i", $file))
else if(preg_match("#\.(".$cfg_imgtype.")#i", $file))
{
$reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl);


+ 1
- 1
src/dede/imagecut.php View File

@@ -14,7 +14,7 @@ if(empty($action))
{
if(!@is_file($cfg_basedir.$file))
{
ShowMsg("对不起,必须选择站内的图片才能进行裁剪!<br />点击'<a href='/include/dialog/select_images.php?f=form1.picname&imgstick=small'>站内选择</a>', 上传或选择一个图片,然后才能进行裁剪!", "../include/dialog/select_images.php?f=form1.picname&imgstick=small", 0 , 10000);
ShowMsg("对不起,必须选择站内的图片才能进行裁剪!<br />点击'<a href='./dialog/select_images.php?f=form1.picname&imgstick=small'>站内选择</a>', 上传或选择一个图片,然后才能进行裁剪!", "./dialog/select_images.php?f=form1.picname&imgstick=small", 0 , 10000);
exit();
}
include DEDEADMIN.'/templets/imagecut.htm';


+ 5
- 5
src/dede/js/main.js View File

@@ -154,21 +154,21 @@ function SelectFlash()
{
if($Nav()=='IE'){ var posLeft = window.event.clientX-300; var posTop = window.event.clientY; }
else{ var posLeft = 100; var posTop = 100; }
window.open("../include/dialog/select_media.php?f=form1.flashurl", "popUpFlashWin", "scrollbars=yes,resizable=yes,statebar=no,width=500,height=350,left="+posLeft+", top="+posTop);
window.open("./dialog/select_media.php?f=form1.flashurl", "popUpFlashWin", "scrollbars=yes,resizable=yes,statebar=no,width=500,height=350,left="+posLeft+", top="+posTop);
}
function SelectMedia(fname)
{
if($Nav()=='IE'){ var posLeft = window.event.clientX-200; var posTop = window.event.clientY; }
else{ var posLeft = 100;var posTop = 100; }
window.open("../include/dialog/select_media.php?f="+fname, "popUpFlashWin", "scrollbars=yes,resizable=yes,statebar=no,width=500,height=350,left="+posLeft+", top="+posTop);
window.open("./dialog/select_media.php?f="+fname, "popUpFlashWin", "scrollbars=yes,resizable=yes,statebar=no,width=500,height=350,left="+posLeft+", top="+posTop);
}
function SelectSoft(fname)
{
if($Nav()=='IE'){ var posLeft = window.event.clientX-200; var posTop = window.event.clientY-50; }
else{ var posLeft = 100; var posTop = 100; }
window.open("../include/dialog/select_soft.php?f="+fname, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_soft.php?f="+fname, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function SelectImage(fname,stype,imgsel)
@@ -178,7 +178,7 @@ function SelectImage(fname,stype,imgsel)
if(!fname) fname = 'form1.picname';
if(imgsel) imgsel = '&noeditor=yes';
if(!stype) stype = '';
window.open("../include/dialog/select_images.php?f="+fname+"&noeditor=yes&imgstick="+stype+imgsel, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=650,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_images.php?f="+fname+"&noeditor=yes&imgstick="+stype+imgsel, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=650,height=400,left="+posLeft+", top="+posTop);
}
function imageCut(fname)
@@ -200,7 +200,7 @@ function SelectImageN(fname,stype,vname)
else{ var posLeft = 100; var posTop = 100; }
if(!fname) fname = 'form1.picname';
if(!stype) stype = '';
window.open("../include/dialog/select_images.php?f="+fname+"&imgstick="+stype+"&v="+vname, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_images.php?f="+fname+"&imgstick="+stype+"&v="+vname, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function SelectKeywords(f)


+ 1
- 1
src/dede/media_main.php View File

@@ -72,7 +72,7 @@ function MediaType($tid,$nurl)
{
if($tid==1)
{
return "图片<a href=\"javascript:;\" onClick=\"ChangeImage('$nurl');\"><img src='../include/dialog/img/picviewnone.gif' name='picview' border='0' alt='预览'></a>";
return "图片<a href=\"javascript:;\" onClick=\"ChangeImage('$nurl');\"><img src='./dialog/img/picviewnone.gif' name='picview' border='0' alt='预览'></a>";
}
else if($tid==2)
{


+ 1
- 1
src/dede/templets/group_edit.htm View File

@@ -26,7 +26,7 @@ function SelectImage(fname,vlist){
var posLeft = 100;
var posTop = 100;
}
window.open("../include/dialog/select_images.php?f="+fname+"&imgstick="+vlist, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_images.php?f="+fname+"&imgstick="+vlist, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
</script>
</head>


+ 3
- 3
src/dede/templets/makehtml_homepage.htm View File

@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>主页更新向导</title>
<link href="css/base.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="../include/calendar/calendar-win2k-1.css" title="win2k-1" />
<script type="text/javascript" src="../include/calendar/calendar.js"></script>
<script type="text/javascript" src="../include/calendar/calendar-cn.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="../static/js/calendar/calendar-win2k-1.css" title="win2k-1" />
<script type="text/javascript" src="../static/js/calendar/calendar.js"></script>
<script type="text/javascript" src="../static/js/calendar/calendar-cn.js"></script>
<script language="javascript">
function SelectTemplets(fname)
{


+ 3
- 3
src/dede/templets/makeremote_all.htm View File

@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>远程服务器同步</title>
<link href="css/base.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="../include/calendar/calendar-win2k-1.css" title="win2k-1" />
<script type="text/javascript" src="../include/calendar/calendar.js"></script>
<script type="text/javascript" src="../include/calendar/calendar-cn.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="../static/js/calendar/calendar-win2k-1.css" title="win2k-1" />
<script type="text/javascript" src="../static/js/calendar/calendar.js"></script>
<script type="text/javascript" src="../static/js/calendar/calendar-cn.js"></script>
<script language="javascript">
function checkAll()
{


+ 2
- 2
src/dede/templets/media_main.htm View File

@@ -49,8 +49,8 @@ function DelSel(){
</head>
<body background="images/allbg.gif" leftmargin="8" topmargin="8">
<div id="floater" class="napisdiv">
<a href="javascript:;" onClick="ChangeImage('../include/dialog/img/picviewnone.gif');">
<img src='../include/dialog/img/picviewnone.gif' id='picview' name='picview' border='0' alt='单击关闭预览' style='z-index:10000'>
<a href="javascript:;" onClick="ChangeImage('./dialog/img/picviewnone.gif');">
<img src='./dialog/img/picviewnone.gif' id='picview' name='picview' border='0' alt='单击关闭预览' style='z-index:10000'>
</a>
</div>
<SCRIPT language=JavaScript src="js/float.js"></SCRIPT>


+ 1
- 1
src/dede/templets/module_main.htm View File

@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>模块打包</title>
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script src="../include/dedeajax2.js" language="javascript" type="text/javascript"></script>
<script src="../static/js/dedeajax2.js" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
function getmodule(action,hash)
{


+ 1
- 1
src/dede/templets/spec_add.htm View File

@@ -40,7 +40,7 @@ function SelectArcList(fname){
function SelectImage(fname,vlist){
var posLeft = 10;
var posTop = 10;
window.open("../include/dialog/select_images.php?f="+fname+"&imgstick="+vlist, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_images.php?f="+fname+"&imgstick="+vlist, "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function SelectTemplets(fname){


+ 1
- 1
src/dede/templets/story_edit.htm View File

@@ -5,7 +5,7 @@
<title>修改连载图书</title>
<link href='css/base.css' rel='stylesheet' type='text/css'>
<script language="javascript" src="js/main.js"></script>
<script language="javascript" src="../include/js/dedeajax2.js"></script>
<script language="javascript" src="../static/js/dedeajax2.js"></script>
<script language="javascript" src="js/story.js"></script>
<style type="text/css">
<!--


+ 1
- 1
src/dede/templets/sys_data_replace.htm View File

@@ -115,7 +115,7 @@
<input type="text" name="validate" class="alltxt" style="width:80px;text-transform: uppercase;" />
</td>
<td>
<img src='../include/vdimgck.php' />
<img src='../plus/vdimgck.php' />
</td>
</tr>
</table>


+ 1
- 1
src/member/ajax_feedback.php View File

@@ -18,7 +18,7 @@ else
if($cfg_feedback_ck=='Y')
{
echo "验证码:<input name=\"validate\" type=\"text\" id=\"validate\" size=\"10\" style=\"height:18px;width:60px;margin-right:6px;text-transform: uppercase;\" class=\"nb\" />";
echo "<img src='{$cfg_cmsurl}/include/vdimgck.php' style='cursor:pointer' id='validateimg' onclick=\"this.src=this.src+'?'\" title='点击我更换图片' alt='点击我更换图片' />\r\n";
echo "<img src='{$cfg_cmsurl}/plus/vdimgck.php' style='cursor:pointer' id='validateimg' onclick=\"this.src=this.src+'?'\" title='点击我更换图片' alt='点击我更换图片' />\r\n";
}
}

+ 1
- 1
src/member/space/coffee/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/coffee/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/company/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/company/guestbook.htm View File

@@ -82,7 +82,7 @@
<tr>
<td>&nbsp;验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/flower/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/flower/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/gray/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/gray/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/lxblog/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/lxblog/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/lxbrown/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/lxbrown/guestbook.htm View File

@@ -65,7 +65,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/lxvista/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/lxvista/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/person/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/person/guestbook.htm View File

@@ -51,7 +51,7 @@
<input name="uname" type="text" id="uname" value="<?php if(isset($cfg_ml->M_LoginID) && $cfg_ml->M_LoginID!='') echo $cfg_ml->M_LoginID; ?>" class="text" style="width:100px;" />
<label>验证码:</label>
<input name="vdcode" type="text" class="text" id="vdcode" style="width:50px;text-transform:uppercase;" />
<img src='../include/vdimgck.php' width='50' height='20' align="absmiddle" /><a href="resetpassword.php" class="mL10 mR5">找回密码</a><a href="../member/index_do.php?fmdo=user&dopost=regnew" title="注册">注册</a>
<img src='../plus/vdimgck.php' width='50' height='20' align="absmiddle" /><a href="resetpassword.php" class="mL10 mR5">找回密码</a><a href="../member/index_do.php?fmdo=user&dopost=regnew" title="注册">注册</a>
</form>
<p class="mp10 textCenter aGray">以上网友发言只代表其个人观点,不代表本站的观点或立场。</p>
</dd>


+ 1
- 1
src/member/space/pwblue/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/pwblue/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/pwglight/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/pwglight/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/pwlake/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/pwlake/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 1
- 1
src/member/space/pwpink/blog.htm View File

@@ -98,7 +98,7 @@ foreach ($msgs as $msg)
<tr>
<td>验证码:</td>
<td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td>
<td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td>
</tr>


+ 1
- 1
src/member/space/pwpink/guestbook.htm View File

@@ -64,7 +64,7 @@
<tr>
<td>验证码:</td>
<td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></td>
<td><img src='../include/vdimgck.php' width='60px' height='20px' /></td>
<td><img src='../plus/vdimgck.php' width='60px' height='20px' /></td>
<td>&nbsp;<input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td>
</tr>
</table>


+ 2
- 2
src/templets/default/ajaxfeedback2.htm View File

@@ -25,10 +25,10 @@
<div class="dcmp-content">
<script type="text/javascript">
//<![CDATA[
window.CKEDITOR_BASEPATH='{dede:global.cfg_cmsurl/}/include/ckeditor/';
window.CKEDITOR_BASEPATH='{dede:global.cfg_cmsurl/}/static/js/ckeditor/';
//]]>
</script>
<script type="text/javascript" src="{dede:global.cfg_cmsurl/}/include/ckeditor/ckeditor.js?t=B8DJ5M3"></script>
<script type="text/javascript" src="{dede:global.cfg_cmsurl/}/static/js/ckeditor/ckeditor.js?t=B8DJ5M3"></script>
{dede:php}
GetEditor('msg','',100,'Feedback','print','false',true);
{/dede:php} </div>


+ 1
- 1
src/templets/plus/feedback_templet.htm View File

@@ -227,7 +227,7 @@ function ajaxQuotePost(fid)
<div class="dcmp-content1">
<script type="text/javascript">
//<![CDATA[
window.CKEDITOR_BASEPATH='{dede:global.cfg_cmsurl/}/include/ckeditor/';
window.CKEDITOR_BASEPATH='{dede:global.cfg_cmsurl/}/static/js/ckeditor/';
//]]>
</script>
{dede:php}


Loading…
Cancel
Save