Browse Source

调整

tags/6.3.2
叙述、别离 10 months ago
parent
commit
a6293be77a
14 changed files with 34 additions and 32 deletions
  1. +2
    -2
      src/admin/templets/album_add.htm
  2. +2
    -2
      src/admin/templets/album_edit.htm
  3. +2
    -2
      src/admin/templets/archives_add.htm
  4. +2
    -2
      src/admin/templets/archives_edit.htm
  5. +2
    -2
      src/admin/templets/article_add.htm
  6. +2
    -2
      src/admin/templets/article_edit.htm
  7. +6
    -5
      src/admin/templets/catalog_add.htm
  8. +1
    -1
      src/admin/templets/catalog_add_quick.htm
  9. +6
    -5
      src/admin/templets/catalog_edit.htm
  10. +2
    -2
      src/admin/templets/soft_add.htm
  11. +2
    -2
      src/admin/templets/soft_edit.htm
  12. +2
    -2
      src/admin/templets/spec_add.htm
  13. +2
    -2
      src/admin/templets/spec_edit.htm
  14. +1
    -1
      src/static/web/css/admin.css

+ 2
- 2
src/admin/templets/album_add.htm View File

@@ -277,8 +277,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input type="radio" name="ishtml" value="1" checked> 生成网页</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
<label><input type="radio" name="ishtml" value="1" checked> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/album_edit.htm View File

@@ -328,8 +328,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input type="radio" name="ishtml" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 生成网页</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
<label><input type="radio" name="ishtml" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/archives_add.htm View File

@@ -215,8 +215,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input type="radio" name="ishtml" value="1" checked> 生成网页</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
<label><input type="radio" name="ishtml" value="1" checked> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/archives_edit.htm View File

@@ -211,8 +211,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input name="ishtml" type="radio" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 生成网页</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
<label><input name="ishtml" type="radio" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/article_add.htm View File

@@ -223,8 +223,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input type="radio" name="ishtml" value="1" checked> 生成网页</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
<label><input type="radio" name="ishtml" value="1" checked> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/article_edit.htm View File

@@ -209,8 +209,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input name="ishtml" type="radio" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 生成网页</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
<label><input name="ishtml" type="radio" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
</td>
</tr>
</table>


+ 6
- 5
src/admin/templets/catalog_add.htm View File

