コード例 #1
0
</th>
					<th><?php 
    _e('Website');
    ?>
</th>
					<th class="radius-topright"><?php 
    _e('Group');
    ?>
</th>
				</tr>
			</thead>
			<tbody>
			<?php 
    $i = 0;
    $user = new UserLibrary();
    $user->setPerPage(10);
    $user->setCurrentPage(1);
    $users = $user->getUsers();
    foreach ($users as $u) {
        ?>
				<tr<?php 
        if ($i % 2 == 0) {
            ?>
 class="even"<?php 
        }
        ?>
 id="user-<?php 
        echo $u['uid'];
        ?>
">
					<td><input type="checkbox" value="1" name="uid[]"></td>