withdraw_set.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {include file="public/header" /}
  2. <div class="page">
  3. <div class="fixed-bar">
  4. <div class="item-title">
  5. <div class="subject">
  6. <h3>{$Think.lang.ds_store_money}</h3>
  7. <h5></h5>
  8. </div>
  9. {include file="public/admin_items" /}
  10. </div>
  11. </div>
  12. <form id="inviter_form" method="post" enctype="multipart/form-data" name="form1" action="">
  13. <table class="ds-default-table">
  14. <tbody>
  15. <tr class="noborder">
  16. <td class="required w120">{$Think.lang.store_withdraw_cycle}</td>
  17. <td class="vatop rowform">
  18. <input id="store_withdraw_cycle" name="store_withdraw_cycle" value="{$list_setting.store_withdraw_cycle}" class="input-txt" type="text">
  19. <span class="err"></span>
  20. </td>
  21. <td class="vatop tips">{$Think.lang.store_withdraw_cycle_tips}</td>
  22. </tr>
  23. <tr class="noborder">
  24. <td class="required w120">{$Think.lang.store_withdraw_min}</td>
  25. <td class="vatop rowform">
  26. <input id="store_withdraw_min" name="store_withdraw_min" value="{$list_setting.store_withdraw_min}" class="input-txt" type="text">
  27. </td>
  28. <td class="vatop tips">{$Think.lang.store_withdraw_min_tips}</td>
  29. </tr>
  30. <tr class="noborder">
  31. <td class="required w120">{$Think.lang.store_withdraw_max}</td>
  32. <td class="vatop rowform">
  33. <input id="store_withdraw_max" name="store_withdraw_max" value="{$list_setting.store_withdraw_max}" class="input-txt" type="text">
  34. </td>
  35. <td class="vatop tips">{$Think.lang.store_withdraw_max_tips}</td>
  36. </tr>
  37. </tbody>
  38. <tfoot>
  39. <tr class="tfoot">
  40. <td></td>
  41. <td colspan="15"><input class="btn" type="submit" value="{$Think.lang.ds_submit}"/></td>
  42. </tr>
  43. </tfoot>
  44. </table>
  45. </form>
  46. </div>