国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
3.1KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
  5. <title>我的分组管理 - 会员中心 - <?php echo $cfg_webname; ?></title>
  6. <link href="templets/style/base.css" rel="stylesheet" type="text/css" />
  7. <script type="text/javascript" src="../static/js/jquery.js"></script>
  8. <script language="javascript" type="text/javascript" src="{dede:cfg.cmspath/}/js/jquery.min.js"></script>
  9. <script type="text/javascript" src="templets/js/load.js"></script>
  10. <script type="text/javascript" src="templets/js/leftmenu.js"></script>
  11. </head>
  12. <body>
  13. <div id="main">
  14. <?php include(DEDEMEMBER."/templets/head.htm"); ?>
  15. <div id="content" class="w960 clearfix">
  16. <?php include(DEDEMEMBER."/templets/menu.php"); ?>
  17. <div id="mcpmain">
  18. <div id="appTab">
  19. <ul>
  20. <li><a href="myfriend.php?ftype=0"><span>所有好友</span></a></li>
  21. <li><a href="search.php"><span>查找好友</span></a></li>
  22. <li><a href="visit-history.php?dopost=viewme"><span>关注我的人</span></a></li>
  23. <li><a href="visit-history.php?dopost=meview"><span>我最近访问</span></a></li>
  24. <li class="thisTab"><a href="myfriend_group.php"><span>分组设置</span></a></li>
  25. </ul>
  26. </div>
  27. <div id="mainCp" class="postForm">
  28. <div class="appMsg" style="padding-bottom: 0px;">
  29. <form class="mTB10" action="myfriend_group.php?dopost=add" method="post" style="padding-left: 140px;">
  30. <strong>添加分组:</strong>
  31. <input type="text" name="groupname" class="intxt" style="width:100px"/>&nbsp;
  32. <button class="button2" type="submit">添加</button>
  33. </form>
  34. </div>
  35. <h3 class="meTitle">我的组别管理</h3>
  36. <form action="myfriend_group.php?dopost=save" method="post">
  37. <div class="postForm" style="width: 400px;padding-left: 140px;">
  38. <table width="100%" border="0" cellpadding="0" cellspacing="0" class="list">
  39. <thead>
  40. <tr>
  41. <th width="10%">删?</th>
  42. <th>分类名称 </th>
  43. </tr>
  44. </thead>
  45. <tbody>
  46. <?php if(is_array($GLOBALS['mtypearr'])){?>
  47. {dede:array.mtypearr}
  48. <tr>
  49. <td align="center"><input type="checkbox" name="mtypeidarr[]" value="{dede:value.id/}"/></td>
  50. <td align="center"><input type="text" name="groupname[{dede:value.id/}]" value="{dede:value.groupname/}" class="intxt" style="width:100px"/></td>
  51. </tr>
  52. {/dede:array}
  53. <?php } ?>
  54. </tbody>
  55. <tfoot>
  56. <tr>
  57. <td colspan="3"><button class="button2 mt10" type="submit">提交</button></td>
  58. </tr>
  59. </tfoot>
  60. </table>
  61. </div>
  62. </form>
  63. <!--主操作区域 -->
  64. </div>
  65. </div>
  66. </div>
  67. <?php include(DEDEMEMBER."/templets/foot.htm"); ?>
  68. </div>
  69. </body>
  70. </html>