manage-display-xzapp.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {template 'common/header'}
  2. <div class="we7-page-title">熊掌号管理</div>
  3. <ul class="we7-page-tab">
  4. <li class="active"><a href="{php echo url('account/manage', array('account_type' => ACCOUNT_TYPE_XZAPP_NORMAL))}">熊掌号列表</a></li>
  5. {if $_W['role'] == ACCOUNT_MANAGE_NAME_OWNER || $_W['role'] == ACCOUNT_MANAGE_NAME_FOUNDER || $_W['role'] == ACCOUNT_MANAGE_NAME_VICE_FOUNDER}
  6. <li><a href="{php echo url ('account/recycle', array('account_type' => ACCOUNT_TYPE_XZAPP_NORMAL))}">熊掌号回收站</a></li>
  7. {/if}
  8. </ul>
  9. <div class="clearfix we7-margin-bottom">
  10. {if !$_W['isfounder'] && !empty($account_info['xzapp_limit']) || user_is_vice_founder()}
  11. <div class="alert alert-warning hidden">
  12. 温馨提示:
  13. <i class="fa fa-info-circle"></i>
  14. Hi,<span class="text-strong">{$_W['username']}</span>,您所在的会员组: <span class="text-strong">{$account_info['group_name']}</span>,{if !user_is_vice_founder() && !empty($account_info['vice_group_name'])} <span class="text-strong">{$account_info['vice_group_name']},</span>{/if}
  15. 账号有效期限:<span class="text-strong">{php echo date('Y-m-d', $_W['user']['starttime'])} ~~ {if empty($_W['user']['endtime'])}无限制{else}{php echo date('Y-m-d', $_W['user']['endtime'])}{/if}</span>,
  16. 可创建 <span class="text-strong">{$account_info['maxxzapp']} </span>个熊掌号,已创建<span class="text-strong"> {$account_info['xzapp_num']} </span>个,还可创建 <span class="text-strong">{$account_info['xzapp_limit']} </span>个熊掌号。
  17. </div>
  18. {/if}
  19. <form action="" class="form-inline pull-left" method="get">
  20. <input type="hidden" name="c" value="account">
  21. <input type="hidden" name="a" value="manage">
  22. <input type="hidden" name="account_type" value="{ACCOUNT_TYPE_XZAPP_NORMAL}">
  23. <div class="input-group form-group" style="width: 400px;">
  24. <input type="text" name="keyword" value="{$_GPC['keyword']}" class="form-control" placeholder="搜索关键字"/>
  25. <span class="input-group-btn"><button class="btn btn-default"><i class="fa fa-search"></i></button></span>
  26. </div>
  27. </form>
  28. {if !empty($account_info['xzapp_limit']) && (!empty($account_info['founder_xzapp_limit']) && $_W['user']['owner_uid'] || empty($_W['user']['owner_uid'])) || $_W['isfounder'] && !user_is_vice_founder()}
  29. <div class="pull-right">
  30. <a href="{php echo url('xzapp/post-step')}" class="btn btn-primary we7-padding-horizontal">添加熊掌号</a>
  31. </div>
  32. {/if}
  33. </div>
  34. <table class="table we7-table table-hover vertical-middle table-manage" id="js-system-account-display" ng-controller="SystemAccountDisplay" ng-cloak>
  35. <col width="120px" />
  36. <col/>
  37. <col width="200px"/>
  38. <col width="100px"/>
  39. <col width="260px" />
  40. <tr>
  41. <th colspan="5" class="text-left filter">
  42. <div class="dropdown dropdown-toggle we7-dropdown">
  43. <a data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  44. 时间排序
  45. <span class="caret"></span>
  46. </a>
  47. <ul class="dropdown-menu" aria-labelledby="dLabel">
  48. <li><a href="{php echo filter_url('order:asc');}" class="active">创建时间正序</a></li>
  49. <li><a href="{php echo filter_url('order:desc');}">创建时间倒序</a></li>
  50. </ul>
  51. </div>
  52. <div class="dropdown dropdown-toggle we7-dropdown">
  53. <a data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  54. 熊掌号筛选
  55. <span class="caret"></span>
  56. </a>
  57. <ul class="dropdown-menu" aria-labelledby="dLabel">
  58. <li><a href="{php echo filter_url('type:all');}" class="active">全部</a></li>
  59. <li><a href="{php echo filter_url('type:expire');}" class="active">已到期</a></li>
  60. </ul>
  61. </div>
  62. </th>
  63. </tr>
  64. <tr>
  65. <th colspan="2" class="text-left">帐号</th>
  66. <th>平台过期时间</th>
  67. <th>短信数(条)</th>
  68. <th class="text-right">操作</th>
  69. </tr>
  70. <tr class="color-gray" ng-repeat="list in lists">
  71. <td class="text-left td-link">
  72. {if $role_type}
  73. <a ng-href="{{links.post}}&acid={{list.acid}}&uniacid={{list.uniacid}}&account_type={{list.type}}"></a>
  74. {else}
  75. <a href="javascript:;">
  76. {/if}
  77. <img ng-src="{{list.logo}}" class="img-responsive icon">
  78. </a>
  79. </td>
  80. <td class="text-left">
  81. <p class="color-dark" ng-bind="list.name"></p>
  82. </td>
  83. <td>
  84. <p ng-bind="list.end"></p>
  85. </td>
  86. <td><p ng-bind="list.sms"></p></td>
  87. <td class="vertical-middle table-manage-td">
  88. <div class="link-group">
  89. <a ng-href="{{links.switch}}&uniacid={{list.uniacid}}">进入熊掌号</a>
  90. {if $role_type}
  91. <a ng-href="{{links.post}}&acid={{list.acid}}&uniacid={{list.uniacid}}&account_type={{list.type}}" ng-show="list.role == 'manager' || list.role == 'owner' || list.role == 'founder'|| list.role == 'vice_founder'">管理设置</a>
  92. {/if}
  93. </div>
  94. {if $role_type}
  95. <div class="manage-option text-right">
  96. <a href="{{links.post}}&acid={{list.acid}}&uniacid={{list.uniacid}}&account_type={{list.type}}" ng-show="list.role == 'owner' || list.role == 'founder' || list.role == 'vice_founder'">基础信息</a>
  97. <!--<a href="{{links.post}}&do=sms&uniacid={{list.uniacid}}&acid={{list.acid}}&account_type={{list.type}}">短信信息</a>-->
  98. <a href="{{links.postUser}}&do=edit&uniacid={{list.uniacid}}&acid={{list.acid}}&account_type={{list.type}}">使用者管理</a>
  99. <a href="{{links.post}}&do=modules_tpl&uniacid={{list.uniacid}}&acid={{list.acid}}&account_type={{list.type}}">可用应用模板/模块</a>
  100. <a ng-href="{{links.del}}&acid={{list.acid}}&uniacid={{list.uniacid}}&account_type={{list.type}}" ng-show="list.role == 'owner' || list.role == 'founder' || list.role == 'vice_founder'" onclick="if(!confirm('确认放入回收站吗?')) return false;" class="del">停用</a>
  101. </div>
  102. {/if}
  103. </td>
  104. </tr>
  105. </table>
  106. <div class="text-right">
  107. {$pager}
  108. </div>
  109. <script>
  110. $(function(){
  111. $('[data-toggle="tooltip"]').tooltip();
  112. });
  113. switch_url = "{php echo url('account/display/switch', array('type' => ACCOUNT_TYPE_XZAPP_NORMAL))}";
  114. angular.module('accountApp').value('config', {
  115. lists: {php echo !empty($list) ? json_encode($list) : 'null'},
  116. links: {
  117. switch: switch_url,
  118. post: "{php echo url('account/post')}",
  119. postUser: "{php echo url('account/post-user')}",
  120. del: "{php echo url('account/manage/delete')}",
  121. }
  122. });
  123. angular.bootstrap($('#js-system-account-display'), ['accountApp']);
  124. </script>
  125. {template 'common/footer'}