Browse Source

调整

tags/6.2.7
叙述、别离 11 months ago
parent
commit
47e3c19f99
25 changed files with 37 additions and 37 deletions
  1. +1
    -1
      src/admin/ad_edit.php
  2. +1
    -1
      src/admin/freelist_main.php
  3. +2
    -2
      src/admin/inc/inc_archives_functions.php
  4. +4
    -4
      src/admin/module_main.php
  5. +1
    -1
      src/admin/module_upload.php
  6. +1
    -1
      src/admin/search_keywords_main.php
  7. +3
    -3
      src/admin/templets/freelist_add.htm
  8. +1
    -1
      src/admin/templets/freelist_edit.htm
  9. +1
    -1
      src/admin/templets/friendlink_main.htm
  10. +4
    -4
      src/admin/templets/mytag_tag_guide.htm
  11. +1
    -1
      src/admin/templets/sys_cache_up.htm
  12. +1
    -1
      src/admin/templets/sys_data_replace.htm
  13. +1
    -1
      src/admin/templets/templets_default.htm
  14. +1
    -1
      src/system/taglib/help/arclist.txt
  15. +1
    -1
      src/system/taglib/help/arclistsg.txt
  16. +1
    -1
      src/system/taglib/help/likearticle.txt
  17. +1
    -1
      src/theme/dedebiz/article_default.htm
  18. +1
    -1
      src/theme/dedebiz/article_default_sg.htm
  19. +4
    -4
      src/user/templets/buy.htm
  20. +1
    -1
      src/user/templets/buy_action_payment.htm
  21. +1
    -1
      src/user/templets/content_list.htm
  22. +1
    -1
      src/user/templets/content_sg_list.htm
  23. +1
    -1
      src/user/templets/mypay.htm
  24. +1
    -1
      src/user/templets/mystow.htm
  25. +1
    -1
      src/user/templets/operation.htm

+ 1
- 1
src/admin/ad_edit.php View File

