Ver código fonte

会员主页调整

tags/6.2.0
xushubieli 3 anos atrás
pai
commit
f211d81059
15 arquivos alterados com 73 adições e 113 exclusões
  1. +5
    -8
      src/admin/templets/album_add.htm
  2. +9
    -13
      src/admin/templets/album_edit.htm
  3. +8
    -15
      src/admin/templets/archives_add.htm
  4. +4
    -7
      src/admin/templets/archives_edit.htm
  5. +4
    -4
      src/admin/templets/article_add.htm
  6. +4
    -4
      src/admin/templets/article_edit.htm
  7. +1
    -1
      src/admin/templets/freelist_add.htm
  8. +1
    -1
      src/admin/templets/freelist_edit.htm
  9. +1
    -1
      src/admin/templets/mychannel_add.htm
  10. +1
    -1
      src/admin/templets/mychannel_edit.htm
  11. +4
    -7
      src/admin/templets/soft_add.htm
  12. +4
    -7
      src/admin/templets/soft_edit.htm
  13. +1
    -1
      src/admin/templets/spec_add.htm
  14. +2
    -2
      src/admin/templets/spec_edit.htm
  15. +24
    -41
      src/user/templets/index.htm

+ 5
- 8
src/admin/templets/album_add.htm Ver arquivo

@@ -389,16 +389,13 @@ table{border-collapse:separate}
<tr>
<td width="90" height="26" width="260">&nbsp;评论选项:</td>
<td width="260">
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?> /> 允许评论</label>
&nbsp;
<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 width="90">发布选项:</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>
</tr>
</table>
@@ -458,7 +455,7 @@ table{border-collapse:separate}
<?php
$nowtime = GetDateTimeMk(time());
echo "<input type='text' name='pubdate' value='$nowtime' id='pubdate' class='datepicker' style='width:160px'>";
?>
?>
</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>


+ 9
- 13
src/admin/templets/album_edit.htm Ver arquivo

@@ -269,17 +269,12 @@ table{border-collapse:separate}
<tr>
<td width="90" height="26" width="260">&nbsp;评论选项:</td>
<td width="260">
<label><input type='radio' name='notpost' class='np' value='0'<?php if($arcRow['notpost']==0) echo " checked='1' "; ?>/>
允许评论</label>
&nbsp;
<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 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>
</tr>
</table>
@@ -361,12 +356,13 @@ table{border-collapse:separate}
<tr>
<td width="90">&nbsp;表现方式:</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>&nbsp;&nbsp;
<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>&nbsp;&nbsp;
<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>
</table>
</td>


+ 8
- 15
src/admin/templets/archives_add.htm Ver arquivo

@@ -250,17 +250,13 @@ table{border-collapse:separate}
<tr>
<td width="90">&nbsp;附加选项:</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><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><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><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>
</td>
</tr>
@@ -279,16 +275,13 @@ table{border-collapse:separate}
<tr>
<td width="90" height="26" width="260">&nbsp;评论选项:</td>
<td width="260">
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?> /> 允许评论</label>
&nbsp;
<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 width="90">发布选项:</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>
</tr>
</table>


+ 4
- 7
src/admin/templets/archives_edit.htm Ver arquivo

@@ -262,15 +262,12 @@ table{border-collapse:separate}
<tr>
<td width="90" height="26" width="260">&nbsp;评论选项:</td>
<td width="260">
<label><input type='radio' name='notpost' class='np' value='0' <?php if($arcRow['notpost']==0) echo " checked='1' "; ?> /> 允许评论</label>
&nbsp;
<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 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>
</tr>
</table>


+ 4
- 4
src/admin/templets/article_add.htm Ver arquivo

@@ -305,13 +305,13 @@ table{border-collapse:separate}
<tr>
<td width="90" height="26">&nbsp;评论选项:</td>
<td width="260">
<label><input type="radio" name="notpost" class="np" value="0" <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?>>&nbsp;允许评论&nbsp;</label>
<label><input type="radio" name="notpost" class="np" value="1" <?php if($cfg_feedback_forbid=='Y') echo "checked='1' "; ?>>&nbsp;禁止评论&nbsp;</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 width="90">发布选项:</td>
<td>
<label><input name="ishtml" type="radio" class="np" value="1" checked="1">&nbsp;生成HTML&nbsp;</label>
<label><input type="radio" name="ishtml" class="np" value="0">&nbsp;仅动态浏览</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>
</tr>
</table>


