示例#1
0
文件: form.php 项目: johnasp/BST
"><i class="mp-icon mp-icon-plus-circled mp-24"></i></a>
      </ol>
      <br/>
    </div>

    <div id="integration" class="mepr-options-hidden-pane">
      <h3><?php 
_e('Payment Methods', 'memberpress');
?>
</h3>
      <div id="integrations-list">
        <?php 
$objs = $mepr_options->payment_methods();
foreach ($objs as $pm_id => $obj) {
    if ($obj instanceof MeprBaseRealGateway) {
        require MeprView::file("/options/gateway");
    }
}
?>
      </div>
      <a href="" id="mepr-add-integration" title="<?php 
_e('Add a Payment Method', 'memberpress');
?>
"><i class="mp-icon mp-icon-plus-circled mp-24"></i></a>
      <?php 
//do_action('mepr-integration-options');
?>
      <?php 
//MeprOptionsHelper::gateways_dropdown('gateway[' . time() . ']', '');
?>
      <?php 
示例#2
0
文件: form.php 项目: johnasp/BST
    ?>

      <?php 
    // This thing needs to be hidden in order for this to work so we do it explicitly as a style
    ?>
      <input type="text" id="mepr_no_val" name="mepr_no_val" class="mepr-form-input" autocomplete="off" />
    <?php 
}
?>

    <?php 
do_action('mepr-user-signup-fields');
?>

    <div class="mepr_spacer">&nbsp;</div>

    <input type="submit" class="mepr-submit" value="<?php 
echo stripslashes($product->signup_button_text);
?>
" />
    <img src="<?php 
echo admin_url('images/loading.gif');
?>
" style="display: none;" class="mepr-loading-gif" />
    <?php 
require MeprView::file('/shared/has_errors');
?>
  </form>
</div>