| @@ -277,8 +277,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -328,8 +328,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -215,8 +215,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -211,8 +211,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -223,8 +223,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -209,8 +209,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -153,7 +153,7 @@ | |||||
| <td> | <td> | ||||
| <label><input type="radio" name="isdefault" value="1" checked> 静态浏览</label> | <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="-1"> 动态浏览</label> | ||||
| <label><input type="radio" name="isdefault" value="0"> 浏览列表第一页</label> | |||||
| <label><input type="radio" name="isdefault" value="0"> 列表第一页浏览</label> | |||||
| </td> | </td> | ||||
| <td>默认页的名称:</td> | <td>默认页的名称:</td> | ||||
| <td><input type="text" name="defaultname" value="index.html" class="admin-input-lg"></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="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="cross1" value="1" onclick="CheckCross();"> 自动获取同名栏目</label> | ||||
| <label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();"> 指定交叉栏目id(英文逗号隔开)</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> | </td> | ||||
| </tr> | </tr> | ||||
| <?php if ($id==0) {?> | <?php if ($id==0) {?> | ||||
| @@ -180,7 +180,8 @@ | |||||
| <td>多站点支持:</td> | <td>多站点支持:</td> | ||||
| <td> | <td> | ||||
| <label><input type="radio" name="moresite" value="1"> 启用</label> | <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> | <td>绑定域名:</td> | ||||
| <td><input type="text" name="siteurl" id="siteurl" onChange="CheckPathSet();" class="admin-input-lg">(请输入绑定域名http开头)</td> | <td><input type="text" name="siteurl" id="siteurl" onChange="CheckPathSet();" class="admin-input-lg">(请输入绑定域名http开头)</td> | ||||
| @@ -66,7 +66,7 @@ | |||||
| <td> | <td> | ||||
| <label><input type="radio" name="isdefault" value="1" checked> 静态浏览</label> | <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="-1"> 动态浏览</label> | ||||
| <label><input type="radio" name="isdefault" value="0"> 浏览列表第一页</label> | |||||
| <label><input type="radio" name="isdefault" value="0"> 列表第一页浏览</label> | |||||
| </td> | </td> | ||||
| <td>列表命名规则:</td> | <td>列表命名规则:</td> | ||||
| <td> | <td> | ||||
| @@ -138,7 +138,7 @@ | |||||
| <td> | <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="-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> | <td>默认页的名称:</td> | ||||
| <td><input type="text" name="defaultname" value="<?php echo $myrow['defaultname']?>" class="admin-input-lg"></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="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="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> | <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> | </td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td width="260">多站点支持:</td> | <td width="260">多站点支持:</td> | ||||
| <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="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> | <td>绑定域名:</td> | ||||
| <td><input type="text" name="siteurl" id="siteurl" value="<?php echo $myrow['siteurl']?>" class="admin-input-lg">(请输入绑定域名http开头)</td> | <td><input type="text" name="siteurl" id="siteurl" value="<?php echo $myrow['siteurl']?>" class="admin-input-lg">(请输入绑定域名http开头)</td> | ||||
| @@ -407,8 +407,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -354,8 +354,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -249,8 +249,8 @@ | |||||
| </td> | </td> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -296,8 +296,8 @@ | |||||
| <label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo 'checked';?>> 禁止评论</label> | <label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo 'checked';?>> 禁止评论</label> | ||||
| <td width="120">发布选项:</td> | <td width="120">发布选项:</td> | ||||
| <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> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -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%} | .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} | .spinner-border{width:20px;height:20px;vertical-align:bottom} | ||||
| .sys-search{position:relative} | .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{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} | .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} | .colordlg{padding:0.5rem;background:var(--white);border:1px solid var(--gray-300);z-index:10005} | ||||