echo smarty_modifier_i18n($_tmp10);
    ?>
</dt>
	        	<dd><?php 
    echo smarty_function_form_input(array('id' => 'stock_update_flg', 'name' => "stock_update_flg", 'class' => "param search_detail"), $_smarty_tpl);
    ?>
</dd>
            	</dl>
            </fieldset>
		</div>
		<p>
			<?php 
    ob_start();
    echo smarty_modifier_i18n('検索');
    $_tmp11 = ob_get_clean();
    echo smarty_function_form_submit(array('value' => $_tmp11, 'id' => "submit", 'class' => "button"), $_smarty_tpl);
    ?>

		</p>
	</div>
	<p id="toggleSearch"><a class="toggle" href="#searchBox"><?php 
    echo smarty_modifier_i18n('検索');
    ?>
</a></p>
<?php 
    $_block_content = ob_get_clean();
    $_block_repeat = false;
    echo smarty_block_form(array('action' => "index.php", 'id' => "search"), $_block_content, $_smarty_tpl, $_block_repeat);
}
array_pop($_smarty_tpl->smarty->_tag_stack);
?>
    echo smarty_modifier_i18n('User ID');
    ?>
</dt><dd><?php 
    echo smarty_function_form_input(array('name' => "login_id", 'id' => "login_id", 'class' => "input", 'value' => $_COOKIE[$_smarty_tpl->getVariable('app')->value['app_name'] . "_LOGINID"]), $_smarty_tpl);
    ?>
</dd><dt><?php 
    echo smarty_modifier_i18n('Password');
    ?>
</dt><dd><?php 
    echo smarty_function_form_input(array('name' => "password", 'id' => "password", 'class' => "input"), $_smarty_tpl);
    ?>
</dd></dl><p><dl><dd><?php 
    ob_start();
    echo smarty_modifier_i18n('ログイン');
    $_tmp2 = ob_get_clean();
    echo smarty_function_form_submit(array('type' => "submit", 'name' => "action_loginDo", 'class' => "submit_btn_big", 'value' => $_tmp2), $_smarty_tpl);
    if (!empty($_smarty_tpl->getVariable('app', null, true, false)->value['company_id'])) {
        ?>
<input type="hidden" name="company_id" value="<?php 
        echo $_smarty_tpl->getVariable('app')->value['company_id'];
        ?>
"><?php 
    }
    ?>
<input type="hidden" name="locale" value="<?php 
    echo $_smarty_tpl->getVariable('form')->value['locale'];
    ?>
"><a style="margin-left:4px;" href="?action_resetpwd_detail_edit=true&locale=<?php 
    echo $_smarty_tpl->getVariable('form')->value['locale'];
    ?>
"><?php