コード例 #1
0
</td>
						<td class="nowr"><?php 
            echo $__Context->member_info->user_name;
            ?>
</td>
						<td class="nowr"><?php 
            echo $__Context->member_info->nick_name;
            ?>
</td>
						<td class="nowr"><?php 
            echo $__Context->val->setting;
            ?>
</td>
						<td class="nowr">						
							<span class="masked"><?php 
            echo getEncodeEmailAddress($__Context->member_info->email_address);
            ?>
</span>
						</td>
						<td class="nowr"><?php 
            echo zdate($__Context->val->regdate, 'Y-m-d');
            ?>
</td>
						<td class="nowr"><?php 
            echo zdate($__Context->val->last_login, 'Y-m-d');
            ?>
</td>
						<td><input type="checkbox" name="user" value='<?php 
            echo $__Context->val->reg_id . "\t" . $__Context->val->sort . "\t" . $__Context->member_info->user_name . "\t" . $__Context->member_info->nick_name;
            ?>
' /></td>
		</thead>
		<tbody>
			<?php 
if ($__Context->member_list && count($__Context->member_list)) {
    foreach ($__Context->member_list as $__Context->no => $__Context->member_info) {
        ?>
<tr>
				<?php 
        $__Context->member_info = get_object_vars($__Context->member_info);
        ?>
				<td class="nowr">
					<a href="#popup_menu_area" class="member_<?php 
        echo $__Context->member_info['member_srl'];
        ?>
" title="Info"><?php 
        echo getEncodeEmailAddress($__Context->member_info['email_address']);
        ?>
</a>
				</td>
				<?php 
        $__Context->member_info['group_list'] = implode(', ', $__Context->member_info['group_list']);
        ?>
				<?php 
        if ($__Context->usedIdentifiers && count($__Context->usedIdentifiers)) {
            foreach ($__Context->usedIdentifiers as $__Context->name => $__Context->title) {
                ?>
<td class="nowr"><?php 
                echo $__Context->member_info[$__Context->name];
                ?>
</td><?php 
            }