瀏覽代碼

同步

tags/6.2.10
叙述、别离 1 年之前
父節點
當前提交
791cd8b620
共有 3 個文件被更改,包括 12 次插入12 次删除
  1. +4
    -4
      src/admin/templets/soft_edit.htm
  2. +4
    -4
      src/admin/templets/spec_add.htm
  3. +4
    -4
      src/admin/templets/spec_edit.htm

+ 4
- 4
src/admin/templets/soft_edit.htm 查看文件

@@ -357,7 +357,7 @@
<table>
<tr>
<td width="120">评论选项:</td>
<td width="260">
<td width="360">
<label><input type="radio" name="notpost" value="0" <?php if ($arcRow['notpost']==0) echo "checked='checked'";?>> 允许评论</label>
<label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo "checked='checked'";?>> 禁止评论</label>
</td>
@@ -375,7 +375,7 @@
<table>
<tr>
<td width="120">文档排序:</td>
<td width="260">
<td width="360">
<select name="sortup" id="sortup" class="admin-input-sm">
<?php
$subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]);
@@ -403,7 +403,7 @@
<table>
<tr>
<td width="120">浏览权限:</td>
<td width="260">
<td width="360">
<select name="arcrank" id="arcrank" class="admin-input-sm">
<option value='<?php echo $arcRow["arcrank"];?>'>
<?php echo ($arcRow["arcrank"]==0 ? '已审核状态' : $arcRow["rankname"]);?>
@@ -424,7 +424,7 @@
<table>
<tr>
<td width="120">更新时间:</td>
<td width="260">
<td width="360">
<?php
$nowtime = GetDateTimeMk($arcRow["pubdate"]);
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker admin-input-sm'>";


+ 4
- 4
src/admin/templets/spec_add.htm 查看文件

@@ -243,7 +243,7 @@
<table>
<tr>
<td width="120">评论选项:</td>
<td width="260">
<td width="360">
<label><input type="radio" name="notpost" value="0" <?php if ($cfg_feedback_forbid=='N') echo "checked='checked'";?>> 允许评论</label>
<label><input type="radio" name="notpost" value="1" <?php if ($cfg_feedback_forbid=='Y') echo "checked='checked'";?>> 禁止评论</label>
</td>
@@ -261,7 +261,7 @@
<table>
<tr>
<td width="120">文档排序:</td>
<td width="260">
<td width="360">
<select name="sortup" id="sortup" class="admin-input-sm">
<option value="0" selected>默认排序</option>
<option value="7">置顶一周</option>
@@ -285,7 +285,7 @@
<table>
<tr>
<td width="120">专题模板:</td>
<td width="260">
<td width="360">
<input type="text" name="templet" id="templet" value="<?php echo $cfg_df_style?>/article_spec.htm" class="admin-input-sm">
<button type="button" name="set3" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.templet');">选择</button>
</td>
@@ -300,7 +300,7 @@
<table>
<tr>
<td width="120">发布时间:</td>
<td width="260">
<td width="360">
<?php
$nowtime = GetDateTimeMk(time());
echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker admin-input-sm'>";


+ 4
- 4
src/admin/templets/spec_edit.htm 查看文件

@@ -291,7 +291,7 @@
<table>
<tr>
<td width="120">评论选项:</td>
<td width="260">
<td width="360">
<label><input type="radio" name="notpost" value="0" <?php if ($arcRow['notpost']==0) echo "checked='checked'";?>> 允许评论</label>
<label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo "checked='checked'";?>> 禁止评论</label>
<td width="120">发布选项:</td>
@@ -308,7 +308,7 @@
<table>
<tr>
<td width="120">文档排序:</td>
<td width="260">
<td width="360">
<select name="sortup" id="sortup" class="admin-input-sm">
<?php
$subday = SubDay($arcRow["sortrank"],$arcRow["senddate"]);
@@ -336,7 +336,7 @@
<table>
<tr>
<td width="120">专题模板:</td>
<td width="260">
<td width="360">
<input type="text" name="templet" id="templet" value="<?php echo $addRow['templet']?>" class="admin-input-sm">
<button type="button" name="set3" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.templet');">选择</button>
</td>
@@ -367,7 +367,7 @@
<table>
<tr>
<td width="120">更新时间:</td>
<td width="260">
<td width="360">
<?php
$nowtime = GetDateTimeMk($arcRow["pubdate"]);
echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker admin-input-sm'>";


Loading…
取消
儲存