@@ -153,7 +153,7 @@
<td>
<label><input type="radio" name="isdefault" value="1" checked> 静态浏览</label>
<label><input type="radio" name="isdefault" value="-1"> 动态浏览</label>
<label><input type="radio" name="isdefault" value="0"> 浏览列表第一页</label>
<label><input type="radio" name="isdefault" value="0"> 列表第一页浏览</label>
</td>
<td>默认页的名称:</td>
<td><input type="text" name="defaultname" value="index.html" class="admin-input-lg"></td>
@@ -170,9 +170,9 @@
<label><input type="radio" name="cross" id="cross0" value="0" onclick="CheckCross();" checked> 不交叉</label>
<label><input type="radio" name="cross" id="cross1" value="1" onclick="CheckCross();"> 自动获取同名栏目</label>
<label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();"> 指定交叉栏目id(英文逗号隔开)</label>
<a href="javascript:ShowHide('helpvarco');" class="btn btn-success btn-sm">说明</a><br>
<textarea name="crossid" id="crossid" class="admin-textarea-sm" style="display:none"></textarea>
<div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目是大栏目与另一个非子栏目交叉的情况,相当于副栏目功能,需要在栏目里设置好</div>
<a href="javascript:ShowHide('helpvarco');" class="btn btn-success btn-sm">说明</a>
<div id="crossid" style="display:none"><textarea name="crossid" class="admin-textarea-sm"></textarea></div>
<div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目栏目与另一个非子栏目交叉的情况,相当于副栏目功能</div>
</td>
</tr>
<?php if ($id==0) {?>
@@ -180,7 +180,8 @@
<td>多站点支持:</td>
<td>
<label><input type="radio" name="moresite" value="1"> 启用</label>
<label><input type="radio" name="moresite" value="0" checked> 不启用</label>(需要绑定二级域名,系统变量中开启支持多站点)
<label><input type="radio" name="moresite" value="0" checked> 不启用</label>
<span>(需要绑定二级域名,系统变量中开启支持多站点)</span>
</td>
<td>绑定域名:</td>
<td><input type="text" name="siteurl" id="siteurl" onChange="CheckPathSet();" class="admin-input-lg">(请输入绑定域名http开头)</td>


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

@@ -66,7 +66,7 @@
<td>
<label><input type="radio" name="isdefault" value="1" checked> 静态浏览</label>
<label><input type="radio" name="isdefault" value="-1"> 动态浏览</label>
<label><input type="radio" name="isdefault" value="0"> 浏览列表第一页</label>
<label><input type="radio" name="isdefault" value="0"> 列表第一页浏览</label>
</td>
<td>列表命名规则:</td>
<td>


+ 6
- 5
src/admin/templets/catalog_edit.htm View File

@@ -138,7 +138,7 @@
<td>
<label><input type="radio" name="isdefault" value="1" <?php if ($myrow['isdefault']==1) echo 'checked';?>> 静态浏览</label>
<label><input type="radio" name="isdefault" value="-1" <?php if ($myrow['isdefault']==-1) echo 'checked';?>> 动态浏览</label>
<label><input type="radio" name="isdefault" value="0" <?php if ($myrow['isdefault']==0) echo 'checked';?>> 浏览列表第一页</label>
<label><input type="radio" name="isdefault" value="0" <?php if ($myrow['isdefault']==0) echo 'checked';?>> 列表第一页浏览</label>
</td>
<td>默认页的名称:</td>
<td><input type="text" name="defaultname" value="<?php echo $myrow['defaultname']?>" class="admin-input-lg"></td>
@@ -155,16 +155,17 @@
<label><input type="radio" name="cross" id="cross0" value="0" onclick="CheckCross();" <?php if ($myrow['cross']==0) echo 'checked';?>> 不交叉</label>
<label><input type="radio" name="cross" id="cross1" value="1" onclick="CheckCross();" <?php if ($myrow['cross']==1) echo 'checked';?>> 自动获取同名栏目</label>
<label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();" <?php if ($myrow['cross']==2) echo 'checked';?>> 指定交叉栏目id(英文逗号隔开)</label>
<a href="javascript:ShowHide('helpvarco');" class="btn btn-success btn-sm">说明</a><br>
<textarea name="crossid" id="crossid" class="admin-textarea-sm" style="<?php if ($myrow['cross']!=2) echo'display:none';?>"><?php echo $myrow['crossid'];?></textarea>
<div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目是大栏目与另一个非子栏目交叉的情况,相当于副栏目功能,需要在栏目里设置好</div>
<a href="javascript:ShowHide('helpvarco');" class="btn btn-success btn-sm">说明</a>
<div id="crossid" style="<?php if ($myrow['cross']!=2) echo'display:none';?>"><textarea name="crossid" class="admin-textarea-sm"><?php echo $myrow['crossid'];?></textarea></div>
<div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目栏目与另一个非子栏目交叉的情况,相当于副栏目功能</div>
</td>
</tr>
<tr>
<td width="260">多站点支持:</td>
<td>
<label><input type="radio" name="moresite" value="1" <?php if ($myrow['moresite']==1) echo 'checked';?>> 启用</label>
<label><input type="radio" name="moresite" value="0" <?php if ($myrow['moresite']==0) echo 'checked';?>> 不启用</label>(仅顶级栏目启用,子类栏目无效)
<label><input type="radio" name="moresite" value="0" <?php if ($myrow['moresite']==0) echo 'checked';?>> 不启用</label>
<span>(仅顶级栏目启用,子类栏目无效)</span>
</td>
<td>绑定域名:</td>
<td><input type="text" name="siteurl" id="siteurl" value="<?php echo $myrow['siteurl']?>" class="admin-input-lg">(请输入绑定域名http开头)</td>


+ 2
- 2
src/admin/templets/soft_add.htm View File

@@ -407,8 +407,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input type="radio" name="ishtml" value="1" checked> 生成网页</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
<label><input type="radio" name="ishtml" value="1" checked> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/soft_edit.htm View File

@@ -354,8 +354,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input type="radio" name="ishtml" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 生成网页</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
<label><input type="radio" name="ishtml" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/spec_add.htm View File

@@ -249,8 +249,8 @@
</td>
<td width="120">发布选项:</td>
<td>
<label><input type="radio" name="ishtml" value="1" checked> 生成网页</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
<label><input type="radio" name="ishtml" value="1" checked> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0"> 动态浏览</label>
</td>
</tr>
</table>


+ 2
- 2
src/admin/templets/spec_edit.htm View File

@@ -296,8 +296,8 @@
<label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo 'checked';?>> 禁止评论</label>
<td width="120">发布选项:</td>
<td>
<label><input type="radio" name="ishtml" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 生成网页</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
<label><input type="radio" name="ishtml" value="1" <?php if ($arcRow["ismake"]!=-1) echo 'checked';?>> 静态浏览</label>
<label><input type="radio" name="ishtml" value="0" <?php if ($arcRow["ismake"]==-1) echo 'checked';?>> 动态浏览</label>
</td>
</tr>
</table>


+ 1
- 1
src/static/web/css/admin.css View File

@@ -85,7 +85,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s}
.updates-dot{display:none;position:absolute;top:10px;right:5px;height:8px;width:8px;background:var(--danger);border-radius:50%}
.spinner-border{width:20px;height:20px;vertical-align:bottom}
.sys-search{position:relative}
.sys-search .sys-times{position:absolute;top:1px;right:20px}
.sys-search .sys-times{position:absolute;top:1px;right:1rem}
.coolbg{padding:0.5rem;background:var(--white);border-bottom:1px solid var(--gray-300);text-align:right}
.coolbg-box{padding:0.5rem;background:var(--white);overflow-y:auto}
.colordlg{padding:0.5rem;background:var(--white);border:1px solid var(--gray-300);z-index:10005}


Loading…
Cancel
Save