step4.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {extend name="default/base/base_joinin" /}
  2. {block name="joinin_main"}
  3. <div class="breadcrumb"><span class="iconfont">&#xe6ff;</span><span><a href="">{$Think.lang.homepage}</a></span> <span class="arrow">></span> <span>{$Think.lang.merchant_entry_application}</span> </div>
  4. <div class="main">
  5. <div class="sidebar">
  6. <div class="title">
  7. <h3>{$Think.lang.merchant_entry_application}</h3>
  8. </div>
  9. <div class="content">
  10. <dl>
  11. <dt class="{if $sub_step=='step0'}current{/if}"> <i class="right"></i>{$Think.lang.enter_agreement}</dt>
  12. </dl>
  13. <dl show_id="0">
  14. <dt onclick="show_list('0');" style="cursor: pointer;"> <i class="down"></i>{$Think.lang.submit_application}</dt>
  15. <dd>
  16. <ul>
  17. <li class="{if $sub_step == 'step1'}current{/if}"><i></i>{$Think.lang.store_qualification_information}</li>
  18. <li class="{if $sub_step == 'step2'}current{/if}"><i></i>{$Think.lang.financial_qualification_information}</li>
  19. <li class="{if $sub_step == 'step3'}current{/if}"><i></i>{$Think.lang.store_operation_information}</li>
  20. </ul>
  21. </dd>
  22. </dl>
  23. <dl>
  24. <dt class="{if $sub_step == 'pay'}current{/if}"> <i class="right"></i>{$Think.lang.contract_signing_payment}</dt>
  25. </dl>
  26. <dl>
  27. <dt> <i class="right"></i>{$Think.lang.store_opening}</dt>
  28. </dl>
  29. </div>
  30. <div class="title">
  31. <h3>{$Think.lang.platform_contact}</h3>
  32. </div>
  33. <div class="content">
  34. <ul>
  35. <li>{$Think.lang.phone}:{$Think.config.ds_config.site_phone}</li>
  36. <li>{$Think.lang.email}:{$Think.config.ds_config.site_email}</li>
  37. </ul>
  38. </div>
  39. </div>
  40. <div class="right-layout">
  41. <div class="joinin-step">
  42. <ul>
  43. <li class="step1 {if $sub_step >= 'step0'}current{/if} {if $sub_step == 'pay'}current{/if}"><span>{$Think.lang.enter_agreement}</span></li>
  44. <li class="{if $sub_step >= 'step1'}current{/if} {if $sub_step == 'pay'}current{/if}"><span>{$Think.lang.store_qualification_information}</span></li>
  45. <li class="{if $sub_step >= 'step2'}current{/if} {if $sub_step == 'pay'}current{/if}"><span>{$Think.lang.financial_qualification_information}</span></li>
  46. <li class="{if $sub_step >= 'step3'}current{/if} {if $sub_step == 'pay'}current{/if}"><span>{$Think.lang.store_operation_information}</span></li>
  47. <li class="{if $sub_step >= 'step4'}current{/if} {if $sub_step == 'pay'}current{/if}"><span>{$Think.lang.contract_signing_payment}</span></li>
  48. <li class="step6"><span>{$Think.lang.store_opening}</span></li>
  49. </ul>
  50. </div>
  51. <div class="joinin-concrete">
  52. <div class="explain"><i class="iconfont">&#xe717;</i>{$joinin_message|default=''}</div>
  53. {notempty name="joinin_detail"}
  54. <table border="0" cellpadding="0" cellspacing="0" class="all">
  55. <tbody>
  56. <tr>
  57. <th>{$Think.lang.payment_list}</th>
  58. <td></td>
  59. </tr>
  60. <tr>
  61. <td colspan="2"><table border="0" cellpadding="0" cellspacing="0" class="type">
  62. <tbody>
  63. <tr>
  64. <td class="w80">{$Think.lang.fee_standard}:</td>
  65. <td class="w250 tl">{$joinin_detail.storegrade_price|default='0'}{$Think.lang.ds_yuan}/{$Think.lang.ds_year}( {$joinin_detail.storegrade_name} )</td>
  66. <td class="w80">{$Think.lang.store_opening_hours}:</td>
  67. <td class="tl">{$joinin_detail.joinin_year} {$Think.lang.ds_year}</td>
  68. </tr>
  69. <tr>
  70. <td class="w80">{$Think.lang.store_classification}:</td>
  71. <td class="tl">{$joinin_detail.storeclass_name}</td>
  72. <td class="w80">{$Think.lang.deposit}:</td>
  73. <td class="tl">{$joinin_detail.storeclass_bail} {$Think.lang.ds_yuan}</td>
  74. </tr>
  75. <tr>
  76. <td>{$Think.lang.payable_amount}:</td>
  77. <td class="tl" colspan="3">{$joinin_detail.paying_amount} {$Think.lang.ds_yuan}</td>
  78. </tr>
  79. </tbody>
  80. </table></td>
  81. </tr>
  82. <tr>
  83. <th>{$Think.lang.business_category_list}</th>
  84. <td></td>
  85. </tr>
  86. <tr>
  87. <td colspan="2"><table border="0" cellpadding="0" cellspacing="0" id="table_category" class="type">
  88. <thead>
  89. <tr>
  90. <th class="w120 tc">{$Think.lang.one_level_class}</th>
  91. <th class="w120 tc">{$Think.lang.two_level_class} </th>
  92. <th class="tc">{$Think.lang.three_level_class}</th>
  93. <th class="tc">{$Think.lang.commission_ratio}</th>
  94. </tr>
  95. </thead>
  96. <tbody>
  97. {notempty name="$joinin_detail.store_class_names"}
  98. {php}$store_class_names = @unserialize($joinin_detail['store_class_names']);{/php}
  99. {php}$store_class_commis_rates = explode(',', $joinin_detail['store_class_commis_rates']);{/php}
  100. {foreach name="store_class_names" item="name" key="k" }
  101. {php}$name = explode(',', $name);{/php}
  102. <tr>
  103. <td>{$name.0|default='0'}</td>
  104. <td>{$name.1|default='0'}</td>
  105. <td>{$name.2|default='0'}</td>
  106. <td>{$store_class_commis_rates[$k]} %</td>
  107. </tr>
  108. {/foreach}
  109. {/notempty}
  110. </tbody>
  111. </table></td>
  112. </tr>
  113. </tbody>
  114. <tfoot>
  115. <tr>
  116. <td colspan="20">&nbsp;</td>
  117. </tr>
  118. </tfoot>
  119. </table>
  120. {/notempty}
  121. <div class="bottom">
  122. {if $btn_next}
  123. <a id="" href="{$btn_next}" class="btn">{$Think.lang.next_step}</a>
  124. {/if}
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. {/block}