@@ -295,7 +295,7 @@ | |||||
<td class="admin-td"> | <td class="admin-td"> | ||||
<table cellspacing="0" cellpadding="0"> | <table cellspacing="0" cellpadding="0"> | ||||
<tr> | <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> | <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> | </tr> | ||||
</table> | </table> | ||||
@@ -346,7 +346,7 @@ | |||||
<table cellspacing="0" cellpadding="0"> | <table cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90">图片排序:</td> | <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="0" selected>默认排序</option> | ||||
<option value="7">置顶一周</option> | <option value="7">置顶一周</option> | ||||
<option value="30">置顶一个月</option> | <option value="30">置顶一个月</option> | ||||
@@ -238,7 +238,7 @@ | |||||
<td class="admin-td"> | <td class="admin-td"> | ||||
<table cellspacing="0" cellpadding="0"> | <table cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90" width="260"> 评论选项:</td> | |||||
<td width="90" width="260">评论选项:</td> | |||||
<td width="260"> | <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="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> | <label><input type="radio" name="notpost" value="1" <?php if ($cfg_feedback_forbid=='Y') echo "checked='1'";?>> 禁止评论</label> | ||||
@@ -225,7 +225,7 @@ | |||||
<td class="admin-td"> | <td class="admin-td"> | ||||
<table cellspacing="0" cellpadding="0"> | <table cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90" width="260"> 评论选项:</td> | |||||
<td width="90" width="260">评论选项:</td> | |||||
<td width="260"> | <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='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> | <label><input type='radio' name='notpost' value='1' <?php if ($arcRow['notpost']==1) echo " checked='1' ";?>> 禁止评论</label> | ||||
@@ -132,7 +132,7 @@ | |||||
<input type="text" name="source" id="source" value="<?php echo $source;?>" class="admin-input-sm"> | <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> | <button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button> | ||||
</td> | </td> | ||||
<td width="60"> 作者:</td> | |||||
<td width="60">作者:</td> | |||||
<td> | <td> | ||||
<input type="text" name="writer" id="writer" value="<?php echo $writer;?>" class="admin-input-sm"> | <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> | <button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button> | ||||
@@ -233,7 +233,7 @@ | |||||
<td> | <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="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> | <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> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -424,7 +424,7 @@ | |||||
<td class="admin-td"> | <td class="admin-td"> | ||||
<table cellspacing="0" cellpadding="0"> | <table cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90" width="260"> 评论选项:</td> | |||||
<td width="90" width="260">评论选项:</td> | |||||
<td width="260"> | <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="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> | <label><input type="radio" name="notpost" value="1" <?php if ($cfg_feedback_forbid=='Y') echo "checked='1'";?>> 禁止评论</label> | ||||
@@ -376,7 +376,7 @@ | |||||
<td class="admin-td"> | <td class="admin-td"> | ||||
<table cellspacing="0" cellpadding="0"> | <table cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90" width="260"> 评论选项:</td> | |||||
<td width="90" width="260">评论选项:</td> | |||||
<td width="260"> | <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="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> | <label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo "checked='1'";?>> 禁止评论</label> | ||||
@@ -219,7 +219,7 @@ | |||||
<td class="admin-td"> | <td class="admin-td"> | ||||
<table cellspacing="0" cellpadding="0"> | <table cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90" width="260"> 评论选项:</td> | |||||
<td width="90" width="260">评论选项:</td> | |||||
<td width="260"> | <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="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> | <label><input type="radio" name="notpost" value="1" <?php if ($cfg_feedback_forbid=='Y') echo "checked='1'";?>> 禁止评论</label> | ||||
@@ -218,7 +218,7 @@ | |||||
<td class="admin-td"> | <td class="admin-td"> | ||||
<table cellspacing="0" cellpadding="0"> | <table cellspacing="0" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td width="90" width="260"> 评论选项:</td> | |||||
<td width="90" width="260">评论选项:</td> | |||||
<td width="260"> | <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="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> | <label><input type="radio" name="notpost" value="1" <?php if ($arcRow['notpost']==1) echo "checked='1'";?>> 禁止评论</label> | ||||