| @@ -20,3 +20,5 @@ src/uploads/*.php | |||||
| src/data/time.lock.inc | src/data/time.lock.inc | ||||
| src/m/index.html | src/m/index.html | ||||
| src/uploads/userup | src/uploads/userup | ||||
| src/uploads/20* | |||||
| src/data/mysqli_error_trace.inc | |||||
| @@ -12,9 +12,9 @@ DedeCMS v5.x是一个LTS版本,支持将到2022年6月截止,目前最新版 | |||||
| 项目开发可以到[织梦开发问题管理](https://github.com/dedetech/issues)中进行交流反馈。 | 项目开发可以到[织梦开发问题管理](https://github.com/dedetech/issues)中进行交流反馈。 | ||||
| - 🔨 调整DedeCMS目录结构,将原有include中外部访问的内容迁移出去; | |||||
| - ✅ 调整DedeCMS目录结构,将原有include中外部访问的内容迁移出去; | |||||
| - 🔨 修正已知存在的安全问题; | |||||
| - ✅ 修正已知存在的安全问题; | |||||
| - ✅ 升级内置编辑器ckeditor4为最新版本; | - ✅ 升级内置编辑器ckeditor4为最新版本; | ||||
| @@ -24,9 +24,9 @@ DedeCMS v5.x是一个LTS版本,支持将到2022年6月截止,目前最新版 | |||||
| - ✅ 后台界面样式调整; | - ✅ 后台界面样式调整; | ||||
| - ❌ 会员中心移除对文件上传的支持,增加系统安全性; | |||||
| - 🔨 会员中心移除对文件上传的支持,增加系统安全性; | |||||
| - ❌ 移除对Flash的依赖支持,今后版本采用HTML5相关特性; | |||||
| - 🔨 移除对Flash的依赖支持,今后版本采用HTML5相关特性; | |||||
| - ❌ 调整v5.8版本程序升级相关功能; | - ❌ 调整v5.8版本程序升级相关功能; | ||||
| @@ -86,7 +86,7 @@ make_hash(); | |||||
| $msg = " | $msg = " | ||||
| <link href='images/base.css' rel='stylesheet' type='text/css' /> | <link href='images/base.css' rel='stylesheet' type='text/css' /> | ||||
| <script language='javascript' src='js/main.js'></script> | <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'> | <script language='javascript'> | ||||
| function DoRand(jobname) | function DoRand(jobname) | ||||
| { | { | ||||
| @@ -62,7 +62,7 @@ if (!empty($noeditor)) | |||||
| <head> | <head> | ||||
| <meta http-equiv='Content-Type' content='text/html; charset=<?php echo $cfg_soft_lang; ?>'> | <meta http-equiv='Content-Type' content='text/html; charset=<?php echo $cfg_soft_lang; ?>'> | ||||
| <title>图片浏览器</title> | <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> | <style> | ||||
| .linerow {border-bottom: 1px solid #CBD8AC;} | .linerow {border-bottom: 1px solid #CBD8AC;} | ||||
| .napisdiv {left:40;top:3;width:150px;height:100px;position:absolute;z-index:3;display:none;} | .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"> | <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> | <a href="javascript:nullLink();" onClick="document.getElementById('floater').style.display='none';"><img src='img/picviewnone.gif' id='picview' border='0' alt='单击关闭预览'></a> | ||||
| </div> | </div> | ||||
| <SCRIPT language=JavaScript src="js/float.js"></SCRIPT> | |||||
| <SCRIPT language=JavaScript src="../js/float.js"></SCRIPT> | |||||
| <SCRIPT language=JavaScript> | <SCRIPT language=JavaScript> | ||||
| function nullLink(){ return; } | function nullLink(){ return; } | ||||
| function ChangeImage(surl){ document.getElementById('floater').style.display='block';document.getElementById('picview').src = surl; } | function ChangeImage(surl){ document.getElementById('floater').style.display='block';document.getElementById('picview').src = surl; } | ||||
| @@ -191,7 +191,7 @@ while($file = $dh->read()) { | |||||
| </tr>"; | </tr>"; | ||||
| echo "$line"; | echo "$line"; | ||||
| } | } | ||||
| else if(preg_match("#\.(gif|png)#i", $file)) | |||||
| else if(preg_match("#\.(".$cfg_imgtype.")#i", $file)) | |||||
| { | { | ||||
| $reurl = "$activeurl/$file"; | $reurl = "$activeurl/$file"; | ||||
| $reurl = preg_replace("#^\.\.#", "", $reurl); | $reurl = preg_replace("#^\.\.#", "", $reurl); | ||||
| @@ -14,7 +14,7 @@ if(empty($action)) | |||||
| { | { | ||||
| if(!@is_file($cfg_basedir.$file)) | 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(); | exit(); | ||||
| } | } | ||||
| include DEDEADMIN.'/templets/imagecut.htm'; | include DEDEADMIN.'/templets/imagecut.htm'; | ||||
| @@ -154,21 +154,21 @@ function SelectFlash() | |||||
| { | { | ||||
| if($Nav()=='IE'){ var posLeft = window.event.clientX-300; var posTop = window.event.clientY; } | if($Nav()=='IE'){ var posLeft = window.event.clientX-300; var posTop = window.event.clientY; } | ||||
| else{ var posLeft = 100; var posTop = 100; } | 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) | function SelectMedia(fname) | ||||
| { | { | ||||
| if($Nav()=='IE'){ var posLeft = window.event.clientX-200; var posTop = window.event.clientY; } | if($Nav()=='IE'){ var posLeft = window.event.clientX-200; var posTop = window.event.clientY; } | ||||
| else{ var posLeft = 100;var posTop = 100; } | 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) | function SelectSoft(fname) | ||||
| { | { | ||||
| if($Nav()=='IE'){ var posLeft = window.event.clientX-200; var posTop = window.event.clientY-50; } | if($Nav()=='IE'){ var posLeft = window.event.clientX-200; var posTop = window.event.clientY-50; } | ||||
| else{ var posLeft = 100; var posTop = 100; } | 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) | function SelectImage(fname,stype,imgsel) | ||||
| @@ -178,7 +178,7 @@ function SelectImage(fname,stype,imgsel) | |||||
| if(!fname) fname = 'form1.picname'; | if(!fname) fname = 'form1.picname'; | ||||
| if(imgsel) imgsel = '&noeditor=yes'; | if(imgsel) imgsel = '&noeditor=yes'; | ||||
| if(!stype) stype = ''; | 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) | function imageCut(fname) | ||||
| @@ -200,7 +200,7 @@ function SelectImageN(fname,stype,vname) | |||||
| else{ var posLeft = 100; var posTop = 100; } | else{ var posLeft = 100; var posTop = 100; } | ||||
| if(!fname) fname = 'form1.picname'; | if(!fname) fname = 'form1.picname'; | ||||
| if(!stype) stype = ''; | 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) | function SelectKeywords(f) | ||||
| @@ -72,7 +72,7 @@ function MediaType($tid,$nurl) | |||||
| { | { | ||||
| if($tid==1) | 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) | else if($tid==2) | ||||
| { | { | ||||
| @@ -26,7 +26,7 @@ function SelectImage(fname,vlist){ | |||||
| var posLeft = 100; | var posLeft = 100; | ||||
| var posTop = 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> | </script> | ||||
| </head> | </head> | ||||
| @@ -4,9 +4,9 @@ | |||||
| <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
| <title>主页更新向导</title> | <title>主页更新向导</title> | ||||
| <link href="css/base.css" rel="stylesheet" type="text/css"> | <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"> | <script language="javascript"> | ||||
| function SelectTemplets(fname) | function SelectTemplets(fname) | ||||
| { | { | ||||
| @@ -4,9 +4,9 @@ | |||||
| <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
| <title>远程服务器同步</title> | <title>远程服务器同步</title> | ||||
| <link href="css/base.css" rel="stylesheet" type="text/css"> | <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"> | <script language="javascript"> | ||||
| function checkAll() | function checkAll() | ||||
| { | { | ||||
| @@ -49,8 +49,8 @@ function DelSel(){ | |||||
| </head> | </head> | ||||
| <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | ||||
| <div id="floater" class="napisdiv"> | <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> | </a> | ||||
| </div> | </div> | ||||
| <SCRIPT language=JavaScript src="js/float.js"></SCRIPT> | <SCRIPT language=JavaScript src="js/float.js"></SCRIPT> | ||||
| @@ -4,7 +4,7 @@ | |||||
| <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | ||||
| <title>模块打包</title> | <title>模块打包</title> | ||||
| <link href="css/base.css" rel="stylesheet" type="text/css" /> | <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"> | <script language="javascript" type="text/javascript"> | ||||
| function getmodule(action,hash) | function getmodule(action,hash) | ||||
| { | { | ||||
| @@ -40,7 +40,7 @@ function SelectArcList(fname){ | |||||
| function SelectImage(fname,vlist){ | function SelectImage(fname,vlist){ | ||||
| var posLeft = 10; | var posLeft = 10; | ||||
| var posTop = 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){ | function SelectTemplets(fname){ | ||||
| @@ -5,7 +5,7 @@ | |||||
| <title>修改连载图书</title> | <title>修改连载图书</title> | ||||
| <link href='css/base.css' rel='stylesheet' type='text/css'> | <link href='css/base.css' rel='stylesheet' type='text/css'> | ||||
| <script language="javascript" src="js/main.js"></script> | <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> | <script language="javascript" src="js/story.js"></script> | ||||
| <style type="text/css"> | <style type="text/css"> | ||||
| <!-- | <!-- | ||||
| @@ -115,7 +115,7 @@ | |||||
| <input type="text" name="validate" class="alltxt" style="width:80px;text-transform: uppercase;" /> | <input type="text" name="validate" class="alltxt" style="width:80px;text-transform: uppercase;" /> | ||||
| </td> | </td> | ||||
| <td> | <td> | ||||
| <img src='../include/vdimgck.php' /> | |||||
| <img src='../plus/vdimgck.php' /> | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -18,7 +18,7 @@ else | |||||
| if($cfg_feedback_ck=='Y') | 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 "验证码:<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"; | |||||
| } | } | ||||
| } | } | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -82,7 +82,7 @@ | |||||
| <tr> | <tr> | ||||
| <td> 验证码:</td> | <td> 验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -65,7 +65,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -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;" /> | <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> | <label>验证码:</label> | ||||
| <input name="vdcode" type="text" class="text" id="vdcode" style="width:50px;text-transform:uppercase;" /> | <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> | </form> | ||||
| <p class="mp10 textCenter aGray">以上网友发言只代表其个人观点,不代表本站的观点或立场。</p> | <p class="mp10 textCenter aGray">以上网友发言只代表其个人观点,不代表本站的观点或立场。</p> | ||||
| </dd> | </dd> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -98,7 +98,7 @@ foreach ($msgs as $msg) | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="validate" type="text" id="validate" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送评论" style="width:60px;height:22px" /></td> | ||||
| <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | <td><input name="notuser" type="checkbox" id="notuser" value="1" />匿名评论</td> | ||||
| </tr> | </tr> | ||||
| @@ -64,7 +64,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>验证码:</td> | <td>验证码:</td> | ||||
| <td><input name="vdcode" type="text" id="vdcode" size="10" style="height:16px;width:60px;" class="ip" /></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> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | <td> <input name="sbbt" type="submit" value="发送留言" style="width:60px;height:22px" /></td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -25,10 +25,10 @@ | |||||
| <div class="dcmp-content"> | <div class="dcmp-content"> | ||||
| <script type="text/javascript"> | <script type="text/javascript"> | ||||
| //<![CDATA[ | //<![CDATA[ | ||||
| window.CKEDITOR_BASEPATH='{dede:global.cfg_cmsurl/}/include/ckeditor/'; | |||||
| window.CKEDITOR_BASEPATH='{dede:global.cfg_cmsurl/}/static/js/ckeditor/'; | |||||
| //]]> | //]]> | ||||
| </script> | </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} | {dede:php} | ||||
| GetEditor('msg','',100,'Feedback','print','false',true); | GetEditor('msg','',100,'Feedback','print','false',true); | ||||
| {/dede:php} </div> | {/dede:php} </div> | ||||
| @@ -227,7 +227,7 @@ function ajaxQuotePost(fid) | |||||
| <div class="dcmp-content1"> | <div class="dcmp-content1"> | ||||
| <script type="text/javascript"> | <script type="text/javascript"> | ||||
| //<![CDATA[ | //<![CDATA[ | ||||
| window.CKEDITOR_BASEPATH='{dede:global.cfg_cmsurl/}/include/ckeditor/'; | |||||
| window.CKEDITOR_BASEPATH='{dede:global.cfg_cmsurl/}/static/js/ckeditor/'; | |||||
| //]]> | //]]> | ||||
| </script> | </script> | ||||
| {dede:php} | {dede:php} | ||||