Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.htm 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="cursor: default; -moz-user-select: inherit;">
  3. <div id="append_parent"></div>
  4. <div id="ajaxwaitid"></div>
  5. {include file="member/left" /}
  6. <div class="page min-hg-c-10" style="min-width:auto;margin-left:100px;">
  7. {include file="users_score/bar" /}
  8. <div class="flexigrid">
  9. <div class="mDiv pt0">
  10. <form class="navbar-form form-inline" action="{:url('UsersScore/index')}" method="get" onsubmit="layer_loading('正在处理');">
  11. {$searchform.hidden|default=''}
  12. <div class="sDiv">
  13. <div class="sDiv2">
  14. <input type="text" name="add_time_begin" id="add_time_begin" value="{$Request.param.add_time_begin}" class="qsbox" autocomplete="off" placeholder="起始日期">
  15. </div>
  16. &nbsp;至&nbsp;
  17. <div class="sDiv2">
  18. <input type="text" name="add_time_end" id="add_time_end" value="{$Request.param.add_time_end}" class="qsbox" autocomplete="off" placeholder="结束日期">
  19. </div>
  20. <div class="sDiv2">
  21. <input type="text" size="30" name="keywords" value="{$Request.param.keywords}" class="qsbox" placeholder="搜索用户名...">
  22. <input type="submit" class="btn" value="搜索">
  23. <i class="iconfont e-sousuo"></i>
  24. </div>
  25. </div>
  26. </form>
  27. </div>
  28. <div class="hDiv">
  29. <div class="hDivBox">
  30. <table cellspacing="0" cellpadding="0" style="width: 100%">
  31. <thead>
  32. <tr>
  33. <th class="sign w40 none" axis="col0">
  34. <div class="tc">选择</div>
  35. </th>
  36. <th abbr="article_show" axis="col5" class="w60">
  37. <div class="tc">序号</div>
  38. </th>
  39. <th abbr="article_title" axis="col3">
  40. <div class="pdl10">用户名</div>
  41. </th>
  42. <th abbr="score" axis="col4" class="w120">
  43. <div class="tc">积分</div>
  44. </th>
  45. <th abbr="devote" axis="col4" class="w120">
  46. <div class="tc">贡献值</div>
  47. </th>
  48. <th abbr="article_time" axis="col6" class="w200">
  49. <div class="tc">获得途径</div>
  50. </th>
  51. <th abbr="article_time" axis="col6" class="w150">
  52. <div class="tc">更新时间</div>
  53. </th>
  54. </tr>
  55. </thead>
  56. </table>
  57. </div>
  58. </div>
  59. <div class="bDiv" style="height: auto;">
  60. <div id="flexigrid" cellpadding="0" cellspacing="0" border="0">
  61. <table style="width: 100%">
  62. <tbody>
  63. {empty name="list"}
  64. <tr>
  65. <td class="no-data" align="center" axis="col0" colspan="50">
  66. <div class="no_row">
  67. <div class="no_pic"><img src="__SKIN__/images/null-data.png"></div>
  68. </div>
  69. </td>
  70. </tr>
  71. {else/}
  72. {foreach name="list" item="vo" key="k" }
  73. <tr>
  74. <td class="sign none">
  75. <div class="w40 tc"><input type="checkbox" autocomplete="off" name="ids[]" value="{$vo.id}"></div>
  76. </td>
  77. <td class="sort">
  78. <div class="w60 tc">
  79. {if condition="$pager->nowPage > 1"}
  80. {$pager->listRows * ($pager->nowPage-1) + $k+1}
  81. {else /}
  82. {$k+1}
  83. {/if}
  84. </div>
  85. </td>
  86. <td style="width: 100%">
  87. <div class="pdl10">
  88. <a href="javascript:void(0);" data-href="{:url('Member/users_edit', ['id'=>$vo.users_id, 'iframe'=>1,'layer'=>1])}" onclick="openFullframe(this, '会员详情', '100%', '100%');">
  89. <img src="{$vo.head_pic|get_head_pic=###,false,$vo['sex']}" alt="" style="max-width: 35px;"> &nbsp;&nbsp;{$vo.nickname}
  90. </a>
  91. </div>
  92. </td>
  93. <td>
  94. <div class="w120 tc">
  95. {$vo.score}
  96. </div>
  97. </td>
  98. <td>
  99. <div class="w120 tc">
  100. {$vo.devote}
  101. </div>
  102. </td>
  103. <td>
  104. <div class="tc w200">
  105. {$vo.info}
  106. </div>
  107. </td>
  108. <td class="">
  109. <div class="w150 tc">
  110. {$vo.update_time|date='Y-m-d H:i:s',###}
  111. </div>
  112. </td>
  113. </tr>
  114. {/foreach}
  115. {/empty}
  116. </tbody>
  117. </table>
  118. </div>
  119. </div>
  120. {notempty name="list"}
  121. <div class="footer-oper">
  122. {include file="public/page" /}
  123. <div style="clear:both"></div>
  124. </div>
  125. {/notempty}
  126. </div>
  127. </div>
  128. <script>
  129. $(document).ready(function(){
  130. // 表格行点击选中切换
  131. $('#flexigrid > table>tbody >tr').click(function(){
  132. $(this).toggleClass('trSelected');
  133. });
  134. // 点击刷新数据
  135. $('.fa-refresh').click(function(){
  136. location.href = location.href;
  137. });
  138. });
  139. layui.use('laydate', function(){
  140. var laydate = layui.laydate;
  141. //执行一个laydate实例
  142. laydate.render({
  143. elem: '#add_time_begin' //指定元素
  144. });
  145. laydate.render({
  146. elem: '#add_time_end' //指定元素
  147. });
  148. });
  149. </script>
  150. {include file="public/footer" /}