@@ -14,5 +14,5 @@ if (empty($t) || $cfg_check_title == 'N') exit; | |||||
$row = $dsql->GetOne("SELECT id FROM `#@__archives` WHERE title LIKE '$t' "); | $row = $dsql->GetOne("SELECT id FROM `#@__archives` WHERE title LIKE '$t' "); | ||||
if (is_array($row)) { | if (is_array($row)) { | ||||
echo "提示:系统已经存在标题为 '<a href='../plus/view.php?aid={$row['id']}' style='color:#dc3545' target='_blank'>$t</a>' 的文档[<a href='#' onclick='javascript:HideObj(\"mytitle\")'>关闭</a>]"; | |||||
echo "提示:系统已经存在标题为 '<a href='../apps/view.php?aid={$row['id']}' style='color:#dc3545' target='_blank'>$t</a>' 的文档[<a href='#' onclick='javascript:HideObj(\"mytitle\")'>关闭</a>]"; | |||||
} | } |
@@ -100,7 +100,7 @@ $nextpage = $pageno + 1; | |||||
if ($nextpage >= $totalpage && $finishType) { | if ($nextpage >= $totalpage && $finishType) { | ||||
if ($gotype == '') { | if ($gotype == '') { | ||||
if (empty($reurl)) { | if (empty($reurl)) { | ||||
$reurl = '../plus/list.php?tid='.$tid; | |||||
$reurl = '../apps/list.php?tid='.$tid; | |||||
} | } | ||||
ShowMsg("完成所有栏目列表更新<a href='$reurl' target='_blank'>浏览栏目</a>", "javascript:;"); | ShowMsg("完成所有栏目列表更新<a href='$reurl' target='_blank'>浏览栏目</a>", "javascript:;"); | ||||
exit(); | exit(); | ||||
@@ -491,7 +491,7 @@ else if ($dopost == 'modifysearch') { | |||||
$addonfields = ''; | $addonfields = ''; | ||||
} | } | ||||
$template = trim($template); | $template = trim($template); | ||||
$forms = '<form action="'.$cfg_cmspath.'/plus/advancedsearch.php" method="post">'; | |||||
$forms = '<form action="'.$cfg_cmspath.'/apps/advancedsearch.php" method="post">'; | |||||
$forms .= "<input type=\"hidden\" name=\"mid\" value=\"$mid\" />"; | $forms .= "<input type=\"hidden\" name=\"mid\" value=\"$mid\" />"; | ||||
$forms .= "<input type=\"hidden\" name=\"dopost\" value=\"search\" />"; | $forms .= "<input type=\"hidden\" name=\"dopost\" value=\"search\" />"; | ||||
$forms .= "关键词:<input type=\"text\" name=\"q\" /><br>"; | $forms .= "关键词:<input type=\"text\" name=\"q\" /><br>"; | ||||
@@ -21,7 +21,7 @@ | |||||
<tr> | <tr> | ||||
<td colspan="3" height="26" background="images/tbg.gif"> | <td colspan="3" height="26" background="images/tbg.gif"> | ||||
<div style="float:left"><a href="diy_main.php">自定义表单管理</a> > <?php echo $diy->name; ?></div> | <div style="float:left"><a href="diy_main.php">自定义表单管理</a> > <?php echo $diy->name; ?></div> | ||||
<div style="float:right;padding-right:10px"><a href="/plus/diy.php?action=list&diyid=<?php echo $diy->diyid; ?>" target="_blank"><img src="images/gtk-tmp.png" align="left" title="前台预览">前台预览</a></div> | |||||
<div style="float:right;padding-right:10px"><a href="/apps/diy.php?action=list&diyid=<?php echo $diy->diyid; ?>" target="_blank"><img src="images/gtk-tmp.png" align="left" title="前台预览">前台预览</a></div> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
{dede:datalist} | {dede:datalist} | ||||
@@ -43,7 +43,7 @@ | |||||
<a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=edit" class="btn btn-success btn-sm"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> 修改</a> | <a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=edit" class="btn btn-success btn-sm"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> 修改</a> | ||||
<a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=delete" class="btn btn-success btn-sm"><i class="fa fa-trash" aria-hidden="true"></i> 删除</a> | <a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=delete" class="btn btn-success btn-sm"><i class="fa fa-trash" aria-hidden="true"></i> 删除</a> | ||||
<a href="diy_list.php?action=excel&diyid={dede:field.diyid/}" target="_blank" class="btn btn-success btn-sm"><i class="fa fa-share-square" aria-hidden="true"></i> 导出</a> | <a href="diy_list.php?action=excel&diyid={dede:field.diyid/}" target="_blank" class="btn btn-success btn-sm"><i class="fa fa-share-square" aria-hidden="true"></i> 导出</a> | ||||
<a href="../plus/diy.php?action=list&diyid={dede:field.diyid/}" class="btn btn-success btn-sm" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i> 预览</a> | |||||
<a href="../apps/diy.php?action=list&diyid={dede:field.diyid/}" class="btn btn-success btn-sm" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i> 预览</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
{/dede:datalist} | {/dede:datalist} | ||||
@@ -16,7 +16,7 @@ | |||||
<a href="friendlink_main.php">友情链接管理</a> | <a href="friendlink_main.php">友情链接管理</a> | ||||
<a href="friendlink_add.php" class="btn btn-success btn-sm">增加链接</a> | <a href="friendlink_add.php" class="btn btn-success btn-sm">增加链接</a> | ||||
<a href="friendlink_type.php" class="btn btn-success btn-sm">网站类型管理</a> | <a href="friendlink_type.php" class="btn btn-success btn-sm">网站类型管理</a> | ||||
<a href='../plus/flink_add.php' target='_blank' class="btn btn-success btn-sm">外部申请表单</a></td> | |||||
<a href='../apps/flink_add.php' target='_blank' class="btn btn-success btn-sm">外部申请表单</a></td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#FBFCE2"> | <tr bgcolor="#FBFCE2"> | ||||
<td width="4%" height="26" align="center" valign="top">类型ID</td> | <td width="4%" height="26" align="center" valign="top">类型ID</td> | ||||
@@ -60,7 +60,7 @@ header .logo{width:300px;padding:1rem 0} | |||||
<label for="iptValidate">验证码</label> | <label for="iptValidate">验证码</label> | ||||
<div class="input-group"> | <div class="input-group"> | ||||
<input type="text" name="validate" class="form-control" id="iptValidate" style="text-transform:uppercase"> | <input type="text" name="validate" class="form-control" id="iptValidate" style="text-transform:uppercase"> | ||||
<img src="../plus/vdimgck.php" onclick="this.src='../plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码" id="validateimg" style="cursor:pointer"> | |||||
<img src="../apps/vdimgck.php" onclick="this.src='../apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码" id="validateimg" style="cursor:pointer"> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -123,8 +123,8 @@ | |||||
<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='../plus/vdimgck.php' style="cursor:pointer;" | |||||
onclick="this.src='../plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)"/> | |||||
<img src='../apps/vdimgck.php' style="cursor:pointer;" | |||||
onclick="this.src='../apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)"/> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -6,7 +6,7 @@ | |||||
* @license https://www.dedebiz.com/license | * @license https://www.dedebiz.com/license | ||||
* @link https://www.dedebiz.com | * @link https://www.dedebiz.com | ||||
*/ | */ | ||||
require_once(dirname(__FILE__)."/../system/common.inc.php"); | |||||
require_once(dirname(__FILE__)."/../../system/common.inc.php"); | |||||
require_once(DEDEINC."/archive/specview.class.php"); | require_once(DEDEINC."/archive/specview.class.php"); | ||||
if (strlen($art_shortname) > 6) exit("art_shortname too long!"); | if (strlen($art_shortname) > 6) exit("art_shortname too long!"); | ||||
$specfile = dirname(__FILE__)."spec_1".$art_shortname; | $specfile = dirname(__FILE__)."spec_1".$art_shortname; |
@@ -277,7 +277,7 @@ class ListView | |||||
//创建封面模板文件 | //创建封面模板文件 | ||||
if ($this->TypeLink->TypeInfos['isdefault'] == -1) { | if ($this->TypeLink->TypeInfos['isdefault'] == -1) { | ||||
echo '这个类目是动态类目'; | echo '这个类目是动态类目'; | ||||
return '../plus/list.php?tid='.$this->TypeLink->TypeInfos['id']; | |||||
return '../apps/list.php?tid='.$this->TypeLink->TypeInfos['id']; | |||||
} | } | ||||
//单独页面 | //单独页面 | ||||
else if ($this->TypeLink->TypeInfos['ispart'] > 0) { | else if ($this->TypeLink->TypeInfos['ispart'] > 0) { | ||||
@@ -165,7 +165,7 @@ $cfg_templets_skin = empty($cfg_df_style) ? $cfg_mainsite.$cfg_templets_dir."/de | |||||
//cms安装目录的网址 | //cms安装目录的网址 | ||||
$cfg_cmsurl = $cfg_mainsite.$cfg_cmspath; | $cfg_cmsurl = $cfg_mainsite.$cfg_cmspath; | ||||
//插件目录,这个目录是用于存放计数器、投票、评论等程序的必要动态程序 | //插件目录,这个目录是用于存放计数器、投票、评论等程序的必要动态程序 | ||||
$cfg_plus_dir = $cfg_cmspath.'/plus'; | |||||
$cfg_plus_dir = $cfg_cmspath.'/apps'; | |||||
$cfg_phpurl = $cfg_mainsite.$cfg_plus_dir; | $cfg_phpurl = $cfg_mainsite.$cfg_plus_dir; | ||||
$cfg_static_dir = $cfg_cmspath.'/static'; | $cfg_static_dir = $cfg_cmspath.'/static'; | ||||
$cfg_staticurl = $cfg_mainsite.$cfg_static_dir; | $cfg_staticurl = $cfg_mainsite.$cfg_static_dir; | ||||
@@ -177,7 +177,7 @@ $cfg_dataurl = $cfg_mainsite.$cfg_data_dir; | |||||
$cfg_member_dir = $cfg_cmspath.'/user'; | $cfg_member_dir = $cfg_cmspath.'/user'; | ||||
$cfg_memberurl = $cfg_mainsite.$cfg_member_dir; | $cfg_memberurl = $cfg_mainsite.$cfg_member_dir; | ||||
//专题列表的存放路径 | //专题列表的存放路径 | ||||
$cfg_special = $cfg_cmspath.'/special'; | |||||
$cfg_special = $cfg_cmspath.'/apps/special'; | |||||
$cfg_specialurl = $cfg_mainsite.$cfg_special; | $cfg_specialurl = $cfg_mainsite.$cfg_special; | ||||
//附件目录 | //附件目录 | ||||
$cfg_medias_dir = $cfg_cmspath.$cfg_medias_dir; | $cfg_medias_dir = $cfg_cmspath.$cfg_medias_dir; | ||||
@@ -41,7 +41,7 @@ function AddFilter($channelid, $type=1, $fieldsnamef=array(), $defaulttid=0, $lo | |||||
$tid = $tidsq["typeid"]; | $tid = $tidsq["typeid"]; | ||||
} | } | ||||
$nofilter = (isset($_REQUEST['TotalResult']) ? "&TotalResult=".$_REQUEST['TotalResult'] : '').(isset($_REQUEST['PageNo']) ? "&PageNo=".$_REQUEST['PageNo'] : ''); | $nofilter = (isset($_REQUEST['TotalResult']) ? "&TotalResult=".$_REQUEST['TotalResult'] : '').(isset($_REQUEST['PageNo']) ? "&PageNo=".$_REQUEST['PageNo'] : ''); | ||||
$filterarr = string_filter(stripos($_SERVER['REQUEST_URI'], "list.php?tid=") ? str_replace($nofilter, '', $_SERVER['REQUEST_URI']) : $GLOBALS['cfg_cmsurl']."/plus/list.php?tid=".$tid); | |||||
$filterarr = string_filter(stripos($_SERVER['REQUEST_URI'], "list.php?tid=") ? str_replace($nofilter, '', $_SERVER['REQUEST_URI']) : $GLOBALS['cfg_cmsurl']."/apps/list.php?tid=".$tid); | |||||
$cInfos = $dsql->GetOne(" Select * From `#@__channeltype` where id='$channelid' "); | $cInfos = $dsql->GetOne(" Select * From `#@__channeltype` where id='$channelid' "); | ||||
$fieldset=$cInfos['fieldset']; | $fieldset=$cInfos['fieldset']; | ||||
$dtp = new DedeTagParse(); | $dtp = new DedeTagParse(); | ||||
@@ -3,7 +3,7 @@ | |||||
{dede:feedback} | {dede:feedback} | ||||
<ul> | <ul> | ||||
<li class='fbtitle'>[field:username function="(@me=='guest' ? '游客' : @me)"/] 对 [field:title/] 的评论:</li> | <li class='fbtitle'>[field:username function="(@me=='guest' ? '游客' : @me)"/] 对 [field:title/] 的评论:</li> | ||||
<li class='fbmsg'> <a href="plus/feedback.php?aid=[field:aid/]" class='fbmsg'>[field:msg /]</a></li> | |||||
<li class='fbmsg'> <a href="apps/feedback.php?aid=[field:aid/]" class='fbmsg'>[field:msg /]</a></li> | |||||
</ul> | </ul> | ||||
{/dede:feedback} | {/dede:feedback} | ||||
>>dede>> | >>dede>> | ||||
@@ -55,26 +55,26 @@ function lib_infolink(&$ctag, &$refObj) | |||||
$fields['nativeplace'] = $fields['infotype'] = ''; | $fields['nativeplace'] = $fields['infotype'] = ''; | ||||
$fields['linkallplace'] = "<a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&infotype={$infotype}'>不限</a>"; | |||||
$fields['linkalltype'] = "<a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$nativeplace}'>不限</a>"; | |||||
$fields['linkallplace'] = "<a href='{$baseurl}apps/list.php?channelid={$channelid}&tid={$typeid}&infotype={$infotype}'>不限</a>"; | |||||
$fields['linkalltype'] = "<a href='{$baseurl}apps/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$nativeplace}'>不限</a>"; | |||||
//地区链接 | //地区链接 | ||||
if (empty($nativeplace)) { | if (empty($nativeplace)) { | ||||
foreach ($em_nativeplaces as $eid => $em) { | foreach ($em_nativeplaces as $eid => $em) { | ||||
if ($eid % 500 != 0) continue; | if ($eid % 500 != 0) continue; | ||||
$fields['nativeplace'] .= " <a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$eid}&infotype={$infotype}'>{$em}</a>\r\n"; | |||||
$fields['nativeplace'] .= " <a href='{$baseurl}apps/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$eid}&infotype={$infotype}'>{$em}</a>\r\n"; | |||||
} | } | ||||
} else { | } else { | ||||
$sontype = (($nativeplace % 500 != 0) ? $nativeplace : 0); | $sontype = (($nativeplace % 500 != 0) ? $nativeplace : 0); | ||||
$toptype = (($nativeplace % 500 == 0) ? $nativeplace : ($nativeplace - ($nativeplace % 500))); | $toptype = (($nativeplace % 500 == 0) ? $nativeplace : ($nativeplace - ($nativeplace % 500))); | ||||
$fields['nativeplace'] = "<a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$toptype}&infotype={$infotype}'> <b>{$em_nativeplaces[$toptype]}</b></a> >> "; | |||||
$fields['nativeplace'] = "<a href='{$baseurl}apps/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$toptype}&infotype={$infotype}'> <b>{$em_nativeplaces[$toptype]}</b></a> >> "; | |||||
foreach ($em_nativeplaces as $eid => $em) { | foreach ($em_nativeplaces as $eid => $em) { | ||||
if ($eid < $toptype + 1 || $eid > $toptype + 499) continue; | if ($eid < $toptype + 1 || $eid > $toptype + 499) continue; | ||||
if ($eid == $nativeplace) { | if ($eid == $nativeplace) { | ||||
$fields['nativeplace'] .= " <b>{$em}</b>\r\n"; | $fields['nativeplace'] .= " <b>{$em}</b>\r\n"; | ||||
} else { | } else { | ||||
$fields['nativeplace'] .= " <a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$eid}&infotype={$infotype}'>{$em}</a>\r\n"; | |||||
$fields['nativeplace'] .= " <a href='{$baseurl}apps/list.php?channelid={$channelid}&tid={$typeid}&nativeplace={$eid}&infotype={$infotype}'>{$em}</a>\r\n"; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -87,19 +87,19 @@ function lib_infolink(&$ctag, &$refObj) | |||||
if ($eid == $infotype) { | if ($eid == $infotype) { | ||||
$fields['infotype'] .= " <b>{$em}</b>\r\n"; | $fields['infotype'] .= " <b>{$em}</b>\r\n"; | ||||
} else { | } else { | ||||
$fields['infotype'] .= " <a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&infotype={$eid}&nativeplace={$nativeplace}'>{$em}</a>\r\n"; | |||||
$fields['infotype'] .= " <a href='{$baseurl}apps/list.php?channelid={$channelid}&tid={$typeid}&infotype={$eid}&nativeplace={$nativeplace}'>{$em}</a>\r\n"; | |||||
} | } | ||||
} | } | ||||
} else { | } else { | ||||
$sontype = (($infotype % 500 != 0) ? $infotype : 0); | $sontype = (($infotype % 500 != 0) ? $infotype : 0); | ||||
$toptype = (($infotype % 500 == 0) ? $infotype : ($infotype - ($infotype % 500))); | $toptype = (($infotype % 500 == 0) ? $infotype : ($infotype - ($infotype % 500))); | ||||
$fields['infotype'] .= "<a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&infotype={$toptype}&nativeplace={$nativeplace}'><b>{$em_infotypes[$toptype]}</b></a> >> "; | |||||
$fields['infotype'] .= "<a href='{$baseurl}apps/list.php?channelid={$channelid}&tid={$typeid}&infotype={$toptype}&nativeplace={$nativeplace}'><b>{$em_infotypes[$toptype]}</b></a> >> "; | |||||
foreach ($em_infotypes as $eid => $em) { | foreach ($em_infotypes as $eid => $em) { | ||||
if ($eid < $toptype + 1 || $eid > $toptype + 499) continue; | if ($eid < $toptype + 1 || $eid > $toptype + 499) continue; | ||||
if ($eid == $infotype) { | if ($eid == $infotype) { | ||||
$fields['infotype'] .= " <b>{$em}</b>\r\n"; | $fields['infotype'] .= " <b>{$em}</b>\r\n"; | ||||
} else { | } else { | ||||
$fields['infotype'] .= " <a href='{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&infotype={$eid}&nativeplace={$nativeplace}'>{$em}</a>\r\n"; | |||||
$fields['infotype'] .= " <a href='{$baseurl}apps/list.php?channelid={$channelid}&tid={$typeid}&infotype={$eid}&nativeplace={$nativeplace}'>{$em}</a>\r\n"; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -19,7 +19,7 @@ function lib_qrcode(&$ctag, &$refObj) | |||||
extract($ctag->CAttribute->Items, EXTR_SKIP); | extract($ctag->CAttribute->Items, EXTR_SKIP); | ||||
//var_dump($refObj->Fields['id']); | //var_dump($refObj->Fields['id']); | ||||
$id = 0; | |||||
if (empty($type) and empty($id)) { | if (empty($type) and empty($id)) { | ||||
if (get_class($refObj) == 'Archives') { | if (get_class($refObj) == 'Archives') { | ||||
$type = 'arc'; | $type = 'arc'; | ||||
@@ -5,7 +5,7 @@ | |||||
alt="{dede:global.cfg_webname/}" srcset=""></a></div> | alt="{dede:global.cfg_webname/}" srcset=""></a></div> | ||||
<div class="col-12 col-sm-6 d-flex justify-content-end"> | <div class="col-12 col-sm-6 d-flex justify-content-end"> | ||||
<div class="input-group py-3"> | <div class="input-group py-3"> | ||||
<form class="search" name="formsearch" action="{dede:global.cfg_cmsurl/}/plus/search.php"> | |||||
<form class="search" name="formsearch" action="{dede:global.cfg_cmsurl/}/apps/search.php"> | |||||
<input type="hidden" name="kwtype" value="0" /> | <input type="hidden" name="kwtype" value="0" /> | ||||
<input name="q" type="text" class="form-control" placeholder="输入搜索关键词"> | <input name="q" type="text" class="form-control" placeholder="输入搜索关键词"> | ||||
<div class="input-group-append"> | <div class="input-group-append"> | ||||
@@ -110,7 +110,7 @@ | |||||
</div> | </div> | ||||
<div class="info-guide mt-2"> | <div class="info-guide mt-2"> | ||||
{dede:infoguide} | {dede:infoguide} | ||||
<form name='infoguide' method='get' action='/plus/list.php'> | |||||
<form name='infoguide' method='get' action='/apps/list.php'> | |||||
[field:nativeplace /] | [field:nativeplace /] | ||||
[field:infotype /] | [field:infotype /] | ||||
<input type='hidden' name='tid' value='[field:typeid /]' /> | <input type='hidden' name='tid' value='[field:typeid /]' /> | ||||
@@ -18,8 +18,8 @@ | |||||
<label for="iptValidate">验证码</label> | <label for="iptValidate">验证码</label> | ||||
<div class="input-group"> | <div class="input-group"> | ||||
<input type="text" class="form-control" id="iptValidate" style="text-transform:uppercase;"> | <input type="text" class="form-control" id="iptValidate" style="text-transform:uppercase;"> | ||||
<img src="{dede:global.cfg_cmspath/}/plus/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='{dede:global.cfg_cmspath/}/plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
<img src="{dede:global.cfg_cmspath/}/apps/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='{dede:global.cfg_cmspath/}/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
title="点击我更换图片" alt="点击我更换图片" /> | title="点击我更换图片" alt="点击我更换图片" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -127,10 +127,10 @@ | |||||
$("#iptMsg").val(""); | $("#iptMsg").val(""); | ||||
$("#iptValidate").val(""); | $("#iptValidate").val(""); | ||||
($("#iptUsername").attr("disabled") !== "disabled") && $("#iptUsername").val(""); | ($("#iptUsername").attr("disabled") !== "disabled") && $("#iptUsername").val(""); | ||||
$("#validateimg").attr("src", '{dede:global.cfg_cmspath/}/plus/vdimgck.php?' + new Date().getTime() + Math.round(Math.random() * 10000)); | |||||
$("#validateimg").attr("src", '{dede:global.cfg_cmspath/}/apps/vdimgck.php?' + new Date().getTime() + Math.round(Math.random() * 10000)); | |||||
} else { | } else { | ||||
ShowAlert("#feedback-alert", `评论失败:${result.msg}`, "danger"); | ShowAlert("#feedback-alert", `评论失败:${result.msg}`, "danger"); | ||||
$("#validateimg").attr("src", '{dede:global.cfg_cmspath/}/plus/vdimgck.php?' + new Date().getTime() + Math.round(Math.random() * 10000)); | |||||
$("#validateimg").attr("src", '{dede:global.cfg_cmspath/}/apps/vdimgck.php?' + new Date().getTime() + Math.round(Math.random() * 10000)); | |||||
} | } | ||||
}); | }); | ||||
} | } | ||||
@@ -156,7 +156,7 @@ | |||||
<td><a name="mate_vdimgck" /> | <td><a name="mate_vdimgck" /> | ||||
<input name="vdcode" id="vdcode" type="text" class="ipt-txt" size="10" | <input name="vdcode" id="vdcode" type="text" class="ipt-txt" size="10" | ||||
style="text-transform:uppercase;" /> | style="text-transform:uppercase;" /> | ||||
<a href="#mate_vdimgck"><img id="vdimgck_img" src="../plus/vdimgck.php" hspace="6" align="absmiddle" | |||||
<a href="#mate_vdimgck"><img id="vdimgck_img" src="../apps/vdimgck.php" hspace="6" align="absmiddle" | |||||
onClick="vdimgck();" title="看不清换一张" /></a> <a href="#mate_vdimgck" onClick="vdimgck();">看不清换一张</a> | onClick="vdimgck();" title="看不清换一张" /></a> <a href="#mate_vdimgck" onClick="vdimgck();">看不清换一张</a> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -172,7 +172,7 @@ | |||||
</div> | </div> | ||||
<script language="JavaScript" type="text/javascript"> | <script language="JavaScript" type="text/javascript"> | ||||
function vdimgck() { | function vdimgck() { | ||||
document.getElementById("vdimgck_img").src = '../plus/vdimgck.php?' + Math.random(); | |||||
document.getElementById("vdimgck_img").src = '../apps/vdimgck.php?' + Math.random(); | |||||
} | } | ||||
</script> | </script> | ||||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?> | <?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?> | ||||
@@ -69,7 +69,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26">验证码:</td> | <td height="26">验证码:</td> | ||||
<td><input name="validate" type="text" id="vdcode2" size="10" class="ipt-txt" style="text-transform: uppercase;"><img src='../plus/vdimgck.php' style="cursor:pointer" onclick="this.src=this.src+'?'" title="点击我更换图片" alt="点击我更换图片" /></td> | |||||
<td><input name="validate" type="text" id="vdcode2" size="10" class="ipt-txt" style="text-transform: uppercase;"><img src='../apps/vdimgck.php' style="cursor:pointer" onclick="this.src=this.src+'?'" title="点击我更换图片" alt="点击我更换图片" /></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="51"> </td> | <td height="51"> </td> | ||||
@@ -5,7 +5,7 @@ | |||||
alt="<?php echo $cfg_webname;?>" srcset=""></a></div> | alt="<?php echo $cfg_webname;?>" srcset=""></a></div> | ||||
<div class="col-12 col-sm-6 d-flex justify-content-end"> | <div class="col-12 col-sm-6 d-flex justify-content-end"> | ||||
<div class="input-group py-3"> | <div class="input-group py-3"> | ||||
<form class="search" name="formsearch" action="<?php echo $cfg_cmsurl;?>/plus/search.php"> | |||||
<form class="search" name="formsearch" action="<?php echo $cfg_cmsurl;?>/apps/search.php"> | |||||
<input type="hidden" name="kwtype" value="0" /> | <input type="hidden" name="kwtype" value="0" /> | ||||
<input name="q" type="text" class="form-control" placeholder="输入搜索关键词"> | <input name="q" type="text" class="form-control" placeholder="输入搜索关键词"> | ||||
<div class="input-group-append"> | <div class="input-group-append"> | ||||
@@ -19,7 +19,7 @@ | |||||
</div> | </div> | ||||
<div class="cbox mceneter"> | <div class="cbox mceneter"> | ||||
<div class="maplist"> | <div class="maplist"> | ||||
<form action="<?php echo $cfg_cmspath;?>/plus/diy.php" enctype="multipart/form-data" method="post"> | |||||
<form action="<?php echo $cfg_cmspath;?>/apps/diy.php" enctype="multipart/form-data" method="post"> | |||||
<input type="hidden" name="action" value="post" /> | <input type="hidden" name="action" value="post" /> | ||||
<input type="hidden" name="diyid" value="<?php echo $diyid;?>" /> | <input type="hidden" name="diyid" value="<?php echo $diyid;?>" /> | ||||
<input type="hidden" name="do" value="2" /> | <input type="hidden" name="do" value="2" /> | ||||
@@ -1,7 +1,7 @@ | |||||
<table width='100%'> | <table width='100%'> | ||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<form name='infoguide' method='get' action='/plus/list.php'> | |||||
<form name='infoguide' method='get' action='/apps/list.php'> | |||||
[field:nativeplace /] | [field:nativeplace /] | ||||
[field:infotype /] | [field:infotype /] | ||||
<input type='hidden' name='typeid' value='[field:typeid /]' /> | <input type='hidden' name='typeid' value='[field:typeid /]' /> | ||||
@@ -1,4 +1,4 @@ | |||||
<ul> | <ul> | ||||
<li class='fbtitle'>[field:username function="(@me=='guest' ? '游客' : @me)"/] 对 [field:title/] 的评论:</li> | <li class='fbtitle'>[field:username function="(@me=='guest' ? '游客' : @me)"/] 对 [field:title/] 的评论:</li> | ||||
<li class='fbmsg'> <a href="plus/feedback.php?aid=[field:aid/]" class='fbmsg'>[field:msg /]</a></li> | |||||
<li class='fbmsg'> <a href="apps/feedback.php?aid=[field:aid/]" class='fbmsg'>[field:msg /]</a></li> | |||||
</ul> | </ul> |
@@ -16,6 +16,6 @@ else { | |||||
echo "用户名:{$cfg_ml->M_UserName} <input name=\"notuser\" type=\"checkbox\" id=\"notuser\" value=\"1\" />匿名评论\r\n"; | echo "用户名:{$cfg_ml->M_UserName} <input name=\"notuser\" type=\"checkbox\" id=\"notuser\" value=\"1\" />匿名评论\r\n"; | ||||
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}/plus/vdimgck.php' style='cursor:pointer' id='validateimg' onclick=\"this.src=this.src+'?'\" title='点击我更换图片' alt='点击我更换图片' />\r\n"; | |||||
echo "<img src='{$cfg_cmsurl}/apps/vdimgck.php' style='cursor:pointer' id='validateimg' onclick=\"this.src=this.src+'?'\" title='点击我更换图片' alt='点击我更换图片' />\r\n"; | |||||
} | } | ||||
} | } |
@@ -27,7 +27,7 @@ function GetSta($sta, $oid) | |||||
global $dsql; | global $dsql; | ||||
$row = $dsql->GetOne("SELECT p.name FROM `#@__shops_orders` AS s LEFT JOIN `#@__payment` AS p ON s.paytype=p.id WHERE s.oid='$oid'"); | $row = $dsql->GetOne("SELECT p.name FROM `#@__shops_orders` AS s LEFT JOIN `#@__payment` AS p ON s.paytype=p.id WHERE s.oid='$oid'"); | ||||
if ($sta == 0) { | if ($sta == 0) { | ||||
return '未付款('.$row['name'].') < <a href="../plus/carbuyaction.php?dopost=memclickout&oid='.$oid.'" target="_blank">去付款</a>'; | |||||
return '未付款('.$row['name'].') < <a href="../apps/carbuyaction.php?dopost=memclickout&oid='.$oid.'" target="_blank">去付款</a>'; | |||||
} else if ($sta == 1) { | } else if ($sta == 1) { | ||||
return '已付款,等发货'; | return '已付款,等发货'; | ||||
} else if ($sta == 2) { | } else if ($sta == 2) { | ||||
@@ -117,7 +117,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -164,7 +164,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -87,7 +87,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -86,7 +86,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -87,7 +87,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -74,7 +74,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -91,7 +91,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -94,7 +94,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -70,7 +70,7 @@ | |||||
<td align="right" valign="top">验证码:</td> | <td align="right" valign="top">验证码:</td> | ||||
<td><input name="vdcode" type="text" id="vdcode" size="8" class="intxt" | <td><input name="vdcode" type="text" id="vdcode" size="8" class="intxt" | ||||
style='width:50px;text-transform:uppercase;' /> | style='width:50px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -158,8 +158,8 @@ | |||||
<div class="input-group"> | <div class="input-group"> | ||||
<input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | <input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | ||||
style="text-transform:uppercase;"> | style="text-transform:uppercase;"> | ||||
<img src="<?php echo $cfg_cmsurl;?>/plus/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
<img src="<?php echo $cfg_cmsurl;?>/apps/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
title="点击我更换图片" alt="点击我更换图片" /> | title="点击我更换图片" alt="点击我更换图片" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -5,7 +5,7 @@ | |||||
alt="<?php echo $cfg_webname;?>"></a></div> | alt="<?php echo $cfg_webname;?>"></a></div> | ||||
<div class="col-12 col-sm-6 d-flex justify-content-end"> | <div class="col-12 col-sm-6 d-flex justify-content-end"> | ||||
<div class="input-group py-3"> | <div class="input-group py-3"> | ||||
<form class="search" name="formsearch" action="<?php echo $cfg_cmsurl;?>/plus/search.php"> | |||||
<form class="search" name="formsearch" action="<?php echo $cfg_cmsurl;?>/apps/search.php"> | |||||
<input type="hidden" name="kwtype" value="0" /> | <input type="hidden" name="kwtype" value="0" /> | ||||
<input name="q" type="text" class="form-control" placeholder="输入搜索关键词"> | <input name="q" type="text" class="form-control" placeholder="输入搜索关键词"> | ||||
<div class="input-group-append"> | <div class="input-group-append"> | ||||
@@ -38,8 +38,8 @@ | |||||
<div class="input-group"> | <div class="input-group"> | ||||
<input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | <input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | ||||
style="text-transform:uppercase;"> | style="text-transform:uppercase;"> | ||||
<img src="<?php echo $cfg_cmsurl;?>/plus/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
<img src="<?php echo $cfg_cmsurl;?>/apps/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
title="点击我更换图片" alt="点击我更换图片" /> | title="点击我更换图片" alt="点击我更换图片" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -38,8 +38,8 @@ | |||||
<div class="input-group"> | <div class="input-group"> | ||||
<input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | <input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | ||||
style="text-transform:uppercase;"> | style="text-transform:uppercase;"> | ||||
<img src="<?php echo $cfg_cmsurl;?>/plus/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
<img src="<?php echo $cfg_cmsurl;?>/apps/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
title="点击我更换图片" alt="点击我更换图片" /> | title="点击我更换图片" alt="点击我更换图片" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -44,7 +44,7 @@ | |||||
<td align="center"><?php echo $fields['aid']; ?></td> | <td align="center"><?php echo $fields['aid']; ?></td> | ||||
<td> | <td> | ||||
<?php | <?php | ||||
echo '<a href="../plus/view.php?aid='.str_replace('ARCHIVE', '', $fields['buyid']).'" target="_blank">'.$fields['oldinfo'].'</a>'; | |||||
echo '<a href="../apps/view.php?aid='.str_replace('ARCHIVE', '', $fields['buyid']).'" target="_blank">'.$fields['oldinfo'].'</a>'; | |||||
?> | ?> | ||||
</td> | </td> | ||||
<td align="center"><?php echo $fields['money']; ?></td> | <td align="center"><?php echo $fields['money']; ?></td> | ||||
@@ -41,7 +41,7 @@ | |||||
target='_blank'>{dede:field.title/}</a></td> | target='_blank'>{dede:field.title/}</a></td> | ||||
<td width="25%" align="center" class="doPost"><span class="itemDigg"> | <td width="25%" align="center" class="doPost"><span class="itemDigg"> | ||||
<a class="text_button" | <a class="text_button" | ||||
href="../plus/recommend.php?type={dede:field.type/}&aid={dede:field.aid/}" | |||||
href="../apps/recommend.php?type={dede:field.type/}&aid={dede:field.aid/}" | |||||
target="_blank">[推荐]</a> | target="_blank">[推荐]</a> | ||||
</span> <span class="itemManage"> | </span> <span class="itemManage"> | ||||
<a | <a | ||||
@@ -31,8 +31,8 @@ | |||||
<div class="input-group"> | <div class="input-group"> | ||||
<input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | <input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | ||||
style="text-transform:uppercase;"> | style="text-transform:uppercase;"> | ||||
<img src="<?php echo $cfg_cmsurl;?>/plus/vdimgck.php" id="validateimg" | |||||
style="cursor:pointer;" onClick="this.src='<?php echo $cfg_cmsurl;?>/plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
<img src="<?php echo $cfg_cmsurl;?>/apps/vdimgck.php" id="validateimg" | |||||
style="cursor:pointer;" onClick="this.src='<?php echo $cfg_cmsurl;?>/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
title="点击我更换图片" alt="点击我更换图片" /> | title="点击我更换图片" alt="点击我更换图片" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -16,7 +16,7 @@ | |||||
num = num + rand; | num = num + rand; | ||||
$('#ver_code').css('visibility','visible'); | $('#ver_code').css('visibility','visible'); | ||||
if ($("#vdimgck")[0]) { | if ($("#vdimgck")[0]) { | ||||
$("#vdimgck")[0].src = "../plus/vdimgck.php?tag=" + num; | |||||
$("#vdimgck")[0].src = "../apps/vdimgck.php?tag=" + num; | |||||
} | } | ||||
return false; | return false; | ||||
} | } | ||||
@@ -81,8 +81,8 @@ | |||||
<div class="input-group"> | <div class="input-group"> | ||||
<input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | <input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | ||||
style="text-transform:uppercase;"> | style="text-transform:uppercase;"> | ||||
<img src="<?php echo $cfg_cmsurl;?>/plus/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
<img src="<?php echo $cfg_cmsurl;?>/apps/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
title="点击我更换图片" alt="点击我更换图片" /> | title="点击我更换图片" alt="点击我更换图片" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -41,8 +41,8 @@ | |||||
<div class="input-group"> | <div class="input-group"> | ||||
<input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | <input name="vdcode" placeholder="输入图形验证码" type="text" class="form-control" id="iptValidate" | ||||
style="text-transform:uppercase;"> | style="text-transform:uppercase;"> | ||||
<img src="<?php echo $cfg_cmsurl;?>/plus/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
<img src="<?php echo $cfg_cmsurl;?>/apps/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='<?php echo $cfg_cmsurl;?>/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
title="点击我更换图片" alt="点击我更换图片" /> | title="点击我更换图片" alt="点击我更换图片" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -114,7 +114,7 @@ | |||||
<tr> | <tr> | ||||
<td align="center"><input type="checkbox" name="deleteid" value="{dede:field.oid/}"/></td> | <td align="center"><input type="checkbox" name="deleteid" value="{dede:field.oid/}"/></td> | ||||
<td align="center"><a href="shops_products.php?do=show&oid={dede:field.oid/}">{dede:field.oid/}</a></td> | <td align="center"><a href="shops_products.php?do=show&oid={dede:field.oid/}">{dede:field.oid/}</a></td> | ||||
<td align="center"><a href="<?php echo $cfg_cmspath;?>/plus/view.php?aid={dede:field.aid/}" target="_blank">{dede:field.title/}</a></td> | |||||
<td align="center"><a href="<?php echo $cfg_cmspath;?>/apps/view.php?aid={dede:field.aid/}" target="_blank">{dede:field.title/}</a></td> | |||||
<td align="center"><strong>{dede:field.price/}</strong></td> | <td align="center"><strong>{dede:field.price/}</strong></td> | ||||
<td align="center">{dede:field.buynum/}</td> | <td align="center">{dede:field.buynum/}</td> | ||||
<td align="center">{dede:field.oid function="carTime(@me)"/}</td> | <td align="center">{dede:field.oid function="carTime(@me)"/}</td> | ||||
@@ -216,7 +216,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -233,7 +233,7 @@ | |||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | <input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | ||||
style='width:100px;text-transform:uppercase;' /> | style='width:100px;text-transform:uppercase;' /> | ||||
<img src="../plus/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | onclick="this.src=this.src+'?'" /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||