<form method="post" action="log.php?action=login2<?php echo SID2URL_x; ?>">
<div class="border">
<h3><img id="img_cat_i0" alt="switch" src="<?php echo $tpl->img('minus'); ?>" title="<?php echo $lang->phrase('box_collapse'); ?>" /> <a href="log.php<?php echo SID2URL_1; ?>"><?php echo $lang->phrase('login'); ?></a></h3>
<div id="part_cat_i0" class="bbody center">
<label for="box_name" class="plainlabel"><strong><?php echo $lang->phrase('login_name'); ?> </strong></label>
<input type="text" name="name" id="box_name" size="18" />
<label for="box_pw" class="plainlabel sep"><strong><?php echo $lang->phrase('login_password'); ?> </strong></label>
<input type="password" name="pw" id="box_pw" size="18" />
<input class="sep" type="checkbox" name="remember" id="box_remember" value="1" checked="checked" /> <label for="box_remember" class="plainlabel stext"><?php echo $lang->phrase('login_rememberme'); ?></label>
<input class="sep" type="submit" value="<?php echo $lang->phrase('submit_form'); ?>" />
<input type="hidden" name="redirect" value="<?php echo $request_uri; ?>" />
</div>
</div>
</form>
<br class="minibr" />