示例#1
0
?>
 <small><?php 
st_the_language('password_will_be_send_to_your_email');
?>
</small>
        </label>
    </div>
    <div class="checkbox">
        <label>
            <input class="i-check" value="1" name="term_condition" type="checkbox" <?php 
if (STInput::post('term_condition') == 1) {
    echo 'checked';
}
?>
/><?php 
echo st_get_language('i_have_read_and_accept_the') . '<a target="_blank" href="' . get_the_permalink(st()->get_option('page_terms_conditions')) . '"> ' . st_get_language('terms_and_conditions') . '</a>';
?>
        </label>
    </div>
    <div class="alert form_alert hidden"></div>
    <div class="payment_gateways">
        <input type="hidden" name="st_payment_gateway" value="1"/>
        <?php 
if (!isset($post_id)) {
    $post_id = false;
}
STPaymentGateways::get_payment_gateways_html($post_id);
?>
    </div>
    
示例#2
0
    echo 'checked';
}
?>
/><?php 
printf(__('Create %s account ', ST_TEXTDOMAIN), get_bloginfo('title'));
?>
 <small><?php 
st_the_language('password_will_be_send_to_your_email');
?>
</small>
        </label>
    </div>
    <div class="checkbox">
        <label>
            <input class="i-check" value="1" name="term_condition" type="checkbox" <?php 
if (STInput::post('term_condition') == 1) {
    echo 'checked';
}
?>
/><?php 
echo st_get_language('i_have_read_and_accept_the') . '<a target="_blank" href="' . get_the_permalink(st()->get_option('page_terms_conditions')) . '"> ' . st_get_language('terms_and_conditions') . '</a>';
?>
        </label>
    </div>
    <div class="alert form_alert hidden"></div>
    <div class="payment_gateways">
        <?php 
STPaymentGateways::get_payment_gateways_html();
?>
    </div>