コード例 #1
0
</td>
      </tr>
      <tr>
        <th>身份证号码:</th>
        <td><?php 
echo $output['joinin_detail']['business_licence_number'];
?>
</td></tr>

      <tr>
        <th>身份证扫描件:</th>
        <td colspan="20"><a nctype="nyroModal"  href="<?php 
echo getStoreJoininImageUrl($output['joinin_detail']['business_licence_number_electronic']);
?>
"> <img src="<?php 
echo getStoreJoininImageUrl($output['joinin_detail']['business_licence_number_electronic']);
?>
" alt="" /> </a></td>
      </tr>
    </tbody>
  </table>


  <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
    <thead>
      <tr>
        <th colspan="2">结算(支付宝)账号信息:</th>
      </tr>
    </thead>
    <tbody>
      <tr>
コード例 #2
0
ファイル: store.edit.php プロジェクト: qqq232575/shopx
      <tr>
        <th>纳税人识别号:</th>
        <td><input type="text" class="txt w300" name="taxpayer_id" value="<?php 
echo $output['joinin_detail']['taxpayer_id'];
?>
"></td>
      </tr>
      <tr>
        <th>税务登记证号<br />
电子版:</th>
        <td>
          <a nctype="nyroModal"  href="<?php 
echo getStoreJoininImageUrl($output['joinin_detail']['tax_registration_certificate_electronic']);
?>
"> <img src="<?php 
echo getStoreJoininImageUrl($output['joinin_detail']['tax_registration_certificate_electronic']);
?>
" alt="" /> </a>
          <input type="file" name="tax_registration_certificate_electronic">
        </td>
      </tr>
    </tbody>
  </table>
  <div><a id="btn_fail" class="btn" href="JavaScript:void(0);"><span><?php 
echo $lang['nc_submit'];
?>
</span></a></div>
</form>
</div>
</div>
<script type="text/javascript" src="<?php 
コード例 #3
0
ファイル: store_joinin.detail.php プロジェクト: uwitec/xbshop
                <?php 
}
?>
                </tbody>
        </table></td>
    </tr>
    <?php 
if (in_array(intval($output['joinin_detail']['joinin_state']), array(STORE_JOIN_STATE_PAY, STORE_JOIN_STATE_FINAL))) {
    ?>
    <tr>
        <th>付款凭证:</th>
        <td><a nctype="nyroModal"  href="<?php 
    echo getStoreJoininImageUrl($output['joinin_detail']['paying_money_certificate']);
    ?>
"> <img src="<?php 
    echo getStoreJoininImageUrl($output['joinin_detail']['paying_money_certificate']);
    ?>
" alt="" /> </a></td>
    </tr>
    <tr>
        <th>付款凭证说明:</th>
        <td><?php 
    echo $output['joinin_detail']['paying_money_certificate_explain'];
    ?>
</td>
    </tr>
    <?php 
}
?>
   <?php 
if (in_array(intval($output['joinin_detail']['joinin_state']), array(STORE_JOIN_STATE_NEW, STORE_JOIN_STATE_PAY))) {
コード例 #4
0
        </tr>
        <tr>
          <th>开户银行所在地:</th>
          <td colspan="20"><?php 
echo $output['joinin_detail']['bank_address'];
?>
</td>
        </tr>
        <tr>
          <th>开户银行许可证<br/>
            电子版:</th>
          <td colspan="20"><a nctype="nyroModal"  href="<?php 
echo getStoreJoininImageUrl($output['joinin_detail']['bank_licence_electronic']);
?>
"> <img src="<?php 
echo getStoreJoininImageUrl($output['joinin_detail']['bank_licence_electronic']);
?>
" alt="" /> </a></td>
        </tr>
      </tbody>
    </table>
   
    
    <form id="form_paying_money_certificate" action="index.php?act=store_joinin&op=pay_save" method="post" enctype="multipart/form-data">
      <input id="verify_type" name="verify_type" type="hidden" />
      <input name="member_id" type="hidden" value="<?php 
echo $output['joinin_detail']['member_id'];
?>
" />
      <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
        <thead>
コード例 #5
0
ファイル: store_reopen.index.php プロジェクト: uwitec/xbshop
      <?php 
        if ($val['re_start_time'] != '') {
            ?>
      <?php 
            echo date('Y-m-d', $val['re_start_time']) . ' ~ ' . date('Y-m-d', $val['re_end_time']);
            ?>
      <?php 
        }
        ?>
      </td>
      <td>
      <?php 
        if ($val['re_pay_cert'] != '') {
            ?>
      <a href="<?php 
            echo getStoreJoininImageUrl($val['re_pay_cert']);
            ?>
" target="_blank">查看</a>
      <?php 
        }
        ?>
      </td>
      <td><?php 
        echo str_replace(array('0', '1', '2'), array('待付款', '待审核', '通过审核'), $val['re_state']);
        ?>
</td>
      <td class="nscs-table-handle">
      <?php 
        if ($val['re_state'] == '0') {
            ?>
      <span><a href="javascript:void(0)" class="btn-red" onclick="ajax_get_confirm('<?php