@@ -22,7 +22,7 @@ if ($dopost == 'delete') {
require_once(DEDEINC.'/libraries/oxwindow.class.php');
$jscode = "<script src='{$cfg_phpurl}/ad_js.php?aid=$aid'></script>";
$showhtml = "<xmp style='color:#333333;background-color:#ffffff'>\r\n\r\n$jscode\r\n\r\n</xmp>";
$showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='ad_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='200'></iframe>";
$showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='ad_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='360'></iframe>";
$row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' ");
$showtag = '{'."dede:myad name='{$row['tagname']}'/".'}';
$info = "广告标签会解析成标签中文档到页面,广告修改后需要重新生成,如果不希望重新生成所有页面,则直接js调用代码即可";


+ 1
- 1
src/admin/freelist_main.php View File

@@ -57,7 +57,7 @@ function GetTagList($dsql,$pageno,$pagesize,$orderby='aid')
{
global $cfg_phpurl, $addsql;
$start = ($pageno-1) * $pagesize;
$printhead ="<table width='98%' align='center' class='table maintable my-3'>
$printhead ="<table align='center' class='table maintable my-3'>
<tr>
<td colspan='6' bgcolor='#f5f5f5'>自由列表管理</td>
</tr>


+ 2
- 2
src/admin/inc/inc_archives_functions.php View File

@@ -750,8 +750,8 @@ function GetUpdateTest()
if ($cfg_make_andcat == 'Y') $dolist .= empty($dolist) ? 'makeparenttype' : ',makeparenttype';
$dolists = explode(',', $dolist);
$jumpUrl = "task_do.php?typeid={$typeid}&aid={$arcID}&dopost={$dolists[0]}&nextdo=".preg_replace("#".$dolists[0]."[,]{0,1}#", '', $dolist);
$revalue = "<table id='tgtable' class='maintable my-3'><tr><td bgcolor='#f8f8f8'>正在进行相关文档更新,请完成前不要进行其它操作:\r\n</td></tr>\r\n";
$revalue .= "<tr><td>\r\n<iframe name='stafrm' id='stafrm' frameborder='0' width='100%' height='200px' src='$jumpUrl'></iframe>\r\n</td></tr>\r\n";
$revalue = "<table id='tgtable' class='maintable my-3'><tr><td bgcolor='#f8f8f8'>正在进行相关文档更新,未完成前不要执行其它操作:\r\n</td></tr>\r\n";
$revalue .= "<tr><td>\r\n<iframe name='stafrm' id='stafrm' frameborder='0' width='100%' height='360px' src='$jumpUrl'></iframe>\r\n</td></tr>\r\n";
$revalue .= "</table>";
} else {
$revalue = '';


+ 4
- 4
src/admin/module_main.php View File

@@ -153,7 +153,7 @@ if ($action == '') {
$win->AddTitle("<a href='module_main.php'>模块管理</a> &gt; 安装{$infos['name']}");
$win->AddHidden("hash", $hash);
$win->AddHidden("action", 'setupstart');
$msg = "<table width='98%' class='table'>
$msg = "<table class='table'>
<tr>
<td class='admin-td' colspan='2'>
<div class='alert alert-danger mb-0'>安装时文件列表中涉及的目录前可写入权限,此外后台管理目录和主题目录也必须暂时设置可写入权限</div>
@@ -276,7 +276,7 @@ if ($action == '') {
$win->AddTitle("<a href='module_main.php'>模块管理</a> &gt; 删除{$infos['name']}");
$win->AddHidden('hash', $hash);
$win->AddHidden('action', 'delok');
$msg = "<table width='98%' class='table'>
$msg = "<table class='table'>
<tr>
<td width='260' class='admin-td'>模块名称:</td>
<td class='admin-td'>{$infos['name']}</td>
@@ -336,7 +336,7 @@ if ($action == '') {
$win->AddTitle("<a href='module_main.php'>模块管理</a> &gt; 卸载{$infos['name']}");
$win->AddHidden("hash", $hash);
$win->AddHidden("action", 'uninstallok');
$msg = "<table width='98%' class='table'>
$msg = "<table class='table'>
<tr>
<td width='260' class='admin-td'>模块名称:</td>
<td class='admin-td'>{$infos['name']}</td>
@@ -462,7 +462,7 @@ if ($action == '') {
$win->Init("", "js/blank.js", "");
$wecome_info = "模块管理";
$win->AddTitle("<a href='module_main.php'>模块管理</a> &gt; {$infos['name']}");
$msg = "<table width='98%' align='center'>
$msg = "<table class='table'>
<tr>
<td width='260' class='admin-td'>模块名称:</td>
<td class='admin-td'>{$infos['name']}</td>


+ 1
- 1
src/admin/module_upload.php View File

@@ -57,7 +57,7 @@ if ($action == 'upload') {
$wecome_info = "<a href='module_main.php'>模块管理</a> &gt; 上传模块插件";
$win->AddTitle('请选择上传的模块插件文件');
$win->AddHidden("action", 'upload');
$msg = "<table width='98%' align='center'>
$msg = "<table class='table'>
<tr>
<td width='260'>文件格式:</td>
<td><label><input type='radio' name='filetype' value='0' checked='checked'> 正常模块插件格式</label></td>


+ 1
- 1
src/admin/search_keywords_main.php View File

@@ -60,7 +60,7 @@ function GetKeywordList($dsql, $pageno, $pagesize, $orderby = 'aid')
$start = ($pageno - 1) * $pagesize;
$printhead = "<form name='form3' action=\"search_keywords_main.php\" method=\"post\">
<input name=\"dopost\" type=\"hidden\" value=\"\">
<table width='98%' align='center' class='table maintable my-3'>
<table align='center' class='table maintable my-3'>
<tr>
<td colspan='8' bgcolor='#f5f5f5'>搜索关键词维护</td>
</tr>


+ 3
- 3
src/admin/templets/freelist_add.htm View File

@@ -38,7 +38,7 @@
</li>
</div>
<div id="list3" style="display:none">
<table width="98%">
<table>
<tr>
<td align="center">[field:imglink/]</td>
</tr>
@@ -113,7 +113,7 @@
</tr>
<tr>
<td colspan="2">
<table width="98%" class="table table-borderless">
<table class="table table-borderless">
<tr>
<td width="25%" height="126">
<label><img src="../static/web/img/g_t2.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="1"></label>
@@ -216,7 +216,7 @@
</td>
</tr>
<tr>
<td colspan="2">循环内的单行记录样式(InnerText)支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,stime(pubdate的&quot;0000-00-00&quot;格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示Pubdate发布时间的调用参数[field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</td>
<td colspan="2">循环内的单行记录样式支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,stime(pubdate的&quot;0000-00-00&quot;格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示Pubdate发布时间的调用参数[field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</td>
</tr>
<tr>
<td colspan="2" class="p-0">


+ 1
- 1
src/admin/templets/freelist_edit.htm View File

@@ -181,7 +181,7 @@
</td>
</tr>
<tr>
<td colspan="2">循环内的单行记录样式(InnerText)循环内的单行记录样式(InnerText):支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,stime(pubdate的&quot;0000-00-00&quot;格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示Pubdate发布时间的调用参数[field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</td>
<td colspan="2">循环内的单行记录样式循环内的单行记录样式:支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,stime(pubdate的&quot;0000-00-00&quot;格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示Pubdate发布时间的调用参数[field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</td>
</tr>
<tr>
<td colspan="2" class="p-0"><textarea name="innertext" id="myinnertext" class="admin-textarea-xl"><?php echo $ctag->GetInnerText()?></textarea></td>


+ 1
- 1
src/admin/templets/friendlink_main.htm View File

@@ -14,7 +14,7 @@
</head>
<body>
<form action="friendlink_main.php" name="form1" method="get">
<table width="98%" align="center" class="table maintable my-3">
<table align="center" class="table maintable my-3">
<tr bgcolor="#f5f5f5">
<td>
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword;?>" class="admin-input-lg mr-3">


+ 4
- 4
src/admin/templets/mytag_tag_guide.htm View File

@@ -20,7 +20,7 @@
<span id="list1" style="display:none">[field:textlink/]([field:pubdate function=MyDate('m-d',@me)/])</span>
<span id="list2" style="display:none">[field:typelink/] [field:textlink/]</span>
<span id="list3" style="display:none">
<table width="98%">
<table>
<tr>
<td align="center">[field:imglink/]</td>
</tr>
@@ -30,7 +30,7 @@
</table>
</span>
<span id="list4" style="display:none">
<table width="100%">
<table>
<tr>
<td width="30%" rowspan="2" align="center">[field:imglink/]</td>
<td width="70%"><a href="[field:filename/]">[field:title/]</a></td>
@@ -156,13 +156,13 @@
</td>
</tr>
<tr>
<td>单条记录样式(InnerText):</td>
<td>单行记录样式:</td>
</tr>
<tr>
<td class="p-0"><textarea name="innertext" id="myinnertext" class="admin-textarea-xl">[field:textlink/]([field:pubdate function=MyDate('m-d',@me)/])<br></textarea></td>
</tr>
<tr>
<td>循环内的单行记录样式(InnerText)支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,stime(pubdate的&quot;0000-00-00&quot;格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示Pubdate发布时间的调用参数[field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</td>
<td>循环内的单行记录样式支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,stime(pubdate的&quot;0000-00-00&quot;格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示Pubdate发布时间的调用参数[field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</td>
</tr>
<tr>
<td bgcolor="#f5f5f5" align="center">


+ 1
- 1
src/admin/templets/sys_cache_up.htm View File

@@ -11,7 +11,7 @@
<body>
<form name="form1" action="sys_cache_up.php" method="get" target='stafrm'>
<input type="hidden" name="dopost" value="ok">
<table width="98%" align="center" class="table maintable my-3">
<table align="center" class="table maintable my-3">
<tr>
<td bgcolor="#f5f5f5">更新缓存</td>
</tr>


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

@@ -27,7 +27,7 @@
<tr>
<td width="260">选择数据表与字段:</td>
<td class="table-borderless p-0">
<table width="98%">
<table>
<tr>
<td id="tables">
<?php


+ 1
- 1
src/admin/templets/templets_default.htm View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body>
<table width="98%" align="center" class="table maintable my-3">
<table align="center" class="table maintable my-3">
<tr>
<td colspan="4" bgcolor="#f5f5f5">
<?php


+ 1
- 1
src/system/taglib/help/arclist.txt View File

@@ -23,7 +23,7 @@ orderby='sortrank' 文档排序方式
orderby='rand' 随机获得指定条件的文档列表
keyword='关键词' 含有指定关键词的文档列表,多个关键词用英文逗号分开
limit='' 限定的记录范围(如:limit='1,2')
innertext='' 单记录样式
innertext='' 单记录样式
aid='' 指定文档id
idlist='' 提取特定文档
isweight='n' 开启按照权重排序,默认为n/N,如果设为y/Y,则文档会按照weight字段排序,数值越小越靠前


+ 1
- 1
src/system/taglib/help/arclistsg.txt View File

@@ -18,7 +18,7 @@ orderby='sortrank' 文档排序方式
orderby='rand' 随机获得指定条件的文档列表
keyword='关键词' 含有指定关键词的文档列表,多个关键词用英文逗号分开
limit='' 限定的记录范围(如:limit='1,2')
innertext='' 单记录样式
innertext='' 单记录样式
aid='' 指定文档id
idlist='' 提取特定文档
channelid='' 栏目id


+ 1
- 1
src/system/taglib/help/likearticle.txt View File

@@ -9,4 +9,4 @@ row='10' 返回文档列表总数
titlelen='160' 标题长度等同于titlelength
infolen='260' 表示文档简介长度 等同于infolength
mytypeid='0' 手工指定要限定的栏目id,用英文逗号表示多个
innertext='' 单记录样式(指标签中间的文档)
innertext='' 单记录样式(指标签中间的文档)

+ 1
- 1
src/theme/dedebiz/article_default.htm View File

@@ -48,7 +48,7 @@
</nav>
<div class="alert alert-warning">您会看到这个提示,那是因为您的系统无法识别某栏目的模型信息,或者您新建模型后,没为这个模型设计单独的模板不同模型的文档浏览页的模板为:article_模型名字标识.htm如“article_article.htm”,更多的信息您可以在栏目模型管理的地方查看</div>
{dede:fieldlist}
<table width="100%" class="table">
<table class="table">
<tr>
<td width="70%" align="center">
[field:name/]文档:<br>


+ 1
- 1
src/theme/dedebiz/article_default_sg.htm View File

@@ -50,7 +50,7 @@
</nav>
<div class="alert alert-warning mt-3">您会看到这个提示,那是因为您的系统无法识别某栏目的模型信息,或者您新建模型后,没为这个模型设计单独的模板不同模型的文档浏览页的模板为:article_模型名字标识.htm如“article_article.htm”,更多的信息您可以在栏目模型管理的地方查看</div>
{dede:fieldlist}
<table width="100%" bgcolor="#BED1AB" class="table">
<table class="table">
<tr>
<td width="30%" align="center" bgcolor="#FBFEF5">
[field:name/] 文档:<br>


+ 4
- 4
src/user/templets/buy.htm View File

@@ -30,7 +30,7 @@
<div class="pb-3">
<p>积分兑换金币(<?php echo "兑换价格{$cfg_money_scores}积分/个,您目前可兑换金币{$canCav}";?>)</p>
<form name="formrank" action="index_do.php?dopost=money2s&fmdo=user" method="post">
<table width="100%" class="table">
<table class="table">
<tbody>
<tr>
<td width="20%">兑换数量:</td>
@@ -48,7 +48,7 @@
<div class="pb-3">
<h4 class="mb-3">积分充值</h4>
<form name="formrank" action="check_card.php" method="post">
<table width="100%" class="table">
<table class="table">
<tbody>
<tr>
<td width="20%">积分密码:</td>
@@ -73,7 +73,7 @@
<h4 class="mb-3">购买金币</h4>
<form name="f1" action="buy_action.php" method="post">
<input type="hidden" name="product" value="card">
<table width="100%" class="table">
<table class="table">
<tr>
<th width="8%">选择</th>
<th width="30%">产品名称</th>
@@ -91,7 +91,7 @@
<h4 class="mb-3">账号升级</h4>
<form name="f1" action="buy_action.php" method="post">
<input type="hidden" name="product" value="member">
<table width="100%" class="table">
<table class="table">
<tr>
<th width="8%">选择</th>
<th width="23%">产品名称</th>


+ 1
- 1
src/user/templets/buy_action_payment.htm View File

@@ -31,7 +31,7 @@
<input type="hidden" name="pd_encode" value="<?php echo $pr_encode;?>">
<input type="hidden" name="pd_verify" value="<?php echo $pr_verify;?>">
<input type="hidden" name="aid" value="<?php echo $buyid;?>">
<table width="100%" class="table">
<table class="table">
<tbody>
<tr>
<td width="15%" align="right">订单编号:</td>


+ 1
- 1
src/user/templets/content_list.htm View File

@@ -29,7 +29,7 @@
<span class="navbar-text"><a class="btn btn-success btn-sm" href="archives_do.php?dopost=addArc&channelid=<?php echo $channelid;?>">发布</a></span>
</nav>
<div class="table-responsive">
<table width="100%" class="table">
<table class="table">
<thead>
<tr>
<th width="26%">文档标题</th>


+ 1
- 1
src/user/templets/content_sg_list.htm View File

@@ -29,7 +29,7 @@
<span class="navbar-text"><a class="btn btn-success btn-sm" href="archives_do.php?dopost=addArc&channelid=<?php echo $channelid;?>">发布</a></span>
</nav>
<div class="table-responsive">
<table width="100%" class="table">
<table class="table">
<thead>
<tr>
<th width="26%">文档标题</th>


+ 1
- 1
src/user/templets/mypay.htm View File

@@ -22,7 +22,7 @@
<div class="col-md-9">
<div class="pannel-main-container shadow-sm rounded">
<div class="table-responsive">
<table width="100%" class="table">
<table class="table">
<thead>
<tr>
<th width="8%">选择</th>


+ 1
- 1
src/user/templets/mystow.htm View File

@@ -26,7 +26,7 @@
<li class="nav-item"><a class="nav-link <?php echo $rank==='top'? 'active' : '';?>" href="mystow.php?rank=top">收藏排行</a></li>
</ul>
</nav>
<table width="100%" class="table">
<table class="table">
<tbody>
<thead>
<tr>


+ 1
- 1
src/user/templets/operation.htm View File

@@ -22,7 +22,7 @@
<div class="col-md-9">
<div class="pannel-main-container shadow-sm rounded">
<div class="table-responsive">
<table width="100%" class="table">
<table class="table">
<thead>
<tr>
<th width="8%">选择</th>


Loading…
Cancel
Save