|
|
@@ -82,7 +82,7 @@ |
|
|
|
<td>上级目录</td> |
|
|
|
<td> |
|
|
|
<?php |
|
|
|
$pardir = '{cmspath}'.$cfg_arcdir; |
|
|
|
$pardir = $cfg_arcdir; |
|
|
|
if (!empty($typedir)) $pardir = $typedir.'/'; |
|
|
|
$pardir = preg_replace("#\/{1,}#", '/', $pardir); |
|
|
|
echo $pardir; |
|
|
@@ -156,7 +156,7 @@ |
|
|
|
<td> |
|
|
|
<label><input type="radio" name="ispart" value="0" <?php if ($myrow['ispart']==0) echo 'checked';?>> 列表栏目(允许发布)</label> |
|
|
|
<label><input type="radio" name="ispart" value="1" <?php if ($myrow['ispart']==1) echo 'checked';?>> 封面栏目(不允许发布)</label> |
|
|
|
<label><input type="radio" name="ispart" value="2" <?php if ($myrow['ispart']==2) echo 'checked';?>> 外部栏目(栏目生成目录填写链接)</label> |
|
|
|
<label><input type="radio" name="ispart" value="2" <?php if ($myrow['ispart']==2) echo 'checked';?>> 外部栏目(栏目生成目录处填写网址)</label> |
|
|
|
</td> |
|
|
|
<td>栏目交叉</td> |
|
|
|
<td> |
|
|
@@ -176,7 +176,7 @@ |
|
|
|
<span>(仅顶级栏目启用,子类栏目无效)</span> |
|
|
|
</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">(请输入网址,在系统设置开启多站点功能)</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>列表模板</td> |
|
|
@@ -235,23 +235,16 @@ |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
<td>SEO标题</td> |
|
|
|
<td><input type="text" name="seotitle" id="seotitle" value="<?php echo $myrow['seotitle']?>" class="admin-input-lg">(标签{dede:field.seotitle/}调用)</td> |
|
|
|
<td><input type="text" name="seotitle" id="seotitle" value="<?php echo $myrow['seotitle']?>" class="admin-input-lg"></td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>关键词</td> |
|
|
|
<td> |
|
|
|
<textarea name="keywords" cid="keywords" class="admin-textarea-sm"><?php echo $myrow['keywords']?></textarea> |
|
|
|
<span>(标签{dede:field.keywords/}调用)</span> |
|
|
|
</td> |
|
|
|
<td><textarea name="keywords" cid="keywords" class="admin-textarea-sm"><?php echo $myrow['keywords']?></textarea></td> |
|
|
|
<td>描述</td> |
|
|
|
<td> |
|
|
|
<textarea name="description" id="description" class="admin-textarea-sm"><?php echo $myrow['description']?></textarea> |
|
|
|
<span>(标签{dede:field.description/}调用)</span> |
|
|
|
</td> |
|
|
|
<td><textarea name="description" id="description" class="admin-textarea-sm"><?php echo $myrow['description']?></textarea></td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>栏目文档</td> |
|
|
|
<td>(标签{dede:field.content/}调用)</td> |
|
|
|
<td colspan="2">栏目文档</td> |
|
|
|
<td>是否支持跨站调用</td> |
|
|
|
<td> |
|
|
|
<input value="<?php echo $myrow['apikey']?>" type="text" name="apikey" id="apikey" class="admin-input-lg" placeholder="请输入跨站调用秘钥"> |
|
|
|