export.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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.flea_class}</h3>
  7. <h5></h5>
  8. </div>
  9. {include file="public/admin_items" /}
  10. </div>
  11. </div>
  12. <div class="fixed-empty"></div>
  13. <div class="explanation" id="explanation">
  14. <div class="title" id="checkZoom">
  15. <h4 title="{$Think.lang.ds_explanation_tip}">{$Think.lang.ds_explanation}</h4>
  16. <span id="explanationZoom" title="{$Think.lang.ds_explanation_close}" class="arrow"></span>
  17. </div>
  18. <ul>
  19. <li>{$Think.lang.goods_class_export_help1}</li>
  20. </ul>
  21. </div>
  22. <form method="post" name="form1">
  23. <input type="hidden" name="if_convert" value="1" />
  24. <table class="ds-default-table">
  25. <thead>
  26. <tr class="thead">
  27. <th>{$Think.lang.goods_class_export_if_trans}</th>
  28. </tr></thead>
  29. <tfoot><tr class="tfoot">
  30. <td><a href="JavaScript:document.form1.submit();" class="btn"><span>{$Think.lang.ds_export}</span></a></td>
  31. </tr></tfoot>
  32. </table>
  33. </form>
  34. </div>
  35. {include file="public/footer" /}