사용자: 회원통합스킨 마크업 복구

This commit is contained in:
whitedot
2013-05-28 17:28:06 +09:00
parent 69a37b2fe1
commit 58be654c69
12 changed files with 48 additions and 38 deletions

View File

@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="find_info" class="new_win">
<h1>회원정보 찾기</h1>
<h1 id="new_win_title">회원정보 찾기</h1>
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
<fieldset id="find_info_fs">
@ -41,4 +41,4 @@ $(function() {
var left = sw / 2 - cw / 2;
moveTo(left, top);
});
</script>
</script>