コード例 #1
0
        ?>
 itemscope itemtype="http://schema.org/Article">

			<p class="header_explanation">
			<?php 
        do_action('usces_action_delivery_page_header');
        ?>
			</p>

			<p class="error_message"><?php 
        usces_error_message();
        ?>
</p>

			<form action="<?php 
        usces_url('cart');
        ?>
" method="post">
				<table class="customer_form">
					<tr>
						<th rowspan="2" scope="row"><?php 
        _e('shipping address', 'usces');
        ?>
</th>
						<td><input name="delivery[delivery_flag]" type="radio" id="delivery_flag1" onclick="document.getElementById('delivery_table').style.display = 'none';" value="0"<?php 
        if ($usces_entries['delivery']['delivery_flag'] == 0) {
            echo ' checked';
        }
        ?>
 onKeyDown="if (event.keyCode == 13) {return false;}" /> <label for="delivery_flag1"><?php 
        _e('same as customer information', 'usces');
コード例 #2
0
						<th scope="row"><?php 
            _e('e-mail adress', 'usces');
            ?>
</th>
						<td><input name="loginmail" id="mailaddress" type="text" value="<?php 
            echo esc_attr($usces_entries['customer']['mailaddress1']);
            ?>
" style="ime-mode: inactive" /></td>
					</tr>
					<tr>
						<th scope="row"><?php 
            _e('password', 'usces');
            ?>
</th>
						<td><input class="hide" value=" " /><input name="loginpass" id="loginpass" type="password" value="" autocomplete="off" /><a href="<?php 
            usces_url('lostmemberpassword');
            ?>
" title="<?php 
            _e('Did you forget your password?', 'usces');
            ?>
"><?php 
            _e('Did you forget your password?', 'usces');
            ?>
</a></td>
					</tr>
				</table>
			<div class="send"><input name="customerlogin" type="submit" value="<?php 
            _e(' Next ', 'usces');
            ?>
" /></div>
			<?php 
コード例 #3
0
        ?>
			</div>
			<?php 
    }
    ?>
			
			<h2><a name="edit"></a><?php 
    _e('Member information editing', 'usces');
    ?>
</h2>
			<div class="error_message"><?php 
    usces_error_message();
    ?>
</div>
			<form action="<?php 
    usces_url('member');
    ?>
#edit" method="post" onKeyDown="if (event.keyCode == 13) {return false;}">
				<table class="customer_form">
				<?php 
    uesces_addressform('member', usces_memberinfo(NULL), 'echo');
    ?>
					<tr>
						<th scope="row"><?php 
    _e('e-mail adress', 'usces');
    ?>
</th>
						<td colspan="2"><input name="member[mailaddress1]" id="mailaddress1" type="email" value="<?php 
    usces_memberinfo('mailaddress1');
    ?>
" /></td>