<?php 
if ($__Context->XE_VALIDATOR_MESSAGE && $__Context->XE_VALIDATOR_ID == 'modules/member/m.skin/default/login_form/1') {
    ?>
<div class="message <?php 
    echo $__Context->XE_VALIDATOR_MESSAGE_TYPE;
    ?>
">
		<p><?php 
    echo $__Context->XE_VALIDATOR_MESSAGE;
    ?>
</p>
	</div><?php 
}
?>
	<form action="./" method="POST" class="ff"><input type="hidden" name="error_return_url" value="<?php 
echo htmlspecialchars(getRequestUriByServerEnviroment(), ENT_COMPAT | ENT_HTML401, 'UTF-8', false);
?>
" /><input type="hidden" name="mid" value="<?php 
echo $__Context->mid;
?>
" /><input type="hidden" name="vid" value="<?php 
echo $__Context->vid;
?>
" />
		<input type="hidden" name="module" value="member" />
		<input type="hidden" name="act" value="procMemberLogin" />
		<input type="hidden" name="redirect_url" value="<?php 
echo getUrl('act', '');
?>
" />
		<input type="hidden" name="xe_validator_id" value="modules/member/m.skin/default/login_form/1" />
                echo $__Context->lang->help;
                ?>
</a><?php 
            }
            ?>
] <?php 
            echo $__Context->package->title;
            ?>
 ver. <?php 
            echo $__Context->package->version;
            ?>
 - <a href="<?php 
            echo $__Context->package->url;
            ?>
&amp;return_url=<?php 
            echo urlencode(getRequestUriByServerEnviroment());
            ?>
"><?php 
            echo $__Context->lang->update;
            ?>
</a>
			</li><?php 
        }
    }
    ?>
		</ul>
	</div><?php 
}
?>
	<div class="dashboard">
		<?php 
<div class="x_clearfix">
	<?php 
if ($__Context->page_navigation) {
    ?>
<form action="./" class="x_pagination x_pull-left"  style="margin-top:0"><input type="hidden" name="act" value="<?php 
    echo $__Context->act;
    ?>
" /><input type="hidden" name="mid" value="<?php 
    echo $__Context->mid;
    ?>
" /><input type="hidden" name="vid" value="<?php 
    echo $__Context->vid;
    ?>
" />
		<?php 
    $__Context->urlInfo = parse_url(getRequestUriByServerEnviroment());
    parse_str($__Context->urlInfo['query'], $__Context->param);
    ?>
		<?php 
    if ($__Context->param && count($__Context->param)) {
        foreach ($__Context->param as $__Context->key => $__Context->val) {
            if (!in_array($__Context->key, array('mid', 'vid', 'act'))) {
                ?>
<input type="hidden" name="<?php 
                echo $__Context->key;
                ?>
" value="<?php 
                echo $__Context->val;
                ?>
" /><?php 
            }
" /><input type="hidden" name="ruleset" value="insertBoard" />
	<input type="hidden" name="module" value="board" />
	<input type="hidden" name="act" value="procBoardAdminInsertBoard" />
	<input type="hidden" name="page" value="<?php 
echo $__Context->page;
?>
" />
	<input type="hidden" name="module_srl" value="<?php 
echo $__Context->module_info->module_srl;
?>
" />
	<?php 
if ($__Context->mid || $__Context->module_srl) {
    ?>
<input type="hidden" name="success_return_url" value="<?php 
    echo getRequestUriByServerEnviroment();
    ?>
" /><?php 
}
?>
	<?php 
if ($__Context->logged_info->is_admin != 'Y') {
    ?>
<input type="hidden" name="board_name" value="<?php 
    echo $__Context->module_info->mid;
    ?>
" /><?php 
}
?>
	<input type="hidden" name="xe_validator_id" value="modules/board/tpl/board_insert/1" />
	<section class="section">
?>
<form action="<?php 
echo getUrl('', 'act', 'procMemberLogin');
?>
" method="post" class="ff" ><input type="hidden" name="error_return_url" value="<?php 
echo htmlspecialchars(getRequestUriByServerEnviroment(), ENT_COMPAT | ENT_HTML401, 'UTF-8', false);
?>
" /><input type="hidden" name="mid" value="<?php 
echo $__Context->mid;
?>
" /><input type="hidden" name="vid" value="<?php 
echo $__Context->vid;
?>
" /><input type="hidden" name="ruleset" value="@login" />
		<input type="hidden" name="success_return_url" value="<?php 
echo htmlspecialchars(getRequestUriByServerEnviroment());
?>
" />
		<input type="hidden" name="act" value="procMemberLogin" />
		<input type="hidden" name="keep_signed" value="Y"/>
		<ul><li>
			<?php 
if ($__Context->member_config->identifier != 'email_address') {
    ?>
<label for="id"><?php 
    echo $__Context->lang->user_id;
    ?>
</label><?php 
}
?>
			<?php