index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {// 引入标签库 }
  2. <tagLib name="html" />
  3. <include file="Public:header" />
  4. <div class="main">
  5. <div class="main_title_list"><div class="list-line-ico"></div>充值规则列表</div>
  6. <div class="blank10"></div>
  7. <<if condition ="$is_coins_module eq 1">
  8. <html:list
  9. id="dataTable"
  10. style="dataTable"
  11. name="rechangerule"
  12. checkbox="true"
  13. action="true"
  14. datasource="list"
  15. show="id:{%ID}|90px,name:名称,diamonds:钻石,money:价格,iap_diamonds:苹果支付获得钻石,iap_money:苹果支付价格,product_id:苹果项目ID,gift_diamonds:赠送钻石,gift_coins:赠送游戏币,is_effect|get_is_effect=$rechangerule['id']:{%IS_EFFECT},sort|get_sort=$rechangerule['id']:{%SORT}"
  16. actionlist="edit:编辑,foreverdel:删除" />
  17. <else/>
  18. <html:list
  19. id="dataTable"
  20. style="dataTable"
  21. name="rechangerule"
  22. checkbox="true"
  23. action="true"
  24. datasource="list"
  25. show="id:{%ID}|90px,name:名称,diamonds:钻石,money:价格,iap_diamonds:苹果支付获得钻石,iap_money:苹果支付价格,product_id:苹果项目ID,gift_diamonds:赠送钻石,is_effect|get_is_effect=$rechangerule['id']:{%IS_EFFECT},sort|get_sort=$rechangerule['id']:{%SORT}"
  26. actionlist="edit:编辑,foreverdel:删除" />
  27. </if>
  28. <table class="dataTable">
  29. <tbody>
  30. <td colspan="7">
  31. <input type="button" class="button button-add" value="{%ADD}" onclick="add();" />
  32. <input type="button" class="button button-del" value="{%DEL}" onclick="foreverdel();" />
  33. </td>
  34. </tbody>
  35. </table>
  36. <div class="page">{$page}</div>
  37. </div>
  38. <include file="Public:footer" />