@@ -389,16 +389,13 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90" height="26" width="260"> 评论选项:</td> | <td width="90" height="26" width="260"> 评论选项:</td> | ||||
<td width="260"> | <td width="260"> | ||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?> /> 允许评论</label> | |||||
| |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?> /> 禁止评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?>> 允许评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?>> 禁止评论</label> | |||||
</td> | </td> | ||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td> | <td> | ||||
<label><input name="ishtml" type="radio" class="np" value="1" checked> | |||||
生成HTML</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> | |||||
仅动态浏览</label> | |||||
<label><input name="ishtml" type="radio" class="np" value="1" checked> 生成网页</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> 仅动态浏览</label> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -458,7 +455,7 @@ table{border-collapse:separate} | |||||
<?php | <?php | ||||
$nowtime = GetDateTimeMk(time()); | $nowtime = GetDateTimeMk(time()); | ||||
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; | echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>"; | ||||
?> | |||||
?> | |||||
</td> | </td> | ||||
<td width="90">浏览次数:</td> | <td width="90">浏览次数:</td> | ||||
<td><input type="text" name="click" value="<?php echo ($cfg_arc_click=='-1' ? mt_rand(50,200):$cfg_arc_click); ?>" style="width:160px"></td> | <td><input type="text" name="click" value="<?php echo ($cfg_arc_click=='-1' ? mt_rand(50,200):$cfg_arc_click); ?>" style="width:160px"></td> | ||||
@@ -269,17 +269,12 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90" height="26" width="260"> 评论选项:</td> | <td width="90" height="26" width="260"> 评论选项:</td> | ||||
<td width="260"> | <td width="260"> | ||||
<label><input type='radio' name='notpost' class='np' value='0'<?php if($arcRow['notpost']==0) echo " checked='1' "; ?>/> | |||||
允许评论</label> | |||||
| |||||
<label><input type='radio' name='notpost' class='np' value='1'<?php if($arcRow['notpost']==1) echo " checked='1' "; ?>/> | |||||
禁止评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='0'<?php if($arcRow['notpost']==0) echo " checked='1' "; ?>> 允许评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='1'<?php if($arcRow['notpost']==1) echo " checked='1' "; ?>> 禁止评论</label> | |||||
</td> | </td> | ||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td><label><input name="ishtml" type="radio" class="np" value="1"<?php if($arcRow["ismake"]!=-1) echo " checked"; ?>> | |||||
生成HTML</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"<?php if($arcRow["ismake"]==-1) echo " checked"; ?>> | |||||
仅动态浏览</label> | |||||
<td><label><input name="ishtml" type="radio" class="np" value="1"<?php if($arcRow["ismake"]!=-1) echo " checked"; ?>> 生成网页</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"<?php if($arcRow["ismake"]==-1) echo " checked"; ?>> 仅动态浏览</label> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -361,12 +356,13 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90"> 表现方式:</td> | <td width="90"> 表现方式:</td> | ||||
<td> | <td> | ||||
<label><input name="pagestyle" class="np" type="radio" id="pagestyle1" onClick="checkMuList()" value="1"<?php if($pagestyle==1) echo " checked='checked'"; ?> /> | |||||
<label><input name="pagestyle" class="np" type="radio" id="pagestyle1" onClick="checkMuList()" value="1"<?php if($pagestyle==1) echo " checked='checked'"; ?>> | |||||
<img src='../static/web/img/alb2.jpg' title='单页多图样式'></label> | <img src='../static/web/img/alb2.jpg' title='单页多图样式'></label> | ||||
<label><input name="pagestyle" class="np" type="radio" id="pagestyle2" onClick="checkMuList()" value="2"<?php if($pagestyle==2) echo " checked='checked'"; ?> /> | |||||
<label><input name="pagestyle" class="np" type="radio" id="pagestyle2" onClick="checkMuList()" value="2"<?php if($pagestyle==2) echo " checked='checked'"; ?>> | |||||
<img src='../static/web/img/alb1.jpg' title='幻灯片样式'></label> | <img src='../static/web/img/alb1.jpg' title='幻灯片样式'></label> | ||||
<label><input name="pagestyle" class="np" type="radio" id="pagestyle3" onClick="checkMuList()" value="3"<?php if($pagestyle==3) echo " checked='checked'"; ?>/> | |||||
<img src='../static/web/img/alb3.jpg' title='多缩略图样式'></label></td> | |||||
<label><input name="pagestyle" class="np" type="radio" id="pagestyle3" onClick="checkMuList()" value="3"<?php if($pagestyle==3) echo " checked='checked'"; ?>> | |||||
<img src='../static/web/img/alb3.jpg' title='多缩略图样式'></label> | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -250,17 +250,13 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90"> 附加选项:</td> | <td width="90"> 附加选项:</td> | ||||
<td> | <td> | ||||
<label><input name="remote" type="checkbox" class="np" id="remote" value="1" | |||||
<?php if($cfg_rm_remote=='Y') echo ' checked="1" '; ?> /> | |||||
<label><input name="remote" type="checkbox" class="np" id="remote" value="1" <?php if($cfg_rm_remote=='Y') echo ' checked="1" '; ?>> | |||||
下载远程图片和资源</label> | 下载远程图片和资源</label> | ||||
<label><input name="dellink" type="checkbox" class="np" id="dellink" value="1" | |||||
<?php if($cfg_arc_dellink=='Y') echo ' checked="1" '; ?> /> | |||||
<label><input name="dellink" type="checkbox" class="np" id="dellink" value="1" <?php if($cfg_arc_dellink=='Y') echo ' checked="1" '; ?>> | |||||
删除非站内链接</label> | 删除非站内链接</label> | ||||
<label><input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" | |||||
<?php if($cfg_arc_autopic=='Y') echo ' checked="1" '; ?> /> | |||||
<label><input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" <?php if($cfg_arc_autopic=='Y') echo ' checked="1" '; ?>> | |||||
提取第一个图片为缩略图</label> | 提取第一个图片为缩略图</label> | ||||
<label><input type='checkbox' name='needwatermark' value='1' class='np' | |||||
<?php if($photo_markup=='1') echo ' checked="1" '; ?> /> | |||||
<label><input type='checkbox' name='needwatermark' value='1' class='np' <?php if($photo_markup=='1') echo ' checked="1" '; ?>> | |||||
图片是否加水印</label> | 图片是否加水印</label> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -279,16 +275,13 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90" height="26" width="260"> 评论选项:</td> | <td width="90" height="26" width="260"> 评论选项:</td> | ||||
<td width="260"> | <td width="260"> | ||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?> /> 允许评论</label> | |||||
| |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?> /> 禁止评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?>> 允许评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?>> 禁止评论</label> | |||||
</td> | </td> | ||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td> | <td> | ||||
<label><input name="ishtml" type="radio" class="np" value="1" checked> | |||||
生成HTML</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> | |||||
仅动态浏览</label> | |||||
<label><input name="ishtml" type="radio" class="np" value="1" checked> 生成网页</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> 仅动态浏览</label> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -262,15 +262,12 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90" height="26" width="260"> 评论选项:</td> | <td width="90" height="26" width="260"> 评论选项:</td> | ||||
<td width="260"> | <td width="260"> | ||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($arcRow['notpost']==0) echo " checked='1' "; ?> /> 允许评论</label> | |||||
| |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($arcRow['notpost']==1) echo " checked='1' "; ?> /> 禁止评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($arcRow['notpost']==0) echo " checked='1' "; ?>> 允许评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($arcRow['notpost']==1) echo " checked='1' "; ?>> 禁止评论</label> | |||||
</td> | </td> | ||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td><label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked"; ?>> | |||||
生成HTML</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked"; ?>> | |||||
仅动态浏览</label> | |||||
<td><label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked"; ?>> 生成网页</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked"; ?>> 仅动态浏览</label> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -305,13 +305,13 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90" height="26"> 评论选项:</td> | <td width="90" height="26"> 评论选项:</td> | ||||
<td width="260"> | <td width="260"> | ||||
<label><input type="radio" name="notpost" class="np" value="0" <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?>> 允许评论 </label> | |||||
<label><input type="radio" name="notpost" class="np" value="1" <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?>> 禁止评论 </label> | |||||
<label><input type="radio" name="notpost" class="np" value="0" <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?>> 允许评论</label> | |||||
<label><input type="radio" name="notpost" class="np" value="1" <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?>> 禁止评论</label> | |||||
</td> | </td> | ||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td> | <td> | ||||
<label><input name="ishtml" type="radio" class="np" value="1" checked="1"> 生成HTML </label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> 仅动态浏览</label> | |||||
<label><input name="ishtml" type="radio" class="np" value="1" checked="1"> 生成网页</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> 仅动态浏览</label> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -266,13 +266,13 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90" height="26"> 评论选项:</td> | <td width="90" height="26"> 评论选项:</td> | ||||
<td width="260"> | <td width="260"> | ||||
<label><input type="radio" name="notpost" class="np" value="0" <?php if($arcRow['notpost']==0) echo " checked='1' "; ?>> 允许评论 </label> | |||||
<label><input type="radio" name="notpost" class="np" value="1" <?php if($arcRow['notpost']==1) echo " checked='1' "; ?>> 禁止评论</label> | |||||
<label><input type="radio" name="notpost" class="np" value="0" <?php if($arcRow['notpost']==0) echo " checked='1' "; ?>> 允许评论</label> | |||||
<label><input type="radio" name="notpost" class="np" value="1" <?php if($arcRow['notpost']==1) echo " checked='1' "; ?>> 禁止评论</label> | |||||
</td> | </td> | ||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td> | <td> | ||||
<label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked"; ?>> 生成HTML </label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked"; ?>> 仅动态浏览</label> | |||||
<label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked"; ?>> 生成网页</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked"; ?>> 仅动态浏览</label> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -83,7 +83,7 @@ | |||||
<td style="padding:0"> | <td style="padding:0"> | ||||
<table width="100%" cellspacing="1" cellpadding="0"> | <table width="100%" cellspacing="1" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" align="left"><i class="fa fa-question-circle" title="帮助"></i> 自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成HTML或访问速度</td> | |||||
<td height="26" colspan="2" align="left"><i class="fa fa-question-circle" title="帮助"></i> 自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成网页或访问速度</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="260" height="26" align="left">自由列表标题:</td> | <td width="260" height="26" align="left">自由列表标题:</td> | ||||
@@ -71,7 +71,7 @@ | |||||
<td style="padding:0"> | <td style="padding:0"> | ||||
<table width="100%" cellspacing="1" cellpadding="0"> | <table width="100%" cellspacing="1" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" align="left"><i class="fa fa-question-circle" title="帮助"></i> 自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成HTML或访问速度</td> | |||||
<td height="26" colspan="2" align="left"><i class="fa fa-question-circle" title="帮助"></i> 自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成网页或访问速度</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="260" height="26" align="left">自由列表标题:</td> | <td width="260" height="26" align="left">自由列表标题:</td> | ||||
@@ -146,7 +146,7 @@ | |||||
<label><input name="arcsta" class="np" type="radio" value="-1" checked='1'> | <label><input name="arcsta" class="np" type="radio" value="-1" checked='1'> | ||||
未审核 </label> | 未审核 </label> | ||||
<label><input name="arcsta" class="np" type="radio" value="0"> | <label><input name="arcsta" class="np" type="radio" value="0"> | ||||
已审核(自动生成HTML)</label> | |||||
已审核(自动生成网页)</label> | |||||
<label><input name="arcsta" class="np" type="radio" value="1"> | <label><input name="arcsta" class="np" type="radio" value="1"> | ||||
已审核(仅使用动态文档)</label> | 已审核(仅使用动态文档)</label> | ||||
</td> | </td> | ||||
@@ -185,7 +185,7 @@ | |||||
<label><input name="arcsta" class="np" type="radio" value="-1" <?php if($row['arcsta']==-1) echo " checked='1' "; ?>> | <label><input name="arcsta" class="np" type="radio" value="-1" <?php if($row['arcsta']==-1) echo " checked='1' "; ?>> | ||||
未审核</label> | 未审核</label> | ||||
<label><input name="arcsta" class="np" type="radio" value="0" <?php if($row['arcsta']==0) echo " checked='1' "; ?>> | <label><input name="arcsta" class="np" type="radio" value="0" <?php if($row['arcsta']==0) echo " checked='1' "; ?>> | ||||
已审核(自动生成HTML)</label> | |||||
已审核(自动生成网页)</label> | |||||
<label><input name="arcsta" class="np" type="radio" value="1" <?php if($row['arcsta']==1) echo " checked='1' "; ?>> | <label><input name="arcsta" class="np" type="radio" value="1" <?php if($row['arcsta']==1) echo " checked='1' "; ?>> | ||||
已审核(仅使用动态文档)</label> | 已审核(仅使用动态文档)</label> | ||||
</td> | </td> | ||||
@@ -465,16 +465,13 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90" height="26" width="260"> 评论选项:</td> | <td width="90" height="26" width="260"> 评论选项:</td> | ||||
<td width="260"> | <td width="260"> | ||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?> /> 允许评论</label> | |||||
| |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?> /> 禁止评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?>> 允许评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?>> 禁止评论</label> | |||||
</td> | </td> | ||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td> | <td> | ||||
<label><input name="ishtml" type="radio" class="np" value="1" checked> | |||||
生成HTML</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> | |||||
仅动态浏览</label> | |||||
<label><input name="ishtml" type="radio" class="np" value="1" checked> 生成网页</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> 仅动态浏览</label> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -417,16 +417,13 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="90" height="26" width="260"> 评论选项:</td> | <td width="90" height="26" width="260"> 评论选项:</td> | ||||
<td width="260"> | <td width="260"> | ||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($arcRow['notpost']==0) echo " checked='1' "; ?> /> 允许评论 </label> | |||||
| |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($arcRow['notpost']==1) echo " checked='1' "; ?> /> 禁止评论 </label> | |||||
<label><input type='radio' name='notpost' class='np' value='0' <?php if($arcRow['notpost']==0) echo " checked='1' "; ?>> 允许评论</label> | |||||
<label><input type='radio' name='notpost' class='np' value='1' <?php if($arcRow['notpost']==1) echo " checked='1' "; ?>> 禁止评论</label> | |||||
</td> | </td> | ||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td> | <td> | ||||
<label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked"; ?>> | |||||
生成HTML </label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked"; ?>> | |||||
仅动态浏览</label> | |||||
<label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked"; ?>> 生成网页</label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked"; ?>> 仅动态浏览</label> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -237,7 +237,7 @@ table{border-collapse:separate} | |||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td> | <td> | ||||
<label><input name="ishtml" type="radio" class="np" value="1" checked='1'> | <label><input name="ishtml" type="radio" class="np" value="1" checked='1'> | ||||
生成HTML </label> | |||||
生成网页 </label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0"> | <label><input type="radio" name="ishtml" class="np" value="0"> | ||||
仅动态浏览 </label> | 仅动态浏览 </label> | ||||
</td> | </td> | ||||
@@ -235,7 +235,7 @@ table{border-collapse:separate} | |||||
<td width="90">发布选项:</td> | <td width="90">发布选项:</td> | ||||
<td> | <td> | ||||
<label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked='1'"; ?>> | <label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked='1'"; ?>> | ||||
生成HTML </label> | |||||
生成网页 </label> | |||||
<label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked='1'"; ?>> | <label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked='1'"; ?>> | ||||
仅动态浏览 </label> | 仅动态浏览 </label> | ||||
</td> | </td> | ||||
@@ -266,7 +266,7 @@ table{border-collapse:separate} | |||||
<td> | <td> | ||||
<?php | <?php | ||||
$addtime = GetDateTimeMk($arcRow["senddate"]); | $addtime = GetDateTimeMk($arcRow["senddate"]); | ||||
echo "$addtime (标准排序和生成HTML名称的依据时间) <input type='hidden' name='senddate' value='".$arcRow["senddate"]."' style='width:160px'>"; | |||||
echo "$addtime (标准排序和生成网页名称的依据时间) <input type='hidden' name='senddate' value='".$arcRow["senddate"]."' style='width:160px'>"; | |||||
?> | ?> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -40,70 +40,53 @@ | |||||
</div> | </div> | ||||
<div class="pannel-main-container mt-3"> | <div class="pannel-main-container mt-3"> | ||||
<div class="media-body py-3"> | <div class="media-body py-3"> | ||||
<ul class="row row-cols-3 row-cols-sm-4 row-cols-lg-6 row-cols-xl-8 list-unstyled list"> | |||||
<ul class="row row-cols-3 row-cols-sm-4 row-cols-lg-6 row-cols-xl-8 mb-0 list-unstyled list"> | |||||
<li class="col" data-tags="alarm clock"> | <li class="col" data-tags="alarm clock"> | ||||
<a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/content_list.php?channelid=1"> | <a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/content_list.php?channelid=1"> | ||||
<div class="p-3 py-4 mb-2 bg-light text-center rounded"> | |||||
<i class="fa fa-list" style="font-size:2em"></i> | |||||
</div> | |||||
<div class="name text-muted text-decoration-none text-center pt-1"> | |||||
内容管理 | |||||
<div class="p-4 mb-3 bg-light text-center rounded"> | |||||
<i class="fa fa-list" style="font-size:24px"></i> | |||||
</div> | </div> | ||||
<div class="name text-muted text-decoration-none text-center">内容管理</div> | |||||
</a> | </a> | ||||
</li> | </li> | ||||
<li class="col" data-tags="alarm clock"> | <li class="col" data-tags="alarm clock"> | ||||
<a class="d-block text-dark text-decoration-none" | |||||
href="<?php echo $cfg_memberurl;?>/pm.php?folder=inbox"> | |||||
<div class="p-3 py-4 mb-2 bg-light text-center rounded"> | |||||
<i class="fa fa-commenting-o" style="font-size:2em"></i> | |||||
</div> | |||||
<div class="name text-muted text-decoration-none text-center pt-1"> | |||||
消息管理 | |||||
<a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/pm.php?folder=inbox"> | |||||
<div class="p-4 mb-3 bg-light text-center rounded"> | |||||
<i class="fa fa-commenting-o" style="font-size:24px"></i> | |||||
</div> | </div> | ||||
<div class="name text-muted text-decoration-none text-center">消息管理</div> | |||||
</a> | </a> | ||||
</li> | </li> | ||||
<li class="col" data-tags="alarm clock"> | <li class="col" data-tags="alarm clock"> | ||||
<a class="d-block text-dark text-decoration-none" | |||||
href="<?php echo $cfg_memberurl;?>/buy.php"> | |||||
<div class="p-3 py-4 mb-2 bg-light text-center rounded"> | |||||
<i class="fa fa-credit-card-alt" style="font-size:2em"></i> | |||||
</div> | |||||
<div class="name text-muted text-decoration-none text-center pt-1"> | |||||
钱包积分 | |||||
<a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/buy.php"> | |||||
<div class="p-4 mb-3 bg-light text-center rounded"> | |||||
<i class="fa fa-credit-card-alt" style="font-size:24px"></i> | |||||
</div> | </div> | ||||
<div class="name text-muted text-decoration-none text-center">钱包积分</div> | |||||
</a> | </a> | ||||
</li> | </li> | ||||
<li class="col" data-tags="space align distribute"> | <li class="col" data-tags="space align distribute"> | ||||
<a class="d-block text-dark text-decoration-none" | |||||
href="<?php echo $cfg_memberurl;?>/shops_orders.php"> | |||||
<div class="p-3 py-4 mb-2 bg-light text-center rounded"> | |||||
<i class="fa fa-shopping-cart" style="font-size:2em"></i> | |||||
</div> | |||||
<div class="name text-muted text-decoration-none text-center pt-1"> | |||||
订单管理 | |||||
<a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/shops_orders.php"> | |||||
<div class="p-4 mb-3 bg-light text-center rounded"> | |||||
<i class="fa fa-shopping-cart" style="font-size:24px"></i> | |||||
</div> | </div> | ||||
<div class="name text-muted text-decoration-none text-center">订单管理</div> | |||||
</a> | </a> | ||||
</li> | </li> | ||||
<li class="col" data-tags="space align distribute"> | <li class="col" data-tags="space align distribute"> | ||||
<a class="d-block text-dark text-decoration-none" | |||||
href="<?php echo $cfg_memberurl;?>/mystow.php"> | |||||
<div class="p-3 py-4 mb-2 bg-light text-center rounded"> | |||||
<i class="fa fa-star" style="font-size:2em"></i> | |||||
</div> | |||||
<div class="name text-muted text-decoration-none text-center pt-1"> | |||||
我的收藏 | |||||
<a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/mystow.php"> | |||||
<div class="p-4 mb-3 bg-light text-center rounded"> | |||||
<i class="fa fa-star" style="font-size:24px"></i> | |||||
</div> | </div> | ||||
<div class="name text-muted text-decoration-none text-center">我的收藏</div> | |||||
</a> | </a> | ||||
</li> | </li> | ||||
<li class="col" data-tags="space align distribute"> | <li class="col" data-tags="space align distribute"> | ||||
<a class="d-block text-dark text-decoration-none" | |||||
href="<?php echo $cfg_memberurl;?>/edit_baseinfo.php"> | |||||
<div class="p-3 py-4 mb-2 bg-light text-center rounded"> | |||||
<i class="fa fa-cog" style="font-size:2em"></i> | |||||
</div> | |||||
<div class="name text-muted text-decoration-none text-center pt-1"> | |||||
账号安全 | |||||
<a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/edit_baseinfo.php"> | |||||
<div class="p-4 mb-3 bg-light text-center rounded"> | |||||
<i class="fa fa-cog" style="font-size:24px"></i> | |||||
</div> | </div> | ||||
<div class="name text-muted text-decoration-none text-center">账号安全</div> | |||||
</a> | </a> | ||||
</li> | </li> | ||||
</ul> | </ul> | ||||