コード例 #1
0
				</tr>
			</thead>
			<tfoot>
				<tr>
					<th colspan="2" align="left" valign="top">
						<select name="group_op" id="group_op_alt">
							<option value="0">-Select-</option>
							<option value="1">Reset Counter</option>
						</select>
					</th>
					<th colspan="3" align="center" valign="top">
						<table>
							<tr>
								<?php 
    if (1 < $total_page_links) {
        vmp_display_page_links($total_page_links, 'reset_post_counters');
    }
    ?>
							</tr>
						</table>
					</th>
				</tr>
			</tfoot>
			<tbody>			
				<?php 
    foreach ($posts as $post) {
        ?>
				<tr id="row_<?php 
        echo $post['post_id'];
        ?>
">
コード例 #2
0
			</tr>
		</thead>
		<tfoot>
			<tr>
				<th colspan="2" align="left" valign="top">
					<select name="group_op" id="group_op">
						<option value="0">-Select-</option>
						<option value="1">Set Mode</option>
					</select>
				</th>
				<th colspan="2" align="center" valign="top">
					<table>
						<tr>
							<?php 
    if (1 < $total_page_links) {
        vmp_display_page_links($total_page_links, 'set_post_voting_mode');
    }
    ?>
						</tr>
					</table>
				</th>
			</tr>
		</tfoot>
		<tbody>
			<?php 
    $_wpnonce = wp_create_nonce('set_multiple_post_voting_mode');
    $action = admin_url('admin-ajax.php?action=set_multiple_post_voting_mode_090813&_wpnonce=' . $_wpnonce);
    ?>
			<form name="multiple_post_voting_mode_toggle_form" id="multiple_post_voting_mode_toggle_form" action="<?php 
    echo $action;
    ?>