Browse Source

分页符优化

tags/6.2.5
叙述、别离 2 years ago
parent
commit
903f064b09
8 changed files with 10 additions and 10 deletions
  1. +2
    -2
      src/admin/templets/album_add.htm
  2. +1
    -1
      src/admin/templets/archives_add.htm
  3. +1
    -1
      src/admin/templets/archives_edit.htm
  4. +2
    -2
      src/admin/templets/article_add.htm
  5. +1
    -1
      src/admin/templets/soft_add.htm
  6. +1
    -1
      src/admin/templets/soft_edit.htm
  7. +1
    -1
      src/admin/templets/spec_add.htm
  8. +1
    -1
      src/admin/templets/spec_edit.htm

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

@@ -295,7 +295,7 @@
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 手工上传:</td>
<td width="90">手工上传:</td>
<td><span class="btn btn-success btn-sm fileinput-button"><i class="glyphicon glyphicon-plus"></i> 选择本地图片(支持多选)<input type="file" name="files[]" id="iptAlbumImages" multiple></span></td>
</tr>
</table>
@@ -346,7 +346,7 @@
<table cellspacing="0" cellpadding="0">
<tr>
<td width="90">图片排序:</td>
<td width="260"> <select name="sortup" id="sortup" class="admin-input-sm">
<td width="260"><select name="sortup" id="sortup" class="admin-input-sm">
<option value="0" selected>默认排序</option>
<option value="7">置顶一周</option>
<option value="30">置顶一个月</option>


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

@@ -238,7 +238,7 @@
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="90" width="260"> 评论选项:</td>
<td width="90" width="260">评论选项:</td>
<td width="260">
<label><input type="radio" name="notpost" value="0" <?php if ($cfg_feedback_forbid=='N') echo "checked='1'";?>> 允许评论</label>
<label><input type="radio" name="notpost" value="1" <?php if ($cfg_feedback_forbid=='Y') echo "checked='1'";?>> 禁止评论</label>


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

@@ -225,7 +225,7 @@
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="90" width="260"> 评论选项:</td>
<td width="90" width="260">评论选项:</td>
<td width="260">
<label><input type='radio' name='notpost' value='0' <?php if ($arcRow['notpost']==0) echo " checked='1' ";?>> 允许评论</label>
<label><input type='radio' name='notpost' value='1' <?php if ($arcRow['notpost']==1) echo " checked='1' ";?>> 禁止评论</label>


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

@@ -132,7 +132,7 @@
<input type="text" name="source" id="source" value="<?php echo $source;?>" class="admin-input-sm">
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button>
</td>
<td width="60"> 作者:</td>
<td width="60">作者:</td>
<td>
<input type="text" name="writer" id="writer" value="<?php echo $writer;?>" class="admin-input-sm">
<button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button>
@@ -233,7 +233,7 @@
<td>
<label><input type="radio" name="sptype" value="hand" <?php if ($cfg_arcautosp=='N') echo "checked='1'"?>> 手动</label>
<label><input type="radio" name="sptype" value="auto" <?php if ($cfg_arcautosp=='Y') echo "checked='1'"?>> 自动</label>
大小:<input name="spsize" type="text" id="spsize" value="<?php echo $cfg_arcautosp_size?>" class="admin-input-sm"> K(分页符为:#p#分页标题#e#)
大小:<input name="spsize" type="text" id="spsize" value="<?php echo $cfg_arcautosp_size?>" class="admin-input-xs"> K(分页符为:#p#分页标题#e#)
</td>
</tr>
</table>


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

@@ -424,7 +424,7 @@
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="90" width="260"> 评论选项:</td>
<td width="90" width="260">评论选项:</td>
<td width="260">
<label><input type="radio" name="notpost" value="0" <?php if ($cfg_feedback_forbid=='N') echo "checked='1'";?>> 允许评论</label>
<label><input type="radio" name="notpost" value="1" <?php if ($cfg_feedback_forbid=='Y') echo "checked='1'";?>> 禁止评论</label>


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

@@ -376,7 +376,7 @@
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="90" width="260"> 评论选项:</td>
<td width="90" width="260">评论选项:</td>
<td width="260">
<label><input type="radio" name="notpost" value="0" <?php if ($arcRow['notpost']==0) echo "checked='1'";?>> 允许评论</label>
<label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo "checked='1'";?>> 禁止评论</label>


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

@@ -219,7 +219,7 @@
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="90" width="260"> 评论选项:</td>
<td width="90" width="260">评论选项:</td>
<td width="260">
<label><input type="radio" name="notpost" value="0" <?php if ($cfg_feedback_forbid=='N') echo "checked='1'";?>> 允许评论</label>
<label><input type="radio" name="notpost" value="1" <?php if ($cfg_feedback_forbid=='Y') echo "checked='1'";?>> 禁止评论</label>


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

@@ -218,7 +218,7 @@
<td class="admin-td">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="90" width="260"> 评论选项:</td>
<td width="90" width="260">评论选项:</td>
<td width="260">
<label><input type="radio" name="notpost" value="0" <?php if ($arcRow['notpost']==0) echo "checked='1'";?>> 允许评论</label>
<label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo "checked='1'";?>> 禁止评论</label>


Loading…
Cancel
Save