+ 4
- 4
src/admin/templets/article_edit.htm Ver arquivo

@@ -266,13 +266,13 @@ table{border-collapse:separate}
<tr>
<td width="90" height="26">&nbsp;评论选项:</td>
<td width="260">
<label><input type="radio" name="notpost" class="np" value="0" <?php if($arcRow['notpost']==0) echo " checked='1' "; ?>>&nbsp;允许评论&nbsp;</label>
<label><input type="radio" name="notpost" class="np" value="1" <?php if($arcRow['notpost']==1) echo " checked='1' "; ?>>&nbsp;禁止评论</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 width="90">发布选项:</td>
<td>
<label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked"; ?>>&nbsp;生成HTML&nbsp;</label>
<label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked"; ?>>&nbsp;仅动态浏览</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>
</tr>
</table>


+ 1
- 1
src/admin/templets/freelist_add.htm Ver arquivo

@@ -83,7 +83,7 @@
<td style="padding:0">
<table width="100%" cellspacing="1" cellpadding="0">
<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>
<td width="260" height="26" align="left">自由列表标题:</td>


+ 1
- 1
src/admin/templets/freelist_edit.htm Ver arquivo

@@ -71,7 +71,7 @@
<td style="padding:0">
<table width="100%" cellspacing="1" cellpadding="0">
<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>
<td width="260" height="26" align="left">自由列表标题:</td>


+ 1
- 1
src/admin/templets/mychannel_add.htm Ver arquivo

@@ -146,7 +146,7 @@
<label><input name="arcsta" class="np" type="radio" value="-1" checked='1'>
未审核 </label>
<label><input name="arcsta" class="np" type="radio" value="0">
已审核(自动生成HTML)</label>
已审核(自动生成网页)</label>
<label><input name="arcsta" class="np" type="radio" value="1">
已审核(仅使用动态文档)</label>
</td>


+ 1
- 1
src/admin/templets/mychannel_edit.htm Ver arquivo

@@ -185,7 +185,7 @@
<label><input name="arcsta" class="np" type="radio" value="-1" <?php if($row['arcsta']==-1) echo " checked='1' "; ?>>
未审核</label>
<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>
</td>


+ 4
- 7
src/admin/templets/soft_add.htm Ver arquivo

@@ -465,16 +465,13 @@ table{border-collapse:separate}
<tr>
<td width="90" height="26" width="260">&nbsp;评论选项:</td>
<td width="260">
<label><input type='radio' name='notpost' class='np' value='0' <?php if($cfg_feedback_forbid=='N') echo "checked='1' "; ?> /> 允许评论</label>
&nbsp;
<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 width="90">发布选项:</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>
</tr>
</table>


+ 4
- 7
src/admin/templets/soft_edit.htm Ver arquivo

@@ -417,16 +417,13 @@ table{border-collapse:separate}
<tr>
<td width="90" height="26" width="260">&nbsp;评论选项:</td>
<td width="260">
<label><input type='radio' name='notpost' class='np' value='0' <?php if($arcRow['notpost']==0) echo " checked='1' "; ?> /> 允许评论 </label>
&nbsp;
<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 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>
<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>
</tr>
</table>


+ 1
- 1
src/admin/templets/spec_add.htm Ver arquivo

@@ -237,7 +237,7 @@ table{border-collapse:separate}
<td width="90">发布选项:</td>
<td>
<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>
</td>


+ 2
- 2
src/admin/templets/spec_edit.htm Ver arquivo

@@ -235,7 +235,7 @@ table{border-collapse:separate}
<td width="90">发布选项:</td>
<td>
<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>
</td>
@@ -266,7 +266,7 @@ table{border-collapse:separate}
<td>
<?php
$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>
</tr>


+ 24
- 41
src/user/templets/index.htm Ver arquivo

@@ -40,70 +40,53 @@
</div>
<div class="pannel-main-container mt-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">
<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 class="name text-muted text-decoration-none text-center">内容管理</div>
</a>
</li>
<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 class="name text-muted text-decoration-none text-center">消息管理</div>
</a>
</li>
<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 class="name text-muted text-decoration-none text-center">钱包积分</div>
</a>
</li>
<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 class="name text-muted text-decoration-none text-center">订单管理</div>
</a>
</li>
<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 class="name text-muted text-decoration-none text-center">我的收藏</div>
</a>
</li>
<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 class="name text-muted text-decoration-none text-center">账号安全</div>
</a>
</li>
</ul>


Carregando…
Cancelar
Salvar